masks-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
masks-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.163 17.738q-.888-.263-1.638-.763q-1.1-.075-2.25-.475t-2.1-1.325t-1.562-2.425T2 9v-.5q0-1.05.725-1.775T4.5 6q.975 0 1.688.675T6.975 8.3q.7-.2 1.25-.5t1.125-.575q.575-.3 1.2-.512T12 6.5q.85 0 1.463.213t1.187.512q.55.275 1.113.575t1.262.5q.075-.975.788-1.638T19.5 6q1.05 0 1.775.725T22 8.5V9q0 2.25-.612 3.75t-1.563 2.425t-2.1 1.325t-2.25.475q-.75.5-1.637.763T12 18t-1.838-.262M6.5 14.975q-.475-.75-.737-1.637T5.5 11.5v-3q0-.425-.288-.712T4.5 7.5t-.712.288T3.5 8.5V9q0 2.75.925 4.1T6.5 14.975M12 10q.375 0 .663.138t.637.337q.2.125.388.225t.412.225q.2.1.4.013t.3-.288t0-.375t-.3-.275t-.363-.187t-.337-.188q-.4-.25-.812-.437T12 9t-.987.188t-.838.437q-.175.1-.337.188T9.475 10t-.288.275t.013.375t.3.275t.4-.025q.225-.125.413-.225t.387-.2q.35-.2.638-.337T12 10m5.5 4.975q1.15-.525 2.075-1.875T20.5 9v-.5q0-.425-.288-.712T19.5 7.5t-.712.288t-.288.712v3q0 .95-.25 1.838t-.75 1.637"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMasksRounded(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.163 17.738q-.888-.263-1.638-.763q-1.1-.075-2.25-.475t-2.1-1.325t-1.562-2.425T2 9v-.5q0-1.05.725-1.775T4.5 6q.975 0 1.688.675T6.975 8.3q.7-.2 1.25-.5t1.125-.575q.575-.3 1.2-.512T12 6.5q.85 0 1.463.213t1.187.512q.55.275 1.113.575t1.262.5q.075-.975.788-1.638T19.5 6q1.05 0 1.775.725T22 8.5V9q0 2.25-.612 3.75t-1.563 2.425t-2.1 1.325t-2.25.475q-.75.5-1.637.763T12 18t-1.838-.262M6.5 14.975q-.475-.75-.737-1.637T5.5 11.5v-3q0-.425-.288-.712T4.5 7.5t-.712.288T3.5 8.5V9q0 2.75.925 4.1T6.5 14.975M12 10q.375 0 .663.138t.637.337q.2.125.388.225t.412.225q.2.1.4.013t.3-.288t0-.375t-.3-.275t-.363-.187t-.337-.188q-.4-.25-.812-.437T12 9t-.987.188t-.838.437q-.175.1-.337.188T9.475 10t-.288.275t.013.375t.3.275t.4-.025q.225-.125.413-.225t.387-.2q.35-.2.638-.337T12 10m5.5 4.975q1.15-.525 2.075-1.875T20.5 9v-.5q0-.425-.288-.712T19.5 7.5t-.712.288t-.288.712v3q0 .95-.25 1.838t-.75 1.637"/></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.163 17.738q-.888-.263-1.638-.763q-1.1-.075-2.25-.475t-2.1-1.325t-1.562-2.425T2 9v-.5q0-1.05.725-1.775T4.5 6q.975 0 1.688.675T6.975 8.3q.7-.2 1.25-.5t1.125-.575q.575-.3 1.2-.512T12 6.5q.85 0 1.463.213t1.187.512q.55.275 1.113.575t1.262.5q.075-.975.788-1.638T19.5 6q1.05 0 1.775.725T22 8.5V9q0 2.25-.612 3.75t-1.563 2.425t-2.1 1.325t-2.25.475q-.75.5-1.637.763T12 18t-1.838-.262M6.5 14.975q-.475-.75-.737-1.637T5.5 11.5v-3q0-.425-.288-.712T4.5 7.5t-.712.288T3.5 8.5V9q0 2.75.925 4.1T6.5 14.975M12 10q.375 0 .663.138t.637.337q.2.125.388.225t.412.225q.2.1.4.013t.3-.288t0-.375t-.3-.275t-.363-.187t-.337-.188q-.4-.25-.812-.437T12 9t-.987.188t-.838.437q-.175.1-.337.188T9.475 10t-.288.275t.013.375t.3.275t.4-.025q.225-.125.413-.225t.387-.2q.35-.2.638-.337T12 10m5.5 4.975q1.15-.525 2.075-1.875T20.5 9v-.5q0-.425-.288-.712T19.5 7.5t-.712.288t-.288.712v3q0 .95-.25 1.838t-.75 1.637"/></svg>
</template>

