mask square icon
mask-square from Reicon by REICON · Outline · Faces · MIT Free for personal and commercial use.
- Name
- mask-square
- Set
- Reicon
- Style
- Outline
- 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="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"/><path fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m-5.33 1.676c-1.278.172-2.049.5-2.618 1.069c-.57.57-.897 1.34-1.069 2.619c-.174 1.3-.176 3.008-.176 5.386v.293l.055.022l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.055-.022V12c0-2.378-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176m14.632 11.008l-3.532 1.57l-.222 2.89l2.844 1.22c.371-.528.603-1.22.739-2.228c.123-.917.16-2.037.171-3.452M19 20.673l-1.63-.699l-.085 1.113l.102-.013c.659-.089 1.182-.219 1.613-.401m-3.228.532l.439-5.713l-2.632-1.053a4.25 4.25 0 0 0-3.156 0L7.79 15.492l.44 5.713c1.033.044 2.268.045 3.77.045s2.737 0 3.77-.045m-9.055-.118l-.086-1.113l-1.63.699c.432.183.955.312 1.614.4zm-3.051-1.474l2.844-1.218l-.222-2.891l-3.532-1.57c.011 1.415.048 2.535.171 3.452c.136 1.008.368 1.7.739 2.227" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMaskSquare(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="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"/><path fillRule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m-5.33 1.676c-1.278.172-2.049.5-2.618 1.069c-.57.57-.897 1.34-1.069 2.619c-.174 1.3-.176 3.008-.176 5.386v.293l.055.022l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.055-.022V12c0-2.378-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176m14.632 11.008l-3.532 1.57l-.222 2.89l2.844 1.22c.371-.528.603-1.22.739-2.228c.123-.917.16-2.037.171-3.452M19 20.673l-1.63-.699l-.085 1.113l.102-.013c.659-.089 1.182-.219 1.613-.401m-3.228.532l.439-5.713l-2.632-1.053a4.25 4.25 0 0 0-3.156 0L7.79 15.492l.44 5.713c1.033.044 2.268.045 3.77.045s2.737 0 3.77-.045m-9.055-.118l-.086-1.113l-1.63.699c.432.183.955.312 1.614.4zm-3.051-1.474l2.844-1.218l-.222-2.891l-3.532-1.57c.011 1.415.048 2.535.171 3.452c.136 1.008.368 1.7.739 2.227" 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="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"/><path fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m-5.33 1.676c-1.278.172-2.049.5-2.618 1.069c-.57.57-.897 1.34-1.069 2.619c-.174 1.3-.176 3.008-.176 5.386v.293l.055.022l4.21 1.871l2.85-1.14a5.75 5.75 0 0 1 4.27 0l2.85 1.14l4.21-1.871l.055-.022V12c0-2.378-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176m14.632 11.008l-3.532 1.57l-.222 2.89l2.844 1.22c.371-.528.603-1.22.739-2.228c.123-.917.16-2.037.171-3.452M19 20.673l-1.63-.699l-.085 1.113l.102-.013c.659-.089 1.182-.219 1.613-.401m-3.228.532l.439-5.713l-2.632-1.053a4.25 4.25 0 0 0-3.156 0L7.79 15.492l.44 5.713c1.033.044 2.268.045 3.77.045s2.737 0 3.77-.045m-9.055-.118l-.086-1.113l-1.63.699c.432.183.955.312 1.614.4zm-3.051-1.474l2.844-1.218l-.222-2.891l-3.532-1.57c.011 1.415.048 2.535.171 3.452c.136 1.008.368 1.7.739 2.227" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-mask-square {
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%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19m-5.33%201.676c-1.278.172-2.049.5-2.618%201.069c-.57.57-.897%201.34-1.069%202.619c-.174%201.3-.176%203.008-.176%205.386v.293l.055.022l4.21%201.871l2.85-1.14a5.75%205.75%200%200%201%204.27%200l2.85%201.14l4.21-1.871l.055-.022V12c0-2.378-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176m14.632%2011.008l-3.532%201.57l-.222%202.89l2.844%201.22c.371-.528.603-1.22.739-2.228c.123-.917.16-2.037.171-3.452M19%2020.673l-1.63-.699l-.085%201.113l.102-.013c.659-.089%201.182-.219%201.613-.401m-3.228.532l.439-5.713l-2.632-1.053a4.25%204.25%200%200%200-3.156%200L7.79%2015.492l.44%205.713c1.033.044%202.268.045%203.77.045s2.737%200%203.77-.045m-9.055-.118l-.086-1.113l-1.63.699c.432.183.955.312%201.614.4zm-3.051-1.474l2.844-1.218l-.222-2.891l-3.532-1.57c.011%201.415.048%202.535.171%203.452c.136%201.008.368%201.7.739%202.227%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%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19m-5.33%201.676c-1.278.172-2.049.5-2.618%201.069c-.57.57-.897%201.34-1.069%202.619c-.174%201.3-.176%203.008-.176%205.386v.293l.055.022l4.21%201.871l2.85-1.14a5.75%205.75%200%200%201%204.27%200l2.85%201.14l4.21-1.871l.055-.022V12c0-2.378-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176m14.632%2011.008l-3.532%201.57l-.222%202.89l2.844%201.22c.371-.528.603-1.22.739-2.228c.123-.917.16-2.037.171-3.452M19%2020.673l-1.63-.699l-.085%201.113l.102-.013c.659-.089%201.182-.219%201.613-.401m-3.228.532l.439-5.713l-2.632-1.053a4.25%204.25%200%200%200-3.156%200L7.79%2015.492l.44%205.713c1.033.044%202.268.045%203.77.045s2.737%200%203.77-.045m-9.055-.118l-.086-1.113l-1.63.699c.432.183.955.312%201.614.4zm-3.051-1.474l2.844-1.218l-.222-2.891l-3.532-1.57c.011%201.415.048%202.535.171%203.452c.136%201.008.368%201.7.739%202.227%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.svg?color=%231a73e8&size=48