outline masks icon
outline-masks from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-masks
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline masks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 6c-1.31 0-2.37 1.01-2.48 2.3c-1.88-.5-2.84-1.8-5.02-1.8c-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6A2.5 2.5 0 0 0 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5A2.5 2.5 0 0 0 19.5 6m-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9M7 11.5V9.85c1.12-.23 1.95-.69 2.66-1.08C10.48 8.33 11.07 8 12 8s1.52.33 2.34.78c.71.39 1.54.84 2.66 1.08v1.65c0 2.76-2.24 5-5 5s-5-2.25-5-5.01M20.5 9c0 3.65-1.49 5.27-3.01 5.98c.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78c-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineMasks(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="M19.5 6c-1.31 0-2.37 1.01-2.48 2.3c-1.88-.5-2.84-1.8-5.02-1.8c-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6A2.5 2.5 0 0 0 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5A2.5 2.5 0 0 0 19.5 6m-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9M7 11.5V9.85c1.12-.23 1.95-.69 2.66-1.08C10.48 8.33 11.07 8 12 8s1.52.33 2.34.78c.71.39 1.54.84 2.66 1.08v1.65c0 2.76-2.24 5-5 5s-5-2.25-5-5.01M20.5 9c0 3.65-1.49 5.27-3.01 5.98c.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78c-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 6c-1.31 0-2.37 1.01-2.48 2.3c-1.88-.5-2.84-1.8-5.02-1.8c-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6A2.5 2.5 0 0 0 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5A2.5 2.5 0 0 0 19.5 6m-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9M7 11.5V9.85c1.12-.23 1.95-.69 2.66-1.08C10.48 8.33 11.07 8 12 8s1.52.33 2.34.78c.71.39 1.54.84 2.66 1.08v1.65c0 2.76-2.24 5-5 5s-5-2.25-5-5.01M20.5 9c0 3.65-1.49 5.27-3.01 5.98c.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78c-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48"/></svg> </template>
CSS
.icon-outline-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%22M19.5%206c-1.31%200-2.37%201.01-2.48%202.3c-1.88-.5-2.84-1.8-5.02-1.8c-2.19%200-3.14%201.3-5.02%201.8C6.87%207.02%205.81%206%204.5%206A2.5%202.5%200%200%200%202%208.5V9c0%206%203.6%207.81%206.52%207.98C9.53%2017.62%2010.72%2018%2012%2018s2.47-.38%203.48-1.02C18.4%2016.81%2022%2015%2022%209v-.5A2.5%202.5%200%200%200%2019.5%206m-16%203v-.5c0-.55.45-1%201-1s1%20.45%201%201v3c0%201.28.38%202.47%201.01%203.48C4.99%2014.27%203.5%2012.65%203.5%209M7%2011.5V9.85c1.12-.23%201.95-.69%202.66-1.08C10.48%208.33%2011.07%208%2012%208s1.52.33%202.34.78c.71.39%201.54.84%202.66%201.08v1.65c0%202.76-2.24%205-5%205s-5-2.25-5-5.01M20.5%209c0%203.65-1.49%205.27-3.01%205.98c.64-1.01%201.01-2.2%201.01-3.48v-3c0-.55.45-1%201-1s1%20.45%201%201zm-9.81%201.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38%201.18-.58C10.72%209.3%2011.23%209%2012%209s1.27.3%201.8.62c.34.2.71.42%201.2.59v1.04c-.75-.21-1.26-.51-1.71-.78c-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48%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%22M19.5%206c-1.31%200-2.37%201.01-2.48%202.3c-1.88-.5-2.84-1.8-5.02-1.8c-2.19%200-3.14%201.3-5.02%201.8C6.87%207.02%205.81%206%204.5%206A2.5%202.5%200%200%200%202%208.5V9c0%206%203.6%207.81%206.52%207.98C9.53%2017.62%2010.72%2018%2012%2018s2.47-.38%203.48-1.02C18.4%2016.81%2022%2015%2022%209v-.5A2.5%202.5%200%200%200%2019.5%206m-16%203v-.5c0-.55.45-1%201-1s1%20.45%201%201v3c0%201.28.38%202.47%201.01%203.48C4.99%2014.27%203.5%2012.65%203.5%209M7%2011.5V9.85c1.12-.23%201.95-.69%202.66-1.08C10.48%208.33%2011.07%208%2012%208s1.52.33%202.34.78c.71.39%201.54.84%202.66%201.08v1.65c0%202.76-2.24%205-5%205s-5-2.25-5-5.01M20.5%209c0%203.65-1.49%205.27-3.01%205.98c.64-1.01%201.01-2.2%201.01-3.48v-3c0-.55.45-1%201-1s1%20.45%201%201zm-9.81%201.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38%201.18-.58C10.72%209.3%2011.23%209%2012%209s1.27.3%201.8.62c.34.2.71.42%201.2.59v1.04c-.75-.21-1.26-.51-1.71-.78c-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-masks.svg?color=%231a73e8&size=48