merge icon
merge-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- merge-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.503 7.5H9.88a2.5 2.5 0 0 1-1.898-.873L6.478 4.873A2.5 2.5 0 0 0 4.58 4H2.5a.5.5 0 0 0 0 1h2.08a1.5 1.5 0 0 1 1.139.524l1.503 1.754c.247.288.537.53.855.722a3.5 3.5 0 0 0-.855.722L5.72 10.476A1.5 1.5 0 0 1 4.58 11H2.5a.5.5 0 0 0 0 1h2.08a2.5 2.5 0 0 0 1.898-.873l1.504-1.754A2.5 2.5 0 0 1 9.88 8.5h2.533l-2.293 2.675a.5.5 0 1 0 .76.65l3-3.5a.5.5 0 0 0 0-.65l-3-3.5a.5.5 0 1 0-.76.65L12.413 7.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMerge16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.503 7.5H9.88a2.5 2.5 0 0 1-1.898-.873L6.478 4.873A2.5 2.5 0 0 0 4.58 4H2.5a.5.5 0 0 0 0 1h2.08a1.5 1.5 0 0 1 1.139.524l1.503 1.754c.247.288.537.53.855.722a3.5 3.5 0 0 0-.855.722L5.72 10.476A1.5 1.5 0 0 1 4.58 11H2.5a.5.5 0 0 0 0 1h2.08a2.5 2.5 0 0 0 1.898-.873l1.504-1.754A2.5 2.5 0 0 1 9.88 8.5h2.533l-2.293 2.675a.5.5 0 1 0 .76.65l3-3.5a.5.5 0 0 0 0-.65l-3-3.5a.5.5 0 1 0-.76.65L12.413 7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.503 7.5H9.88a2.5 2.5 0 0 1-1.898-.873L6.478 4.873A2.5 2.5 0 0 0 4.58 4H2.5a.5.5 0 0 0 0 1h2.08a1.5 1.5 0 0 1 1.139.524l1.503 1.754c.247.288.537.53.855.722a3.5 3.5 0 0 0-.855.722L5.72 10.476A1.5 1.5 0 0 1 4.58 11H2.5a.5.5 0 0 0 0 1h2.08a2.5 2.5 0 0 0 1.898-.873l1.504-1.754A2.5 2.5 0 0 1 9.88 8.5h2.533l-2.293 2.675a.5.5 0 1 0 .76.65l3-3.5a.5.5 0 0 0 0-.65l-3-3.5a.5.5 0 1 0-.76.65L12.413 7.5z"/></svg> </template>
CSS
.icon-merge-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.503%207.5H9.88a2.5%202.5%200%200%201-1.898-.873L6.478%204.873A2.5%202.5%200%200%200%204.58%204H2.5a.5.5%200%200%200%200%201h2.08a1.5%201.5%200%200%201%201.139.524l1.503%201.754c.247.288.537.53.855.722a3.5%203.5%200%200%200-.855.722L5.72%2010.476A1.5%201.5%200%200%201%204.58%2011H2.5a.5.5%200%200%200%200%201h2.08a2.5%202.5%200%200%200%201.898-.873l1.504-1.754A2.5%202.5%200%200%201%209.88%208.5h2.533l-2.293%202.675a.5.5%200%201%200%20.76.65l3-3.5a.5.5%200%200%200%200-.65l-3-3.5a.5.5%200%201%200-.76.65L12.413%207.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.503%207.5H9.88a2.5%202.5%200%200%201-1.898-.873L6.478%204.873A2.5%202.5%200%200%200%204.58%204H2.5a.5.5%200%200%200%200%201h2.08a1.5%201.5%200%200%201%201.139.524l1.503%201.754c.247.288.537.53.855.722a3.5%203.5%200%200%200-.855.722L5.72%2010.476A1.5%201.5%200%200%201%204.58%2011H2.5a.5.5%200%200%200%200%201h2.08a2.5%202.5%200%200%200%201.898-.873l1.504-1.754A2.5%202.5%200%200%201%209.88%208.5h2.533l-2.293%202.675a.5.5%200%201%200%20.76.65l3-3.5a.5.5%200%200%200%200-.65l-3-3.5a.5.5%200%201%200-.76.65L12.413%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/merge-16-regular.svg?color=%231a73e8&size=48