domino-mask from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
domino-mask
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
robber-mask, zorro-mask

The same icon in other sets

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="M15.83 9.81c-1.13-.11-2.14.57-2.37 1.69c0 .34 1.35.79 2.59.79s2.36-.79 2.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65 0c-1.8.12-2.59 1.13-2.59 1.46c0 .23 1.23 1.02 2.36 1.02s2.59-.45 2.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95 16c-1.91 0-3.15-2.25-4.95-2.25S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24S14.36 7 17.29 7S21 7.79 21 10.04c0 3.82-1.69 5.96-4.05 5.96"/></svg>

React

import type { SVGProps } from "react";

export function MdiDominoMask(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="M15.83 9.81c-1.13-.11-2.14.57-2.37 1.69c0 .34 1.35.79 2.59.79s2.36-.79 2.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65 0c-1.8.12-2.59 1.13-2.59 1.46c0 .23 1.23 1.02 2.36 1.02s2.59-.45 2.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95 16c-1.91 0-3.15-2.25-4.95-2.25S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24S14.36 7 17.29 7S21 7.79 21 10.04c0 3.82-1.69 5.96-4.05 5.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.83 9.81c-1.13-.11-2.14.57-2.37 1.69c0 .34 1.35.79 2.59.79s2.36-.79 2.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65 0c-1.8.12-2.59 1.13-2.59 1.46c0 .23 1.23 1.02 2.36 1.02s2.59-.45 2.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95 16c-1.91 0-3.15-2.25-4.95-2.25S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24S14.36 7 17.29 7S21 7.79 21 10.04c0 3.82-1.69 5.96-4.05 5.96"/></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%22M15.83%209.81c-1.13-.11-2.14.57-2.37%201.69c0%20.34%201.35.79%202.59.79s2.36-.79%202.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65%200c-1.8.12-2.59%201.13-2.59%201.46c0%20.23%201.23%201.02%202.36%201.02s2.59-.45%202.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95%2016c-1.91%200-3.15-2.25-4.95-2.25S8.85%2016%207.05%2016C4.69%2016%203%2013.86%203%2010.04C3%207.68%203.68%207%206.71%207S10.54%208.24%2012%208.24S14.36%207%2017.29%207S21%207.79%2021%2010.04c0%203.82-1.69%205.96-4.05%205.96%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%22M15.83%209.81c-1.13-.11-2.14.57-2.37%201.69c0%20.34%201.35.79%202.59.79s2.36-.79%202.36-1.01c0-.23-.78-1.35-2.58-1.47m-7.65%200c-1.8.12-2.59%201.13-2.59%201.46c0%20.23%201.23%201.02%202.36%201.02s2.59-.45%202.59-.79c-.23-1.12-1.35-1.8-2.36-1.69M16.95%2016c-1.91%200-3.15-2.25-4.95-2.25S8.85%2016%207.05%2016C4.69%2016%203%2013.86%203%2010.04C3%207.68%203.68%207%206.71%207S10.54%208.24%2012%208.24S14.36%207%2017.29%207S21%207.79%2021%2010.04c0%203.82-1.69%205.96-4.05%205.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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