sticker icon

sticker-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
sticker-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the sticker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 36H88a52.06 52.06 0 0 0-52 52v80a52.06 52.06 0 0 0 52 52h48a3.8 3.8 0 0 0 1.26-.21c25.46-8.48 74.05-57.07 82.53-82.53A3.8 3.8 0 0 0 220 136V88a52.06 52.06 0 0 0-52-52M44 168V88a44.05 44.05 0 0 1 44-44h80a44.05 44.05 0 0 1 44 44v44h-28a52.06 52.06 0 0 0-52 52v28H88a44.05 44.05 0 0 1-44-44m96 42v-26a44.05 44.05 0 0 1 44-44h26c-11.1 22.23-47.77 58.9-70 70"/></svg>

React

import type { SVGProps } from "react";

export function PhStickerThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 36H88a52.06 52.06 0 0 0-52 52v80a52.06 52.06 0 0 0 52 52h48a3.8 3.8 0 0 0 1.26-.21c25.46-8.48 74.05-57.07 82.53-82.53A3.8 3.8 0 0 0 220 136V88a52.06 52.06 0 0 0-52-52M44 168V88a44.05 44.05 0 0 1 44-44h80a44.05 44.05 0 0 1 44 44v44h-28a52.06 52.06 0 0 0-52 52v28H88a44.05 44.05 0 0 1-44-44m96 42v-26a44.05 44.05 0 0 1 44-44h26c-11.1 22.23-47.77 58.9-70 70"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 36H88a52.06 52.06 0 0 0-52 52v80a52.06 52.06 0 0 0 52 52h48a3.8 3.8 0 0 0 1.26-.21c25.46-8.48 74.05-57.07 82.53-82.53A3.8 3.8 0 0 0 220 136V88a52.06 52.06 0 0 0-52-52M44 168V88a44.05 44.05 0 0 1 44-44h80a44.05 44.05 0 0 1 44 44v44h-28a52.06 52.06 0 0 0-52 52v28H88a44.05 44.05 0 0 1-44-44m96 42v-26a44.05 44.05 0 0 1 44-44h26c-11.1 22.23-47.77 58.9-70 70"/></svg>
</template>

CSS

.icon-sticker-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2036H88a52.06%2052.06%200%200%200-52%2052v80a52.06%2052.06%200%200%200%2052%2052h48a3.8%203.8%200%200%200%201.26-.21c25.46-8.48%2074.05-57.07%2082.53-82.53A3.8%203.8%200%200%200%20220%20136V88a52.06%2052.06%200%200%200-52-52M44%20168V88a44.05%2044.05%200%200%201%2044-44h80a44.05%2044.05%200%200%201%2044%2044v44h-28a52.06%2052.06%200%200%200-52%2052v28H88a44.05%2044.05%200%200%201-44-44m96%2042v-26a44.05%2044.05%200%200%201%2044-44h26c-11.1%2022.23-47.77%2058.9-70%2070%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2036H88a52.06%2052.06%200%200%200-52%2052v80a52.06%2052.06%200%200%200%2052%2052h48a3.8%203.8%200%200%200%201.26-.21c25.46-8.48%2074.05-57.07%2082.53-82.53A3.8%203.8%200%200%200%20220%20136V88a52.06%2052.06%200%200%200-52-52M44%20168V88a44.05%2044.05%200%200%201%2044-44h80a44.05%2044.05%200%200%201%2044%2044v44h-28a52.06%2052.06%200%200%200-52%2052v28H88a44.05%2044.05%200%200%201-44-44m96%2042v-26a44.05%2044.05%200%200%201%2044-44h26c-11.1%2022.23-47.77%2058.9-70%2070%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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