merge icon
merge-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- merge-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
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 24 24"><path fill="currentColor" d="M3 7a1 1 0 0 1 1-1h2.757a4 4 0 0 1 2.829 1.172l2.95 2.95a3 3 0 0 0 2.12.878h3.928l-3.29-3.289a1 1 0 0 1 1.413-1.414l5 4.996a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13h-3.969a3 3 0 0 0-2.081.879l-2.95 2.95A4 4 0 0 1 6.757 18H4a1 1 0 1 1 0-2h2.757a2 2 0 0 0 1.415-.586l2.95-2.95q.252-.252.535-.464a5 5 0 0 1-.536-.464l-2.95-2.95A2 2 0 0 0 6.758 8H4a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentMerge24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7a1 1 0 0 1 1-1h2.757a4 4 0 0 1 2.829 1.172l2.95 2.95a3 3 0 0 0 2.12.878h3.928l-3.29-3.289a1 1 0 0 1 1.413-1.414l5 4.996a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13h-3.969a3 3 0 0 0-2.081.879l-2.95 2.95A4 4 0 0 1 6.757 18H4a1 1 0 1 1 0-2h2.757a2 2 0 0 0 1.415-.586l2.95-2.95q.252-.252.535-.464a5 5 0 0 1-.536-.464l-2.95-2.95A2 2 0 0 0 6.758 8H4a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7a1 1 0 0 1 1-1h2.757a4 4 0 0 1 2.829 1.172l2.95 2.95a3 3 0 0 0 2.12.878h3.928l-3.29-3.289a1 1 0 0 1 1.413-1.414l5 4.996a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13h-3.969a3 3 0 0 0-2.081.879l-2.95 2.95A4 4 0 0 1 6.757 18H4a1 1 0 1 1 0-2h2.757a2 2 0 0 0 1.415-.586l2.95-2.95q.252-.252.535-.464a5 5 0 0 1-.536-.464l-2.95-2.95A2 2 0 0 0 6.758 8H4a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-merge-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207a1%201%200%200%201%201-1h2.757a4%204%200%200%201%202.829%201.172l2.95%202.95a3%203%200%200%200%202.12.878h3.928l-3.29-3.289a1%201%200%200%201%201.413-1.414l5%204.996a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L18.586%2013h-3.969a3%203%200%200%200-2.081.879l-2.95%202.95A4%204%200%200%201%206.757%2018H4a1%201%200%201%201%200-2h2.757a2%202%200%200%200%201.415-.586l2.95-2.95q.252-.252.535-.464a5%205%200%200%201-.536-.464l-2.95-2.95A2%202%200%200%200%206.758%208H4a1%201%200%200%201-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207a1%201%200%200%201%201-1h2.757a4%204%200%200%201%202.829%201.172l2.95%202.95a3%203%200%200%200%202.12.878h3.928l-3.29-3.289a1%201%200%200%201%201.413-1.414l5%204.996a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L18.586%2013h-3.969a3%203%200%200%200-2.081.879l-2.95%202.95A4%204%200%200%201%206.757%2018H4a1%201%200%201%201%200-2h2.757a2%202%200%200%200%201.415-.586l2.95-2.95q.252-.252.535-.464a5%205%200%200%201-.536-.464l-2.95-2.95A2%202%200%200%200%206.758%208H4a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/merge-24-filled.svg?color=%231a73e8&size=48