merge icon
merge from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- merge
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the merge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 13c-1.858 0-3.41 1.28-3.858 3H14c-2.757 0-5-2.243-5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.411-3-3.858V15.89A6.98 6.98 0 0 0 14 18h6.142c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4M10 26c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 6c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m18 13c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMerge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 13c-1.858 0-3.41 1.28-3.858 3H14c-2.757 0-5-2.243-5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.411-3-3.858V15.89A6.98 6.98 0 0 0 14 18h6.142c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4M10 26c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 6c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m18 13c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 13c-1.858 0-3.41 1.28-3.858 3H14c-2.757 0-5-2.243-5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.411-3-3.858V15.89A6.98 6.98 0 0 0 14 18h6.142c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4M10 26c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 6c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m18 13c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg> </template>
CSS
.icon-merge {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c-1.858%200-3.41%201.28-3.858%203H14c-2.757%200-5-2.243-5-5V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206c0%201.858%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.411-3-3.858V15.89A6.98%206.98%200%200%200%2014%2018h6.142c.447%201.72%202%203%203.858%203c2.206%200%204-1.794%204-4s-1.794-4-4-4M10%2026c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202M6%206c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202s-2-.897-2-2m18%2013c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c-1.858%200-3.41%201.28-3.858%203H14c-2.757%200-5-2.243-5-5V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206c0%201.858%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.411-3-3.858V15.89A6.98%206.98%200%200%200%2014%2018h6.142c.447%201.72%202%203%203.858%203c2.206%200%204-1.794%204-4s-1.794-4-4-4M10%2026c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202M6%206c0-1.103.897-2%202-2s2%20.897%202%202s-.897%202-2%202s-2-.897-2-2m18%2013c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/merge.svg?color=%231a73e8&size=48