sticker icon
sticker-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- sticker-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5v-3.083a6 6 0 0 1-.998.083c-1.087 0-1.914-.272-2.475-.553a4 4 0 0 1-.64-.39a3 3 0 0 1-.217-.181l-.015-.014l-.005-.005l-.002-.002l-.002-.001a.5.5 0 0 1 .705-.71l.003.002l.022.02q.034.03.111.09c.104.078.266.187.487.297c.439.22 1.113.447 2.028.447c.432 0 .81-.051 1.143-.135A2.75 2.75 0 0 1 13.75 11H17V6a3 3 0 0 0-3-3zm1.5 6a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.707 8.414c-.224.225-.497.39-.793.487V13.75c0-.966.784-1.75 1.75-1.75h3.151a2 2 0 0 1-.487.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSticker20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5v-3.083a6 6 0 0 1-.998.083c-1.087 0-1.914-.272-2.475-.553a4 4 0 0 1-.64-.39a3 3 0 0 1-.217-.181l-.015-.014l-.005-.005l-.002-.002l-.002-.001a.5.5 0 0 1 .705-.71l.003.002l.022.02q.034.03.111.09c.104.078.266.187.487.297c.439.22 1.113.447 2.028.447c.432 0 .81-.051 1.143-.135A2.75 2.75 0 0 1 13.75 11H17V6a3 3 0 0 0-3-3zm1.5 6a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.707 8.414c-.224.225-.497.39-.793.487V13.75c0-.966.784-1.75 1.75-1.75h3.151a2 2 0 0 1-.487.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5v-3.083a6 6 0 0 1-.998.083c-1.087 0-1.914-.272-2.475-.553a4 4 0 0 1-.64-.39a3 3 0 0 1-.217-.181l-.015-.014l-.005-.005l-.002-.002l-.002-.001a.5.5 0 0 1 .705-.71l.003.002l.022.02q.034.03.111.09c.104.078.266.187.487.297c.439.22 1.113.447 2.028.447c.432 0 .81-.051 1.143-.135A2.75 2.75 0 0 1 13.75 11H17V6a3 3 0 0 0-3-3zm1.5 6a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.707 8.414c-.224.225-.497.39-.793.487V13.75c0-.966.784-1.75 1.75-1.75h3.151a2 2 0 0 1-.487.793z"/></svg> </template>
CSS
.icon-sticker-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h5v-3.083a6%206%200%200%201-.998.083c-1.087%200-1.914-.272-2.475-.553a4%204%200%200%201-.64-.39a3%203%200%200%201-.217-.181l-.015-.014l-.005-.005l-.002-.002l-.002-.001a.5.5%200%200%201%20.705-.71l.003.002l.022.02q.034.03.111.09c.104.078.266.187.487.297c.439.22%201.113.447%202.028.447c.432%200%20.81-.051%201.143-.135A2.75%202.75%200%200%201%2013.75%2011H17V6a3%203%200%200%200-3-3zm1.5%206a1%201%200%201%201%200-2a1%201%200%200%201%200%202m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.707%208.414c-.224.225-.497.39-.793.487V13.75c0-.966.784-1.75%201.75-1.75h3.151a2%202%200%200%201-.487.793z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h5v-3.083a6%206%200%200%201-.998.083c-1.087%200-1.914-.272-2.475-.553a4%204%200%200%201-.64-.39a3%203%200%200%201-.217-.181l-.015-.014l-.005-.005l-.002-.002l-.002-.001a.5.5%200%200%201%20.705-.71l.003.002l.022.02q.034.03.111.09c.104.078.266.187.487.297c.439.22%201.113.447%202.028.447c.432%200%20.81-.051%201.143-.135A2.75%202.75%200%200%201%2013.75%2011H17V6a3%203%200%200%200-3-3zm1.5%206a1%201%200%201%201%200-2a1%201%200%200%201%200%202m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.707%208.414c-.224.225-.497.39-.793.487V13.75c0-.966.784-1.75%201.75-1.75h3.151a2%202%200%200%201-.487.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sticker-20-filled.svg?color=%231a73e8&size=48