mask circle icon

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

Name
mask-circle
Set
Reicon
Style
Outline
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 fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.245 9.545l.05.02l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.05-.02q.005-.147.005-.295A9.25 9.25 0 0 0 12 2.75m9.026 11.281l-3.319 1.476l-.368 4.048a9.26 9.26 0 0 0 3.687-5.524m-5.275 6.427l.002-.026l.45-4.943l-2.625-1.05a4.25 4.25 0 0 0-3.156 0l-2.624 1.05l.449 4.943l.002.026A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 3.751-.792m-9.09-.903l-.368-4.048l-3.32-1.476a9.26 9.26 0 0 0 3.688 5.524M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" clip-rule="evenodd"/><path d="M16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMaskCircle(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 fillRule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.245 9.545l.05.02l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.05-.02q.005-.147.005-.295A9.25 9.25 0 0 0 12 2.75m9.026 11.281l-3.319 1.476l-.368 4.048a9.26 9.26 0 0 0 3.687-5.524m-5.275 6.427l.002-.026l.45-4.943l-2.625-1.05a4.25 4.25 0 0 0-3.156 0l-2.624 1.05l.449 4.943l.002.026A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 3.751-.792m-9.09-.903l-.368-4.048l-3.32-1.476a9.26 9.26 0 0 0 3.688 5.524M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" clipRule="evenodd"/><path d="M16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5"/></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 fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.245 9.545l.05.02l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.05-.02q.005-.147.005-.295A9.25 9.25 0 0 0 12 2.75m9.026 11.281l-3.319 1.476l-.368 4.048a9.26 9.26 0 0 0 3.687-5.524m-5.275 6.427l.002-.026l.45-4.943l-2.625-1.05a4.25 4.25 0 0 0-3.156 0l-2.624 1.05l.449 4.943l.002.026A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 3.751-.792m-9.09-.903l-.368-4.048l-3.32-1.476a9.26 9.26 0 0 0 3.688 5.524M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" clip-rule="evenodd"/><path d="M16 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m-6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5"/></g></svg>
</template>

CSS

.icon-mask-circle {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%200%200-9.245%209.545l.05.02l4.21%201.871l2.85-1.14a5.75%205.75%200%200%201%204.27%200l2.85%201.14l4.21-1.871l.05-.02q.005-.147.005-.295A9.25%209.25%200%200%200%2012%202.75m9.026%2011.281l-3.319%201.476l-.368%204.048a9.26%209.26%200%200%200%203.687-5.524m-5.275%206.427l.002-.026l.45-4.943l-2.625-1.05a4.25%204.25%200%200%200-3.156%200l-2.624%201.05l.449%204.943l.002.026A9.2%209.2%200%200%200%2012%2021.25a9.2%209.2%200%200%200%203.751-.792m-9.09-.903l-.368-4.048l-3.32-1.476a9.26%209.26%200%200%200%203.688%205.524M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%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.5m-6%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%200%200-9.245%209.545l.05.02l4.21%201.871l2.85-1.14a5.75%205.75%200%200%201%204.27%200l2.85%201.14l4.21-1.871l.05-.02q.005-.147.005-.295A9.25%209.25%200%200%200%2012%202.75m9.026%2011.281l-3.319%201.476l-.368%204.048a9.26%209.26%200%200%200%203.687-5.524m-5.275%206.427l.002-.026l.45-4.943l-2.625-1.05a4.25%204.25%200%200%200-3.156%200l-2.624%201.05l.449%204.943l.002.026A9.2%209.2%200%200%200%2012%2021.25a9.2%209.2%200%200%200%203.751-.792m-9.09-.903l-.368-4.048l-3.32-1.476a9.26%209.26%200%200%200%203.688%205.524M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%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.5m-6%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5%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.svg?color=%231a73e8&size=48

Mask Circle outline icon — Reicon · IconsDB