CSS

.icon-masks-rounded {
  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.163%2017.738q-.888-.263-1.638-.763q-1.1-.075-2.25-.475t-2.1-1.325t-1.562-2.425T2%209v-.5q0-1.05.725-1.775T4.5%206q.975%200%201.688.675T6.975%208.3q.7-.2%201.25-.5t1.125-.575q.575-.3%201.2-.512T12%206.5q.85%200%201.463.213t1.187.512q.55.275%201.113.575t1.262.5q.075-.975.788-1.638T19.5%206q1.05%200%201.775.725T22%208.5V9q0%202.25-.612%203.75t-1.563%202.425t-2.1%201.325t-2.25.475q-.75.5-1.637.763T12%2018t-1.838-.262M6.5%2014.975q-.475-.75-.737-1.637T5.5%2011.5v-3q0-.425-.288-.712T4.5%207.5t-.712.288T3.5%208.5V9q0%202.75.925%204.1T6.5%2014.975M12%2010q.375%200%20.663.138t.637.337q.2.125.388.225t.412.225q.2.1.4.013t.3-.288t0-.375t-.3-.275t-.363-.187t-.337-.188q-.4-.25-.812-.437T12%209t-.987.188t-.838.437q-.175.1-.337.188T9.475%2010t-.288.275t.013.375t.3.275t.4-.025q.225-.125.413-.225t.387-.2q.35-.2.638-.337T12%2010m5.5%204.975q1.15-.525%202.075-1.875T20.5%209v-.5q0-.425-.288-.712T19.5%207.5t-.712.288t-.288.712v3q0%20.95-.25%201.838t-.75%201.637%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.163%2017.738q-.888-.263-1.638-.763q-1.1-.075-2.25-.475t-2.1-1.325t-1.562-2.425T2%209v-.5q0-1.05.725-1.775T4.5%206q.975%200%201.688.675T6.975%208.3q.7-.2%201.25-.5t1.125-.575q.575-.3%201.2-.512T12%206.5q.85%200%201.463.213t1.187.512q.55.275%201.113.575t1.262.5q.075-.975.788-1.638T19.5%206q1.05%200%201.775.725T22%208.5V9q0%202.25-.612%203.75t-1.563%202.425t-2.1%201.325t-2.25.475q-.75.5-1.637.763T12%2018t-1.838-.262M6.5%2014.975q-.475-.75-.737-1.637T5.5%2011.5v-3q0-.425-.288-.712T4.5%207.5t-.712.288T3.5%208.5V9q0%202.75.925%204.1T6.5%2014.975M12%2010q.375%200%20.663.138t.637.337q.2.125.388.225t.412.225q.2.1.4.013t.3-.288t0-.375t-.3-.275t-.363-.187t-.337-.188q-.4-.25-.812-.437T12%209t-.987.188t-.838.437q-.175.1-.337.188T9.475%2010t-.288.275t.013.375t.3.275t.4-.025q.225-.125.413-.225t.387-.2q.35-.2.638-.337T12%2010m5.5%204.975q1.15-.525%202.075-1.875T20.5%209v-.5q0-.425-.288-.712T19.5%207.5t-.712.288t-.288.712v3q0%20.95-.25%201.838t-.75%201.637%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/masks-rounded.svg?color=%231a73e8&size=48