sticker icon

sticker from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
sticker
Set
Phosphor
Style
Regular
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 32H88a56.06 56.06 0 0 0-56 56v80a56.06 56.06 0 0 0 56 56h48a8 8 0 0 0 2.53-.41c26.23-8.75 76.31-58.83 85.06-85.06A8 8 0 0 0 224 136V88a56.06 56.06 0 0 0-56-56M48 168V88a40 40 0 0 1 40-40h80a40 40 0 0 1 40 40v40h-24a56.06 56.06 0 0 0-56 56v24H88a40 40 0 0 1-40-40m96 35.14V184a40 40 0 0 1 40-40h19.14C191 163.5 163.5 191 144 203.14"/></svg>

React

import type { SVGProps } from "react";

export function PhSticker(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 32H88a56.06 56.06 0 0 0-56 56v80a56.06 56.06 0 0 0 56 56h48a8 8 0 0 0 2.53-.41c26.23-8.75 76.31-58.83 85.06-85.06A8 8 0 0 0 224 136V88a56.06 56.06 0 0 0-56-56M48 168V88a40 40 0 0 1 40-40h80a40 40 0 0 1 40 40v40h-24a56.06 56.06 0 0 0-56 56v24H88a40 40 0 0 1-40-40m96 35.14V184a40 40 0 0 1 40-40h19.14C191 163.5 163.5 191 144 203.14"/></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 32H88a56.06 56.06 0 0 0-56 56v80a56.06 56.06 0 0 0 56 56h48a8 8 0 0 0 2.53-.41c26.23-8.75 76.31-58.83 85.06-85.06A8 8 0 0 0 224 136V88a56.06 56.06 0 0 0-56-56M48 168V88a40 40 0 0 1 40-40h80a40 40 0 0 1 40 40v40h-24a56.06 56.06 0 0 0-56 56v24H88a40 40 0 0 1-40-40m96 35.14V184a40 40 0 0 1 40-40h19.14C191 163.5 163.5 191 144 203.14"/></svg>
</template>

CSS

.icon-sticker {
  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%2032H88a56.06%2056.06%200%200%200-56%2056v80a56.06%2056.06%200%200%200%2056%2056h48a8%208%200%200%200%202.53-.41c26.23-8.75%2076.31-58.83%2085.06-85.06A8%208%200%200%200%20224%20136V88a56.06%2056.06%200%200%200-56-56M48%20168V88a40%2040%200%200%201%2040-40h80a40%2040%200%200%201%2040%2040v40h-24a56.06%2056.06%200%200%200-56%2056v24H88a40%2040%200%200%201-40-40m96%2035.14V184a40%2040%200%200%201%2040-40h19.14C191%20163.5%20163.5%20191%20144%20203.14%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%2032H88a56.06%2056.06%200%200%200-56%2056v80a56.06%2056.06%200%200%200%2056%2056h48a8%208%200%200%200%202.53-.41c26.23-8.75%2076.31-58.83%2085.06-85.06A8%208%200%200%200%20224%20136V88a56.06%2056.06%200%200%200-56-56M48%20168V88a40%2040%200%200%201%2040-40h80a40%2040%200%200%201%2040%2040v40h-24a56.06%2056.06%200%200%200-56%2056v24H88a40%2040%200%200%201-40-40m96%2035.14V184a40%2040%200%200%201%2040-40h19.14C191%20163.5%20163.5%20191%20144%20203.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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