sticker-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
sticker-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6 5a.75.75 0 1 1 0 1.5A.75.75 0 0 1 6 5m4 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m1.5-3A2.5 2.5 0 0 1 14 4.5v4.172c0 .663-.264 1.299-.732 1.768l-2.828 2.828A2.5 2.5 0 0 1 8.672 14H4.5A2.5 2.5 0 0 1 2 11.5v-7A2.5 2.5 0 0 1 4.5 2zm-7 1A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h4.172q.167-.001.328-.038v-1.546a6 6 0 0 1-1 .084c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a1.3 1.3 0 0 1-.173-.252a.5.5 0 0 1 .893-.448v-.003c-.005-.009-.004-.004 0 0c.022.034.116.167.331.311c.284.19.81.416 1.723.416c.373 0 .706-.04 1-.1c0 0-.003.071.006-.03A1.5 1.5 0 0 1 10.5 9h2.462q.037-.161.038-.328V4.5A1.5 1.5 0 0 0 11.5 3zm6 7a.5.5 0 0 0-.5.5v1.793L12.293 10z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSticker16Regular(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="M6 5a.75.75 0 1 1 0 1.5A.75.75 0 0 1 6 5m4 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m1.5-3A2.5 2.5 0 0 1 14 4.5v4.172c0 .663-.264 1.299-.732 1.768l-2.828 2.828A2.5 2.5 0 0 1 8.672 14H4.5A2.5 2.5 0 0 1 2 11.5v-7A2.5 2.5 0 0 1 4.5 2zm-7 1A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h4.172q.167-.001.328-.038v-1.546a6 6 0 0 1-1 .084c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a1.3 1.3 0 0 1-.173-.252a.5.5 0 0 1 .893-.448v-.003c-.005-.009-.004-.004 0 0c.022.034.116.167.331.311c.284.19.81.416 1.723.416c.373 0 .706-.04 1-.1c0 0-.003.071.006-.03A1.5 1.5 0 0 1 10.5 9h2.462q.037-.161.038-.328V4.5A1.5 1.5 0 0 0 11.5 3zm6 7a.5.5 0 0 0-.5.5v1.793L12.293 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 5a.75.75 0 1 1 0 1.5A.75.75 0 0 1 6 5m4 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m1.5-3A2.5 2.5 0 0 1 14 4.5v4.172c0 .663-.264 1.299-.732 1.768l-2.828 2.828A2.5 2.5 0 0 1 8.672 14H4.5A2.5 2.5 0 0 1 2 11.5v-7A2.5 2.5 0 0 1 4.5 2zm-7 1A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h4.172q.167-.001.328-.038v-1.546a6 6 0 0 1-1 .084c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a1.3 1.3 0 0 1-.173-.252a.5.5 0 0 1 .893-.448v-.003c-.005-.009-.004-.004 0 0c.022.034.116.167.331.311c.284.19.81.416 1.723.416c.373 0 .706-.04 1-.1c0 0-.003.071.006-.03A1.5 1.5 0 0 1 10.5 9h2.462q.037-.161.038-.328V4.5A1.5 1.5 0 0 0 11.5 3zm6 7a.5.5 0 0 0-.5.5v1.793L12.293 10z"/></svg>
</template>

CSS

.icon-sticker-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%22M6%205a.75.75%200%201%201%200%201.5A.75.75%200%200%201%206%205m4%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m1.5-3A2.5%202.5%200%200%201%2014%204.5v4.172c0%20.663-.264%201.299-.732%201.768l-2.828%202.828A2.5%202.5%200%200%201%208.672%2014H4.5A2.5%202.5%200%200%201%202%2011.5v-7A2.5%202.5%200%200%201%204.5%202zm-7%201A1.5%201.5%200%200%200%203%204.5v7A1.5%201.5%200%200%200%204.5%2013h4.172q.167-.001.328-.038v-1.546a6%206%200%200%201-1%20.084c-1.087%200-1.811-.273-2.277-.584a2.3%202.3%200%200%201-.497-.44a1.3%201.3%200%200%201-.173-.252a.5.5%200%200%201%20.893-.448v-.003c-.005-.009-.004-.004%200%200c.022.034.116.167.331.311c.284.19.81.416%201.723.416c.373%200%20.706-.04%201-.1c0%200-.003.071.006-.03A1.5%201.5%200%200%201%2010.5%209h2.462q.037-.161.038-.328V4.5A1.5%201.5%200%200%200%2011.5%203zm6%207a.5.5%200%200%200-.5.5v1.793L12.293%2010z%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%22M6%205a.75.75%200%201%201%200%201.5A.75.75%200%200%201%206%205m4%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m1.5-3A2.5%202.5%200%200%201%2014%204.5v4.172c0%20.663-.264%201.299-.732%201.768l-2.828%202.828A2.5%202.5%200%200%201%208.672%2014H4.5A2.5%202.5%200%200%201%202%2011.5v-7A2.5%202.5%200%200%201%204.5%202zm-7%201A1.5%201.5%200%200%200%203%204.5v7A1.5%201.5%200%200%200%204.5%2013h4.172q.167-.001.328-.038v-1.546a6%206%200%200%201-1%20.084c-1.087%200-1.811-.273-2.277-.584a2.3%202.3%200%200%201-.497-.44a1.3%201.3%200%200%201-.173-.252a.5.5%200%200%201%20.893-.448v-.003c-.005-.009-.004-.004%200%200c.022.034.116.167.331.311c.284.19.81.416%201.723.416c.373%200%20.706-.04%201-.1c0%200-.003.071.006-.03A1.5%201.5%200%200%201%2010.5%209h2.462q.037-.161.038-.328V4.5A1.5%201.5%200%200%200%2011.5%203zm6%207a.5.5%200%200%200-.5.5v1.793L12.293%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sticker-16-regular.svg?color=%231a73e8&size=48