mask square icon

mask-square-duotone from Reicon by REICON · Duotone · Faces · MIT Free for personal and commercial use.

Name
mask-square-duotone
Set
Reicon
Style
Duotone
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 mask square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C2 4.93 2 7.286 2 12v.25a.8.8 0 0 1 .279.054L7 14.192l2.864-1.146a5.75 5.75 0 0 1 4.272 0L17 14.192l4.721-1.888A.8.8 0 0 1 22 12.25V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464" opacity=".5"/><path d="M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m5.996 3.31l-4.281 1.712l-.206 2.88l3.287 1.409a.8.8 0 0 1 .216.141c.834-1.262.964-3.112.984-6.142m-2.108 7.244l-2.492-1.068l-.133 1.86c1.1-.13 1.946-.364 2.625-.792m-4.137.903l.001-.01l.461-6.454l-2.635-1.054a4.25 4.25 0 0 0-3.156 0l-2.635 1.054l.461 6.454v.01C9.303 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.043m-9.014-.112l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.791m-3.749-1.893a.8.8 0 0 1 .217-.141l3.286-1.409l-.205-2.88l-4.282-1.712c.02 3.03.15 4.88.984 6.142"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMaskSquareDuotone(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="M3.464 3.464C2 4.93 2 7.286 2 12v.25a.8.8 0 0 1 .279.054L7 14.192l2.864-1.146a5.75 5.75 0 0 1 4.272 0L17 14.192l4.721-1.888A.8.8 0 0 1 22 12.25V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464" opacity=".5"/><path d="M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m5.996 3.31l-4.281 1.712l-.206 2.88l3.287 1.409a.8.8 0 0 1 .216.141c.834-1.262.964-3.112.984-6.142m-2.108 7.244l-2.492-1.068l-.133 1.86c1.1-.13 1.946-.364 2.625-.792m-4.137.903l.001-.01l.461-6.454l-2.635-1.054a4.25 4.25 0 0 0-3.156 0l-2.635 1.054l.461 6.454v.01C9.303 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.043m-9.014-.112l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.791m-3.749-1.893a.8.8 0 0 1 .217-.141l3.286-1.409l-.205-2.88l-4.282-1.712c.02 3.03.15 4.88.984 6.142"/></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="M3.464 3.464C2 4.93 2 7.286 2 12v.25a.8.8 0 0 1 .279.054L7 14.192l2.864-1.146a5.75 5.75 0 0 1 4.272 0L17 14.192l4.721-1.888A.8.8 0 0 1 22 12.25V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464" opacity=".5"/><path d="M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m6 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5s.448-1.5 1-1.5s1 .672 1 1.5m5.996 3.31l-4.281 1.712l-.206 2.88l3.287 1.409a.8.8 0 0 1 .216.141c.834-1.262.964-3.112.984-6.142m-2.108 7.244l-2.492-1.068l-.133 1.86c1.1-.13 1.946-.364 2.625-.792m-4.137.903l.001-.01l.461-6.454l-2.635-1.054a4.25 4.25 0 0 0-3.156 0l-2.635 1.054l.461 6.454v.01C9.303 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.043m-9.014-.112l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.791m-3.749-1.893a.8.8 0 0 1 .217-.141l3.286-1.409l-.205-2.88l-4.282-1.712c.02 3.03.15 4.88.984 6.142"/></g></svg>
</template>

CSS

.icon-mask-square-duotone {
  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%22M3.464%203.464C2%204.93%202%207.286%202%2012v.25a.8.8%200%200%201%20.279.054L7%2014.192l2.864-1.146a5.75%205.75%200%200%201%204.272%200L17%2014.192l4.721-1.888A.8.8%200%200%201%2022%2012.25V12c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5m6%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5m5.996%203.31l-4.281%201.712l-.206%202.88l3.287%201.409a.8.8%200%200%201%20.216.141c.834-1.262.964-3.112.984-6.142m-2.108%207.244l-2.492-1.068l-.133%201.86c1.1-.13%201.946-.364%202.625-.792m-4.137.903l.001-.01l.461-6.454l-2.635-1.054a4.25%204.25%200%200%200-3.156%200l-2.635%201.054l.461%206.454v.01C9.303%2022%2010.539%2022%2012%2022c1.463%200%202.699%200%203.751-.043m-9.014-.112l-.133-1.86l-2.492%201.069c.679.428%201.524.663%202.625.791m-3.749-1.893a.8.8%200%200%201%20.217-.141l3.286-1.409l-.205-2.88l-4.282-1.712c.02%203.03.15%204.88.984%206.142%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%22M3.464%203.464C2%204.93%202%207.286%202%2012v.25a.8.8%200%200%201%20.279.054L7%2014.192l2.864-1.146a5.75%205.75%200%200%201%204.272%200L17%2014.192l4.721-1.888A.8.8%200%200%201%2022%2012.25V12c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5m6%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5s.448-1.5%201-1.5s1%20.672%201%201.5m5.996%203.31l-4.281%201.712l-.206%202.88l3.287%201.409a.8.8%200%200%201%20.216.141c.834-1.262.964-3.112.984-6.142m-2.108%207.244l-2.492-1.068l-.133%201.86c1.1-.13%201.946-.364%202.625-.792m-4.137.903l.001-.01l.461-6.454l-2.635-1.054a4.25%204.25%200%200%200-3.156%200l-2.635%201.054l.461%206.454v.01C9.303%2022%2010.539%2022%2012%2022c1.463%200%202.699%200%203.751-.043m-9.014-.112l-.133-1.86l-2.492%201.069c.679.428%201.524.663%202.625.791m-3.749-1.893a.8.8%200%200%201%20.217-.141l3.286-1.409l-.205-2.88l-4.282-1.712c.02%203.03.15%204.88.984%206.142%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-square-duotone.svg?color=%231a73e8&size=48

Mask Square duotone icon — Reicon · IconsDB