Combine Pixel Art Icon
A combine icon for merging layers, joining paths, unifying data sets, and union operations in design or code tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Combine icon
Shapes or arrows converging into one, representing a merge or union operation. In vector editors it labels the 'Union' or 'Combine paths' function that merges overlapping shapes into a single outline. In data tools it suits 'Merge datasets' or 'Join tables' actions. It differs from git-merge in that combine is more general and less git-specific. For an operation that keeps shapes separate while grouping them, the group icon is more accurate; combine implies the shapes actually fuse into one.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/combine.svg" width="24" height="24" alt="Combine" />
<!-- React -->
import { Combine } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="combine.svg" width="48" height="48" style="image-rendering: pixelated" />