tag multiple icon
tag-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- tag-multiple-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the tag multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.294 1.6L2.535 6.326a1.99 1.99 0 0 0 0 2.829l3.31 3.288c.786.78 2.06.78 2.847 0l4.69-4.658a2 2 0 0 0 .589-1.4l.024-3.372A2.007 2.007 0 0 0 11.974 1l-3.264.014a2.02 2.02 0 0 0-1.416.585m4.058 3.058a.774.774 0 0 1-1.089 0a.76.76 0 0 1 0-1.082a.774.774 0 0 1 1.09 0c.3.3.3.784 0 1.082M1.997 9.75a2 2 0 0 0 .46 2.115l1.964 1.964a4 4 0 0 0 5.657 0l3.482-3.482a1.5 1.5 0 0 0 .44-1.06v-.78l-3.922 3.922q-.102.104-.211.197l-.496.496a3 3 0 0 1-4.243 0l-.498-.499a4 4 0 0 1-.208-.194l-1.965-1.964a2 2 0 0 1-.46-.715"/></svg>
React
import type { SVGProps } from "react";
export function FluentTagMultiple16Filled(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="M7.294 1.6L2.535 6.326a1.99 1.99 0 0 0 0 2.829l3.31 3.288c.786.78 2.06.78 2.847 0l4.69-4.658a2 2 0 0 0 .589-1.4l.024-3.372A2.007 2.007 0 0 0 11.974 1l-3.264.014a2.02 2.02 0 0 0-1.416.585m4.058 3.058a.774.774 0 0 1-1.089 0a.76.76 0 0 1 0-1.082a.774.774 0 0 1 1.09 0c.3.3.3.784 0 1.082M1.997 9.75a2 2 0 0 0 .46 2.115l1.964 1.964a4 4 0 0 0 5.657 0l3.482-3.482a1.5 1.5 0 0 0 .44-1.06v-.78l-3.922 3.922q-.102.104-.211.197l-.496.496a3 3 0 0 1-4.243 0l-.498-.499a4 4 0 0 1-.208-.194l-1.965-1.964a2 2 0 0 1-.46-.715"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.294 1.6L2.535 6.326a1.99 1.99 0 0 0 0 2.829l3.31 3.288c.786.78 2.06.78 2.847 0l4.69-4.658a2 2 0 0 0 .589-1.4l.024-3.372A2.007 2.007 0 0 0 11.974 1l-3.264.014a2.02 2.02 0 0 0-1.416.585m4.058 3.058a.774.774 0 0 1-1.089 0a.76.76 0 0 1 0-1.082a.774.774 0 0 1 1.09 0c.3.3.3.784 0 1.082M1.997 9.75a2 2 0 0 0 .46 2.115l1.964 1.964a4 4 0 0 0 5.657 0l3.482-3.482a1.5 1.5 0 0 0 .44-1.06v-.78l-3.922 3.922q-.102.104-.211.197l-.496.496a3 3 0 0 1-4.243 0l-.498-.499a4 4 0 0 1-.208-.194l-1.965-1.964a2 2 0 0 1-.46-.715"/></svg> </template>
CSS
.icon-tag-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.294%201.6L2.535%206.326a1.99%201.99%200%200%200%200%202.829l3.31%203.288c.786.78%202.06.78%202.847%200l4.69-4.658a2%202%200%200%200%20.589-1.4l.024-3.372A2.007%202.007%200%200%200%2011.974%201l-3.264.014a2.02%202.02%200%200%200-1.416.585m4.058%203.058a.774.774%200%200%201-1.089%200a.76.76%200%200%201%200-1.082a.774.774%200%200%201%201.09%200c.3.3.3.784%200%201.082M1.997%209.75a2%202%200%200%200%20.46%202.115l1.964%201.964a4%204%200%200%200%205.657%200l3.482-3.482a1.5%201.5%200%200%200%20.44-1.06v-.78l-3.922%203.922q-.102.104-.211.197l-.496.496a3%203%200%200%201-4.243%200l-.498-.499a4%204%200%200%201-.208-.194l-1.965-1.964a2%202%200%200%201-.46-.715%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%22M7.294%201.6L2.535%206.326a1.99%201.99%200%200%200%200%202.829l3.31%203.288c.786.78%202.06.78%202.847%200l4.69-4.658a2%202%200%200%200%20.589-1.4l.024-3.372A2.007%202.007%200%200%200%2011.974%201l-3.264.014a2.02%202.02%200%200%200-1.416.585m4.058%203.058a.774.774%200%200%201-1.089%200a.76.76%200%200%201%200-1.082a.774.774%200%200%201%201.09%200c.3.3.3.784%200%201.082M1.997%209.75a2%202%200%200%200%20.46%202.115l1.964%201.964a4%204%200%200%200%205.657%200l3.482-3.482a1.5%201.5%200%200%200%20.44-1.06v-.78l-3.922%203.922q-.102.104-.211.197l-.496.496a3%203%200%200%201-4.243%200l-.498-.499a4%204%200%200%201-.208-.194l-1.965-1.964a2%202%200%200%201-.46-.715%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-multiple-16-filled.svg?color=%231a73e8&size=48