mask circle icon

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

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

2 other variants in Reicon

More faces icons from Reicon

Use the mask 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="m21.824 13.878l-4.112 1.645l-.38 4.938a10 10 0 0 0 4.492-6.583m-6.058 7.389l.444-5.776l-2.632-1.052a4.25 4.25 0 0 0-3.156 0L7.79 15.49l.444 5.776A10 10 0 0 0 12 22c1.332 0 2.603-.26 3.766-.733m-9.098-.806l-.379-4.922l-4.077-1.482a10 10 0 0 0 4.456 6.404"/><path fill-rule="evenodd" d="M21.998 12.193L22 12c0-5.523-4.477-10-10-10S2 6.477 2 12q0 .195.007.386l4.98 1.81l2.877-1.15a5.75 5.75 0 0 1 4.272 0L17 14.192zM16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 12c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMaskCircleFilled(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="m21.824 13.878l-4.112 1.645l-.38 4.938a10 10 0 0 0 4.492-6.583m-6.058 7.389l.444-5.776l-2.632-1.052a4.25 4.25 0 0 0-3.156 0L7.79 15.49l.444 5.776A10 10 0 0 0 12 22c1.332 0 2.603-.26 3.766-.733m-9.098-.806l-.379-4.922l-4.077-1.482a10 10 0 0 0 4.456 6.404"/><path fillRule="evenodd" d="M21.998 12.193L22 12c0-5.523-4.477-10-10-10S2 6.477 2 12q0 .195.007.386l4.98 1.81l2.877-1.15a5.75 5.75 0 0 1 4.272 0L17 14.192zM16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 12c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clipRule="evenodd"/></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="m21.824 13.878l-4.112 1.645l-.38 4.938a10 10 0 0 0 4.492-6.583m-6.058 7.389l.444-5.776l-2.632-1.052a4.25 4.25 0 0 0-3.156 0L7.79 15.49l.444 5.776A10 10 0 0 0 12 22c1.332 0 2.603-.26 3.766-.733m-9.098-.806l-.379-4.922l-4.077-1.482a10 10 0 0 0 4.456 6.404"/><path fill-rule="evenodd" d="M21.998 12.193L22 12c0-5.523-4.477-10-10-10S2 6.477 2 12q0 .195.007.386l4.98 1.81l2.877-1.15a5.75 5.75 0 0 1 4.272 0L17 14.192zM16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5M9 12c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-mask-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%22m21.824%2013.878l-4.112%201.645l-.38%204.938a10%2010%200%200%200%204.492-6.583m-6.058%207.389l.444-5.776l-2.632-1.052a4.25%204.25%200%200%200-3.156%200L7.79%2015.49l.444%205.776A10%2010%200%200%200%2012%2022c1.332%200%202.603-.26%203.766-.733m-9.098-.806l-.379-4.922l-4.077-1.482a10%2010%200%200%200%204.456%206.404%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.998%2012.193L22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012q0%20.195.007.386l4.98%201.81l2.877-1.15a5.75%205.75%200%200%201%204.272%200L17%2014.192zM16%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5M9%2012c.552%200%201-.672%201-1.5S9.552%209%209%209s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%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%22m21.824%2013.878l-4.112%201.645l-.38%204.938a10%2010%200%200%200%204.492-6.583m-6.058%207.389l.444-5.776l-2.632-1.052a4.25%204.25%200%200%200-3.156%200L7.79%2015.49l.444%205.776A10%2010%200%200%200%2012%2022c1.332%200%202.603-.26%203.766-.733m-9.098-.806l-.379-4.922l-4.077-1.482a10%2010%200%200%200%204.456%206.404%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.998%2012.193L22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012q0%20.195.007.386l4.98%201.81l2.877-1.15a5.75%205.75%200%200%201%204.272%200L17%2014.192zM16%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5M9%2012c.552%200%201-.672%201-1.5S9.552%209%209%209s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%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/mask-circle-filled.svg?color=%231a73e8&size=48

Mask Circle filled icon — Reicon · IconsDB