mask4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
mask4-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the mask4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.97 12c0 2.94-1.28 5.6-3.32 7.41A9.84 9.84 0 0 1 12 21.97c-5.5 0-9.97-4.47-9.97-9.97S6.5 2.03 12 2.03c2.56 0 4.89.96 6.65 2.56A9.9 9.9 0 0 1 21.97 12"/><path d="M11.97 16.39c-.02 1.65-1.25 2.05-2.4 1.59A6.44 6.44 0 0 1 5.53 12c0-2.71 1.67-5.03 4.04-5.99c1.15-.46 2.38-.05 2.4 1.59z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMask4Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21.97 12c0 2.94-1.28 5.6-3.32 7.41A9.84 9.84 0 0 1 12 21.97c-5.5 0-9.97-4.47-9.97-9.97S6.5 2.03 12 2.03c2.56 0 4.89.96 6.65 2.56A9.9 9.9 0 0 1 21.97 12"/><path d="M11.97 16.39c-.02 1.65-1.25 2.05-2.4 1.59A6.44 6.44 0 0 1 5.53 12c0-2.71 1.67-5.03 4.04-5.99c1.15-.46 2.38-.05 2.4 1.59z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.97 12c0 2.94-1.28 5.6-3.32 7.41A9.84 9.84 0 0 1 12 21.97c-5.5 0-9.97-4.47-9.97-9.97S6.5 2.03 12 2.03c2.56 0 4.89.96 6.65 2.56A9.9 9.9 0 0 1 21.97 12"/><path d="M11.97 16.39c-.02 1.65-1.25 2.05-2.4 1.59A6.44 6.44 0 0 1 5.53 12c0-2.71 1.67-5.03 4.04-5.99c1.15-.46 2.38-.05 2.4 1.59z"/></g></svg>
</template>

CSS

.icon-mask4-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.97%2012c0%202.94-1.28%205.6-3.32%207.41A9.84%209.84%200%200%201%2012%2021.97c-5.5%200-9.97-4.47-9.97-9.97S6.5%202.03%2012%202.03c2.56%200%204.89.96%206.65%202.56A9.9%209.9%200%200%201%2021.97%2012%22%2F%3E%3Cpath%20d%3D%22M11.97%2016.39c-.02%201.65-1.25%202.05-2.4%201.59A6.44%206.44%200%200%201%205.53%2012c0-2.71%201.67-5.03%204.04-5.99c1.15-.46%202.38-.05%202.4%201.59z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.97%2012c0%202.94-1.28%205.6-3.32%207.41A9.84%209.84%200%200%201%2012%2021.97c-5.5%200-9.97-4.47-9.97-9.97S6.5%202.03%2012%202.03c2.56%200%204.89.96%206.65%202.56A9.9%209.9%200%200%201%2021.97%2012%22%2F%3E%3Cpath%20d%3D%22M11.97%2016.39c-.02%201.65-1.25%202.05-2.4%201.59A6.44%206.44%200%200%201%205.53%2012c0-2.71%201.67-5.03%204.04-5.99c1.15-.46%202.38-.05%202.4%201.59z%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/mask4-filled.svg?color=%231a73e8&size=48

Mask4 filled icon — Reicon · IconsDB