merge icon
merge from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- merge
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the merge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 224c-23.637 0-44.307 12.89-55.391 32H319c-42.464 0-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C183.301 132.822 192 115.413 192 96c0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391V360.61C76.89 371.693 64 392.363 64 416c0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391V245.692C203.553 294.307 258.468 320 319 320h9.609c11.084 19.11 31.754 32 55.391 32 35.29 0 64-28.71 64-64s-28.71-64-64-64zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm0 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm256-128c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMerge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 224c-23.637 0-44.307 12.89-55.391 32H319c-42.464 0-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C183.301 132.822 192 115.413 192 96c0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391V360.61C76.89 371.693 64 392.363 64 416c0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391V245.692C203.553 294.307 258.468 320 319 320h9.609c11.084 19.11 31.754 32 55.391 32 35.29 0 64-28.71 64-64s-28.71-64-64-64zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm0 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm256-128c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M384 224c-23.637 0-44.307 12.89-55.391 32H319c-42.464 0-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C183.301 132.822 192 115.413 192 96c0-35.29-28.71-64-64-64S64 60.71 64 96c0 23.637 12.89 44.307 32 55.391V360.61C76.89 371.693 64 392.363 64 416c0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391V245.692C203.553 294.307 258.468 320 319 320h9.609c11.084 19.11 31.754 32 55.391 32 35.29 0 64-28.71 64-64s-28.71-64-64-64zM128 64c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32zm0 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm256-128c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M384%20224c-23.637%200-44.307%2012.89-55.391%2032H319c-42.464%200-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C183.301%20132.822%20192%20115.413%20192%2096c0-35.29-28.71-64-64-64S64%2060.71%2064%2096c0%2023.637%2012.89%2044.307%2032%2055.391V360.61C76.89%20371.693%2064%20392.363%2064%20416c0%2035.29%2028.71%2064%2064%2064s64-28.71%2064-64c0-23.637-12.89-44.307-32-55.391V245.692C203.553%20294.307%20258.468%20320%20319%20320h9.609c11.084%2019.11%2031.754%2032%2055.391%2032%2035.29%200%2064-28.71%2064-64s-28.71-64-64-64zM128%2064c17.673%200%2032%2014.327%2032%2032s-14.327%2032-32%2032-32-14.327-32-32%2014.327-32%2032-32zm0%20384c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032zm256-128c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M384%20224c-23.637%200-44.307%2012.89-55.391%2032H319c-42.464%200-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C183.301%20132.822%20192%20115.413%20192%2096c0-35.29-28.71-64-64-64S64%2060.71%2064%2096c0%2023.637%2012.89%2044.307%2032%2055.391V360.61C76.89%20371.693%2064%20392.363%2064%20416c0%2035.29%2028.71%2064%2064%2064s64-28.71%2064-64c0-23.637-12.89-44.307-32-55.391V245.692C203.553%20294.307%20258.468%20320%20319%20320h9.609c11.084%2019.11%2031.754%2032%2055.391%2032%2035.29%200%2064-28.71%2064-64s-28.71-64-64-64zM128%2064c17.673%200%2032%2014.327%2032%2032s-14.327%2032-32%2032-32-14.327-32-32%2014.327-32%2032-32zm0%20384c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032zm256-128c-17.673%200-32-14.327-32-32s14.327-32%2032-32%2032%2014.327%2032%2032-14.327%2032-32%2032z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/merge.svg?color=%231a73e8&size=48