round sticker icon

round-sticker-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
round-sticker-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Use the round sticker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 6.305A10.25 10.25 0 1 0 4.093 18.483a10.26 10.26 0 0 0 7.882 3.772c.097 0 .193-.02.28-.06a.7.7 0 0 0 .25-.16l9.5-9.5a.8.8 0 0 0 .21-.39a.6.6 0 0 0 0-.14a10.2 10.2 0 0 0-1.66-5.7m-8.17 13.78a7 7 0 0 1-.17-1.85a6 6 0 0 1 6.07-6a7.2 7.2 0 0 1 1.8.16z"/></svg>

React

import type { SVGProps } from "react";

export function MageRoundStickerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 6.305A10.25 10.25 0 1 0 4.093 18.483a10.26 10.26 0 0 0 7.882 3.772c.097 0 .193-.02.28-.06a.7.7 0 0 0 .25-.16l9.5-9.5a.8.8 0 0 0 .21-.39a.6.6 0 0 0 0-.14a10.2 10.2 0 0 0-1.66-5.7m-8.17 13.78a7 7 0 0 1-.17-1.85a6 6 0 0 1 6.07-6a7.2 7.2 0 0 1 1.8.16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 6.305A10.25 10.25 0 1 0 4.093 18.483a10.26 10.26 0 0 0 7.882 3.772c.097 0 .193-.02.28-.06a.7.7 0 0 0 .25-.16l9.5-9.5a.8.8 0 0 0 .21-.39a.6.6 0 0 0 0-.14a10.2 10.2 0 0 0-1.66-5.7m-8.17 13.78a7 7 0 0 1-.17-1.85a6 6 0 0 1 6.07-6a7.2 7.2 0 0 1 1.8.16z"/></svg>
</template>

CSS

.icon-round-sticker-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.555%206.305A10.25%2010.25%200%201%200%204.093%2018.483a10.26%2010.26%200%200%200%207.882%203.772c.097%200%20.193-.02.28-.06a.7.7%200%200%200%20.25-.16l9.5-9.5a.8.8%200%200%200%20.21-.39a.6.6%200%200%200%200-.14a10.2%2010.2%200%200%200-1.66-5.7m-8.17%2013.78a7%207%200%200%201-.17-1.85a6%206%200%200%201%206.07-6a7.2%207.2%200%200%201%201.8.16z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.555%206.305A10.25%2010.25%200%201%200%204.093%2018.483a10.26%2010.26%200%200%200%207.882%203.772c.097%200%20.193-.02.28-.06a.7.7%200%200%200%20.25-.16l9.5-9.5a.8.8%200%200%200%20.21-.39a.6.6%200%200%200%200-.14a10.2%2010.2%200%200%200-1.66-5.7m-8.17%2013.78a7%207%200%200%201-.17-1.85a6%206%200%200%201%206.07-6a7.2%207.2%200%200%201%201.8.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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