round masks icon
round-masks from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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 9m10.8 2.01c-.4-.17-.72-.36-1.01-.53c-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51a.496.496 0 0 1-.71-.45c0-.2.11-.38.29-.45c.34-.14.62-.31.88-.46C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.27.16.55.33.9.48c.18.08.29.26.29.45c.01.36-.36.6-.69.46M20.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 1z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundMasks(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 9m10.8 2.01c-.4-.17-.72-.36-1.01-.53c-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51a.496.496 0 0 1-.71-.45c0-.2.11-.38.29-.45c.34-.14.62-.31.88-.46C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.27.16.55.33.9.48c.18.08.29.26.29.45c.01.36-.36.6-.69.46M20.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 1z"/></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 9m10.8 2.01c-.4-.17-.72-.36-1.01-.53c-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51a.496.496 0 0 1-.71-.45c0-.2.11-.38.29-.45c.34-.14.62-.31.88-.46C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.27.16.55.33.9.48c.18.08.29.26.29.45c.01.36-.36.6-.69.46M20.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 1z"/></svg> </template>
CSS
.icon-round-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%209m10.8%202.01c-.4-.17-.72-.36-1.01-.53c-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51a.496.496%200%200%201-.71-.45c0-.2.11-.38.29-.45c.34-.14.62-.31.88-.46C10.72%209.3%2011.23%209%2012%209s1.27.3%201.8.62c.27.16.55.33.9.48c.18.08.29.26.29.45c.01.36-.36.6-.69.46M20.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%201z%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%209m10.8%202.01c-.4-.17-.72-.36-1.01-.53c-.46-.28-.8-.48-1.29-.48s-.84.2-1.31.48c-.28.17-.6.35-.98.51a.496.496%200%200%201-.71-.45c0-.2.11-.38.29-.45c.34-.14.62-.31.88-.46C10.72%209.3%2011.23%209%2012%209s1.27.3%201.8.62c.27.16.55.33.9.48c.18.08.29.26.29.45c.01.36-.36.6-.69.46M20.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%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-masks.svg?color=%231a73e8&size=48