sticker circle icon

sticker-circle-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.

Name
sticker-circle-filled
Set
Reicon
Style
Filled
Category
Faces
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More faces icons from Reicon

Use the sticker circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 12C2 6.477 6.477 2 12 2c5.013 0 9.165 3.689 9.888 8.5h-.202c-2.49 0-4.126-.001-5.493.477a8.5 8.5 0 0 0-5.216 5.216c-.478 1.367-.478 3.003-.477 5.493v.202C5.689 21.164 2 17.013 2 12"/><path d="m21.242 13.708l-7.534 7.534a3 3 0 0 1-.369.312A2.33 2.33 0 0 1 12 22c0-.552 0-1.049.003-1.5c.012-1.834.075-2.911.39-3.812a7 7 0 0 1 4.295-4.295c.9-.315 1.978-.378 3.812-.39C20.951 12 21.448 12 22 12c0 .486-.169.946-.446 1.34a3 3 0 0 1-.312.368"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStickerCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 12C2 6.477 6.477 2 12 2c5.013 0 9.165 3.689 9.888 8.5h-.202c-2.49 0-4.126-.001-5.493.477a8.5 8.5 0 0 0-5.216 5.216c-.478 1.367-.478 3.003-.477 5.493v.202C5.689 21.164 2 17.013 2 12"/><path d="m21.242 13.708l-7.534 7.534a3 3 0 0 1-.369.312A2.33 2.33 0 0 1 12 22c0-.552 0-1.049.003-1.5c.012-1.834.075-2.911.39-3.812a7 7 0 0 1 4.295-4.295c.9-.315 1.978-.378 3.812-.39C20.951 12 21.448 12 22 12c0 .486-.169.946-.446 1.34a3 3 0 0 1-.312.368"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 12C2 6.477 6.477 2 12 2c5.013 0 9.165 3.689 9.888 8.5h-.202c-2.49 0-4.126-.001-5.493.477a8.5 8.5 0 0 0-5.216 5.216c-.478 1.367-.478 3.003-.477 5.493v.202C5.689 21.164 2 17.013 2 12"/><path d="m21.242 13.708l-7.534 7.534a3 3 0 0 1-.369.312A2.33 2.33 0 0 1 12 22c0-.552 0-1.049.003-1.5c.012-1.834.075-2.911.39-3.812a7 7 0 0 1 4.295-4.295c.9-.315 1.978-.378 3.812-.39C20.951 12 21.448 12 22 12c0 .486-.169.946-.446 1.34a3 3 0 0 1-.312.368"/></g></svg>
</template>

CSS

.icon-sticker-circle-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202c5.013%200%209.165%203.689%209.888%208.5h-.202c-2.49%200-4.126-.001-5.493.477a8.5%208.5%200%200%200-5.216%205.216c-.478%201.367-.478%203.003-.477%205.493v.202C5.689%2021.164%202%2017.013%202%2012%22%2F%3E%3Cpath%20d%3D%22m21.242%2013.708l-7.534%207.534a3%203%200%200%201-.369.312A2.33%202.33%200%200%201%2012%2022c0-.552%200-1.049.003-1.5c.012-1.834.075-2.911.39-3.812a7%207%200%200%201%204.295-4.295c.9-.315%201.978-.378%203.812-.39C20.951%2012%2021.448%2012%2022%2012c0%20.486-.169.946-.446%201.34a3%203%200%200%201-.312.368%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202c5.013%200%209.165%203.689%209.888%208.5h-.202c-2.49%200-4.126-.001-5.493.477a8.5%208.5%200%200%200-5.216%205.216c-.478%201.367-.478%203.003-.477%205.493v.202C5.689%2021.164%202%2017.013%202%2012%22%2F%3E%3Cpath%20d%3D%22m21.242%2013.708l-7.534%207.534a3%203%200%200%201-.369.312A2.33%202.33%200%200%201%2012%2022c0-.552%200-1.049.003-1.5c.012-1.834.075-2.911.39-3.812a7%207%200%200%201%204.295-4.295c.9-.315%201.978-.378%203.812-.39C20.951%2012%2021.448%2012%2022%2012c0%20.486-.169.946-.446%201.34a3%203%200%200%201-.312.368%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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