Domino Mask icon

Domino Mask is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

domino_mask_outlined_fill0_wght400.svg

Domino Mask icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=domino_mask" />

<span class="material-symbols-outlined">domino_mask</span>

Domino Mask icon in React

// With the font from the HTML tab:
export function DominoMaskIcon() {
  return (
    <span className="material-symbols-outlined">
      domino_mask
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DominoMaskIcon from "@material-symbols/svg-400/outlined/domino_mask.svg?react";

Domino Mask icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">domino_mask</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DominoMaskIcon from "@material-symbols/svg-400/outlined/domino_mask.svg?component"; -->

Domino Mask icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">domino_mask</mat-icon>

Domino Mask icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.domino_mask, fill: 0, weight: 400)

Domino Mask icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/domino_mask.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M7.8 18q-1.275 0-2.437-.45T3.275 16.225q-1.2-1.125-1.737-2.662T1 10.375q0-1.95 .95-3.162T4.725 6q.35 0 .663 .063T6.025 6.25l5.975 2.225 5.975-2.225q.325-.125 .638-.187T19.275 6q1.825 0 2.775 1.213T23 10.375q0 1.65-.537 3.188T20.725 16.225q-.925 .875-2.087 1.325T16.2 18q-1.65 0-2.8-.75l-1.15-.75h-.5l-1.15 .75q-1.15 .75-2.8 .75Zm0-1.5q1 0 1.838-.425t1.562-1.075h1.6q.725 .65 1.563 1.075t1.837 .425q.975 0 1.913-.362T19.775 15.075q.9-.925 1.313-2.175T21.5 10.375q0-1.225-.537-2.05T19.225 7.5q-.225 0-.725 .15l-6.5 2.425-6.5-2.425q-.175-.075-.362-.112T4.75 7.5q-1.2 0-1.725 .825t-.525 2.05q0 1.3 .4 2.538t1.35 2.187q.725 .7 1.638 1.05t1.912 .35Zm1.225-2q.925 0 1.45-.412t.525-1.138q0-1.225-1.612-2.337T5.975 9.5q-.925 0-1.45 .413T4 11.05q0 1.225 1.613 2.338T9.025 14.5Zm-.15-1.375q-.975 0-2.15-.687T5.35 11.025q.2-.075 .375-.125t.375-.05q.975 0 2.163 .7t1.387 1.425q-.2 .075-.387 .113T8.875 13.125Zm6.1 1.4q1.8 0 3.413-1.125t1.612-2.35q0-.725-.512-1.15T18.025 9.475q-1.8 0-3.412 1.125T13 12.95q0 .725 .525 1.15t1.45 .425Zm.125-1.4q-.2 0-.362-.037T14.375 12.975q.225-.725 1.375-1.412t2.15-.688q.2 0 .375 .038t.375 .112q-.225 .725-1.387 1.413T15.1 13.125Zm-3.1-1.125Z" />
</vector>

Domino Mask icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/domino_mask.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/domino_mask.svg" width="24" height="24" alt="Domino Mask">

Domino Mask icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDomino Mask
Ligaturedomino_mask
Code pointU+F5E4
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/domino_mask.svg, domino_mask-fill.svg
FlutterSymbols.domino_mask
LicenseApache License 2.0 (© Google LLC)

Keywords

socialcharacterfaceprivacyperformanceidentityaccessoryeyesovalgoogle playpartytheateranonymous

Related icons