masks icon
masks from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- masks
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- masks-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the masks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.422 16.863q-.763-.234-1.436-.676q-.946-.056-1.942-.408t-1.811-1.142t-1.342-2.08q-.525-1.288-.525-3.21v-.443q0-.838.58-1.42q.581-.58 1.42-.58q.782 0 1.35.608t.644 1.48q.719-.2 1.192-.433l.914-.45q.613-.338 1.19-.55T12 7.346q.773 0 1.347.213q.574.212 1.188.55q.434.218.91.45q.476.233 1.196.433q.075-.898.643-1.493t1.35-.595q.839 0 1.42.58q.58.582.58 1.42v.442q0 1.923-.525 3.212q-.526 1.288-1.342 2.079q-.815.79-1.811 1.142t-1.942.408q-.673.442-1.436.676T12 17.096t-1.578-.233M7.789 15.11q-.572-.693-.94-1.609t-.368-1.943V8.904q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v.442q0 2.904 1.117 4.11T7.79 15.11m1.615-3.84q.396-.131.738-.296t.674-.364q.292-.181.57-.309t.614-.128q.356 0 .615.118q.258.119.57.319q.292.18.622.355t.79.304v-.819q-.337-.125-.564-.246t-.464-.252q-.361-.211-.706-.38q-.346-.168-.863-.168t-.872.168t-.722.38q-.237.13-.464.252q-.226.121-.538.246zm6.788 3.859q1.324-.448 2.44-1.663q1.118-1.216 1.118-4.12v-.442q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v2.654q0 1.026-.365 1.962q-.366.936-.962 1.609"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMasks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.422 16.863q-.763-.234-1.436-.676q-.946-.056-1.942-.408t-1.811-1.142t-1.342-2.08q-.525-1.288-.525-3.21v-.443q0-.838.58-1.42q.581-.58 1.42-.58q.782 0 1.35.608t.644 1.48q.719-.2 1.192-.433l.914-.45q.613-.338 1.19-.55T12 7.346q.773 0 1.347.213q.574.212 1.188.55q.434.218.91.45q.476.233 1.196.433q.075-.898.643-1.493t1.35-.595q.839 0 1.42.58q.58.582.58 1.42v.442q0 1.923-.525 3.212q-.526 1.288-1.342 2.079q-.815.79-1.811 1.142t-1.942.408q-.673.442-1.436.676T12 17.096t-1.578-.233M7.789 15.11q-.572-.693-.94-1.609t-.368-1.943V8.904q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v.442q0 2.904 1.117 4.11T7.79 15.11m1.615-3.84q.396-.131.738-.296t.674-.364q.292-.181.57-.309t.614-.128q.356 0 .615.118q.258.119.57.319q.292.18.622.355t.79.304v-.819q-.337-.125-.564-.246t-.464-.252q-.361-.211-.706-.38q-.346-.168-.863-.168t-.872.168t-.722.38q-.237.13-.464.252q-.226.121-.538.246zm6.788 3.859q1.324-.448 2.44-1.663q1.118-1.216 1.118-4.12v-.442q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v2.654q0 1.026-.365 1.962q-.366.936-.962 1.609"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.422 16.863q-.763-.234-1.436-.676q-.946-.056-1.942-.408t-1.811-1.142t-1.342-2.08q-.525-1.288-.525-3.21v-.443q0-.838.58-1.42q.581-.58 1.42-.58q.782 0 1.35.608t.644 1.48q.719-.2 1.192-.433l.914-.45q.613-.338 1.19-.55T12 7.346q.773 0 1.347.213q.574.212 1.188.55q.434.218.91.45q.476.233 1.196.433q.075-.898.643-1.493t1.35-.595q.839 0 1.42.58q.58.582.58 1.42v.442q0 1.923-.525 3.212q-.526 1.288-1.342 2.079q-.815.79-1.811 1.142t-1.942.408q-.673.442-1.436.676T12 17.096t-1.578-.233M7.789 15.11q-.572-.693-.94-1.609t-.368-1.943V8.904q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v.442q0 2.904 1.117 4.11T7.79 15.11m1.615-3.84q.396-.131.738-.296t.674-.364q.292-.181.57-.309t.614-.128q.356 0 .615.118q.258.119.57.319q.292.18.622.355t.79.304v-.819q-.337-.125-.564-.246t-.464-.252q-.361-.211-.706-.38q-.346-.168-.863-.168t-.872.168t-.722.38q-.237.13-.464.252q-.226.121-.538.246zm6.788 3.859q1.324-.448 2.44-1.663q1.118-1.216 1.118-4.12v-.442q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v2.654q0 1.026-.365 1.962q-.366.936-.962 1.609"/></svg> </template>
CSS
.icon-masks {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.422%2016.863q-.763-.234-1.436-.676q-.946-.056-1.942-.408t-1.811-1.142t-1.342-2.08q-.525-1.288-.525-3.21v-.443q0-.838.58-1.42q.581-.58%201.42-.58q.782%200%201.35.608t.644%201.48q.719-.2%201.192-.433l.914-.45q.613-.338%201.19-.55T12%207.346q.773%200%201.347.213q.574.212%201.188.55q.434.218.91.45q.476.233%201.196.433q.075-.898.643-1.493t1.35-.595q.839%200%201.42.58q.58.582.58%201.42v.442q0%201.923-.525%203.212q-.526%201.288-1.342%202.079q-.815.79-1.811%201.142t-1.942.408q-.673.442-1.436.676T12%2017.096t-1.578-.233M7.789%2015.11q-.572-.693-.94-1.609t-.368-1.943V8.904q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v.442q0%202.904%201.117%204.11T7.79%2015.11m1.615-3.84q.396-.131.738-.296t.674-.364q.292-.181.57-.309t.614-.128q.356%200%20.615.118q.258.119.57.319q.292.18.622.355t.79.304v-.819q-.337-.125-.564-.246t-.464-.252q-.361-.211-.706-.38q-.346-.168-.863-.168t-.872.168t-.722.38q-.237.13-.464.252q-.226.121-.538.246zm6.788%203.859q1.324-.448%202.44-1.663q1.118-1.216%201.118-4.12v-.442q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v2.654q0%201.026-.365%201.962q-.366.936-.962%201.609%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.422%2016.863q-.763-.234-1.436-.676q-.946-.056-1.942-.408t-1.811-1.142t-1.342-2.08q-.525-1.288-.525-3.21v-.443q0-.838.58-1.42q.581-.58%201.42-.58q.782%200%201.35.608t.644%201.48q.719-.2%201.192-.433l.914-.45q.613-.338%201.19-.55T12%207.346q.773%200%201.347.213q.574.212%201.188.55q.434.218.91.45q.476.233%201.196.433q.075-.898.643-1.493t1.35-.595q.839%200%201.42.58q.58.582.58%201.42v.442q0%201.923-.525%203.212q-.526%201.288-1.342%202.079q-.815.79-1.811%201.142t-1.942.408q-.673.442-1.436.676T12%2017.096t-1.578-.233M7.789%2015.11q-.572-.693-.94-1.609t-.368-1.943V8.904q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v.442q0%202.904%201.117%204.11T7.79%2015.11m1.615-3.84q.396-.131.738-.296t.674-.364q.292-.181.57-.309t.614-.128q.356%200%20.615.118q.258.119.57.319q.292.18.622.355t.79.304v-.819q-.337-.125-.564-.246t-.464-.252q-.361-.211-.706-.38q-.346-.168-.863-.168t-.872.168t-.722.38q-.237.13-.464.252q-.226.121-.538.246zm6.788%203.859q1.324-.448%202.44-1.663q1.118-1.216%201.118-4.12v-.442q0-.463-.326-.79t-.79-.326t-.789.326t-.326.79v2.654q0%201.026-.365%201.962q-.366.936-.962%201.609%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/masks.svg?color=%231a73e8&size=48