mask square icon
mask-square-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.
- Name
- mask-square-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 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="m21.996 13.81l-4.281 1.712l-.206 2.88l3.286 1.409a.8.8 0 0 1 .217.14c.834-1.262.964-3.111.984-6.142m-2.108 7.245l-2.492-1.068l-.133 1.859c1.1-.128 1.946-.363 2.625-.791m-4.137.902v-.01l.462-6.454l-2.635-1.053a4.25 4.25 0 0 0-3.156 0l-2.635 1.053l.461 6.455v.01C9.302 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.044m-9.014-.111l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.79m-3.749-1.892a.8.8 0 0 1 .217-.141l3.286-1.409l-.206-2.88l-4.281-1.713c.02 3.03.15 4.88.984 6.143"/><path fill-rule="evenodd" 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.464M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m5 1.5c.552 0 1-.672 1-1.5S15.552 9 15 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 ReiconMaskSquareFilled(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.996 13.81l-4.281 1.712l-.206 2.88l3.286 1.409a.8.8 0 0 1 .217.14c.834-1.262.964-3.111.984-6.142m-2.108 7.245l-2.492-1.068l-.133 1.859c1.1-.128 1.946-.363 2.625-.791m-4.137.902v-.01l.462-6.454l-2.635-1.053a4.25 4.25 0 0 0-3.156 0l-2.635 1.053l.461 6.455v.01C9.302 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.044m-9.014-.111l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.79m-3.749-1.892a.8.8 0 0 1 .217-.141l3.286-1.409l-.206-2.88l-4.281-1.713c.02 3.03.15 4.88.984 6.143"/><path fillRule="evenodd" 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.464M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m5 1.5c.552 0 1-.672 1-1.5S15.552 9 15 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.996 13.81l-4.281 1.712l-.206 2.88l3.286 1.409a.8.8 0 0 1 .217.14c.834-1.262.964-3.111.984-6.142m-2.108 7.245l-2.492-1.068l-.133 1.859c1.1-.128 1.946-.363 2.625-.791m-4.137.902v-.01l.462-6.454l-2.635-1.053a4.25 4.25 0 0 0-3.156 0l-2.635 1.053l.461 6.455v.01C9.302 22 10.539 22 12 22c1.463 0 2.699 0 3.751-.044m-9.014-.111l-.133-1.86l-2.492 1.069c.679.428 1.524.663 2.625.79m-3.749-1.892a.8.8 0 0 1 .217-.141l3.286-1.409l-.206-2.88l-4.281-1.713c.02 3.03.15 4.88.984 6.143"/><path fill-rule="evenodd" 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.464M10 10.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S8.448 9 9 9s1 .672 1 1.5m5 1.5c.552 0 1-.672 1-1.5S15.552 9 15 9s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-mask-square-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.996%2013.81l-4.281%201.712l-.206%202.88l3.286%201.409a.8.8%200%200%201%20.217.14c.834-1.262.964-3.111.984-6.142m-2.108%207.245l-2.492-1.068l-.133%201.859c1.1-.128%201.946-.363%202.625-.791m-4.137.902v-.01l.462-6.454l-2.635-1.053a4.25%204.25%200%200%200-3.156%200l-2.635%201.053l.461%206.455v.01C9.302%2022%2010.539%2022%2012%2022c1.463%200%202.699%200%203.751-.044m-9.014-.111l-.133-1.86l-2.492%201.069c.679.428%201.524.663%202.625.79m-3.749-1.892a.8.8%200%200%201%20.217-.141l3.286-1.409l-.206-2.88l-4.281-1.713c.02%203.03.15%204.88.984%206.143%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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.464M10%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5m5%201.5c.552%200%201-.672%201-1.5S15.552%209%2015%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.996%2013.81l-4.281%201.712l-.206%202.88l3.286%201.409a.8.8%200%200%201%20.217.14c.834-1.262.964-3.111.984-6.142m-2.108%207.245l-2.492-1.068l-.133%201.859c1.1-.128%201.946-.363%202.625-.791m-4.137.902v-.01l.462-6.454l-2.635-1.053a4.25%204.25%200%200%200-3.156%200l-2.635%201.053l.461%206.455v.01C9.302%2022%2010.539%2022%2012%2022c1.463%200%202.699%200%203.751-.044m-9.014-.111l-.133-1.86l-2.492%201.069c.679.428%201.524.663%202.625.79m-3.749-1.892a.8.8%200%200%201%20.217-.141l3.286-1.409l-.206-2.88l-4.281-1.713c.02%203.03.15%204.88.984%206.143%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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.464M10%2010.5c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S8.448%209%209%209s1%20.672%201%201.5m5%201.5c.552%200%201-.672%201-1.5S15.552%209%2015%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-square-filled.svg?color=%231a73e8&size=48