domino-mask from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
domino-mask
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
domino-mask-rounded, domino-mask-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the domino mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 18q-1.275 0-2.437-.45t-2.088-1.325q-1.2-1.125-1.737-2.662T1 10.375q0-1.95.95-3.162T4.725 6q.35 0 .663.063t.637.187L12 8.475l5.975-2.225q.325-.125.638-.187T19.275 6Q21.1 6 22.05 7.213t.95 3.162q0 1.65-.537 3.188t-1.738 2.662q-.925.875-2.087 1.325T16.2 18q-1.65 0-2.8-.75l-1.15-.75h-.5l-1.15.75Q9.45 18 7.8 18m.925-4q.725 0 1.15-.337t.425-.913q0-.975-1.3-1.862T6.275 10q-.725 0-1.15.338t-.425.912q0 .975 1.3 1.863T8.725 14m6.55 0Q16.7 14 18 13.112t1.3-1.862q0-.6-.413-.925T17.726 10Q16.3 10 15 10.888t-1.3 1.862q0 .575.413.913t1.162.337"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDominoMask(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="M7.8 18q-1.275 0-2.437-.45t-2.088-1.325q-1.2-1.125-1.737-2.662T1 10.375q0-1.95.95-3.162T4.725 6q.35 0 .663.063t.637.187L12 8.475l5.975-2.225q.325-.125.638-.187T19.275 6Q21.1 6 22.05 7.213t.95 3.162q0 1.65-.537 3.188t-1.738 2.662q-.925.875-2.087 1.325T16.2 18q-1.65 0-2.8-.75l-1.15-.75h-.5l-1.15.75Q9.45 18 7.8 18m.925-4q.725 0 1.15-.337t.425-.913q0-.975-1.3-1.862T6.275 10q-.725 0-1.15.338t-.425.912q0 .975 1.3 1.863T8.725 14m6.55 0Q16.7 14 18 13.112t1.3-1.862q0-.6-.413-.925T17.726 10Q16.3 10 15 10.888t-1.3 1.862q0 .575.413.913t1.162.337"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.8 18q-1.275 0-2.437-.45t-2.088-1.325q-1.2-1.125-1.737-2.662T1 10.375q0-1.95.95-3.162T4.725 6q.35 0 .663.063t.637.187L12 8.475l5.975-2.225q.325-.125.638-.187T19.275 6Q21.1 6 22.05 7.213t.95 3.162q0 1.65-.537 3.188t-1.738 2.662q-.925.875-2.087 1.325T16.2 18q-1.65 0-2.8-.75l-1.15-.75h-.5l-1.15.75Q9.45 18 7.8 18m.925-4q.725 0 1.15-.337t.425-.913q0-.975-1.3-1.862T6.275 10q-.725 0-1.15.338t-.425.912q0 .975 1.3 1.863T8.725 14m6.55 0Q16.7 14 18 13.112t1.3-1.862q0-.6-.413-.925T17.726 10Q16.3 10 15 10.888t-1.3 1.862q0 .575.413.913t1.162.337"/></svg>
</template>

CSS

.icon-domino-mask {
  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%22M7.8%2018q-1.275%200-2.437-.45t-2.088-1.325q-1.2-1.125-1.737-2.662T1%2010.375q0-1.95.95-3.162T4.725%206q.35%200%20.663.063t.637.187L12%208.475l5.975-2.225q.325-.125.638-.187T19.275%206Q21.1%206%2022.05%207.213t.95%203.162q0%201.65-.537%203.188t-1.738%202.662q-.925.875-2.087%201.325T16.2%2018q-1.65%200-2.8-.75l-1.15-.75h-.5l-1.15.75Q9.45%2018%207.8%2018m.925-4q.725%200%201.15-.337t.425-.913q0-.975-1.3-1.862T6.275%2010q-.725%200-1.15.338t-.425.912q0%20.975%201.3%201.863T8.725%2014m6.55%200Q16.7%2014%2018%2013.112t1.3-1.862q0-.6-.413-.925T17.726%2010Q16.3%2010%2015%2010.888t-1.3%201.862q0%20.575.413.913t1.162.337%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%22M7.8%2018q-1.275%200-2.437-.45t-2.088-1.325q-1.2-1.125-1.737-2.662T1%2010.375q0-1.95.95-3.162T4.725%206q.35%200%20.663.063t.637.187L12%208.475l5.975-2.225q.325-.125.638-.187T19.275%206Q21.1%206%2022.05%207.213t.95%203.162q0%201.65-.537%203.188t-1.738%202.662q-.925.875-2.087%201.325T16.2%2018q-1.65%200-2.8-.75l-1.15-.75h-.5l-1.15.75Q9.45%2018%207.8%2018m.925-4q.725%200%201.15-.337t.425-.913q0-.975-1.3-1.862T6.275%2010q-.725%200-1.15.338t-.425.912q0%20.975%201.3%201.863T8.725%2014m6.55%200Q16.7%2014%2018%2013.112t1.3-1.862q0-.6-.413-.925T17.726%2010Q16.3%2010%2015%2010.888t-1.3%201.862q0%20.575.413.913t1.162.337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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