sticker icon
sticker-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- sticker-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the sticker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h6a2 2 0 0 1 2 2v3H8c-.725 0-1.36.385-1.71.962a.9.9 0 0 1-.294.048c-.318 0-.572-.157-.768-.353a1.8 1.8 0 0 1-.281-.37a.5.5 0 0 0-.894.447v.002l.002.001l.002.005l.008.015a2 2 0 0 0 .113.187c.075.114.19.266.343.42c.303.304.797.646 1.475.646H6V11H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M11 7H8a1 1 0 0 0-1 1v3h.5a.5.5 0 0 0 .354-.146l3-3A.5.5 0 0 0 11 7.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSticker12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h6a2 2 0 0 1 2 2v3H8c-.725 0-1.36.385-1.71.962a.9.9 0 0 1-.294.048c-.318 0-.572-.157-.768-.353a1.8 1.8 0 0 1-.281-.37a.5.5 0 0 0-.894.447v.002l.002.001l.002.005l.008.015a2 2 0 0 0 .113.187c.075.114.19.266.343.42c.303.304.797.646 1.475.646H6V11H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M11 7H8a1 1 0 0 0-1 1v3h.5a.5.5 0 0 0 .354-.146l3-3A.5.5 0 0 0 11 7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3 1h6a2 2 0 0 1 2 2v3H8c-.725 0-1.36.385-1.71.962a.9.9 0 0 1-.294.048c-.318 0-.572-.157-.768-.353a1.8 1.8 0 0 1-.281-.37a.5.5 0 0 0-.894.447v.002l.002.001l.002.005l.008.015a2 2 0 0 0 .113.187c.075.114.19.266.343.42c.303.304.797.646 1.475.646H6V11H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2m1.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M11 7H8a1 1 0 0 0-1 1v3h.5a.5.5 0 0 0 .354-.146l3-3A.5.5 0 0 0 11 7.5z"/></svg> </template>
CSS
.icon-sticker-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%201h6a2%202%200%200%201%202%202v3H8c-.725%200-1.36.385-1.71.962a.9.9%200%200%201-.294.048c-.318%200-.572-.157-.768-.353a1.8%201.8%200%200%201-.281-.37a.5.5%200%200%200-.894.447v.002l.002.001l.002.005l.008.015a2%202%200%200%200%20.113.187c.075.114.19.266.343.42c.303.304.797.646%201.475.646H6V11H3a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2m1.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m3%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M11%207H8a1%201%200%200%200-1%201v3h.5a.5.5%200%200%200%20.354-.146l3-3A.5.5%200%200%200%2011%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%201h6a2%202%200%200%201%202%202v3H8c-.725%200-1.36.385-1.71.962a.9.9%200%200%201-.294.048c-.318%200-.572-.157-.768-.353a1.8%201.8%200%200%201-.281-.37a.5.5%200%200%200-.894.447v.002l.002.001l.002.005l.008.015a2%202%200%200%200%20.113.187c.075.114.19.266.343.42c.303.304.797.646%201.475.646H6V11H3a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2m1.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m3%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M11%207H8a1%201%200%200%200-1%201v3h.5a.5.5%200%200%200%20.354-.146l3-3A.5.5%200%200%200%2011%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sticker-12-filled.svg?color=%231a73e8&size=48