domino mask icon
domino-mask-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- domino-mask-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- domino-mask-outline-rounded, domino-mask-outline-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 18m0-2q.925 0 1.725-.437T11 14.5h2q.675.625 1.475 1.063T16.2 16q.9 0 1.737-.312t1.488-.963q.85-.85 1.213-2t.362-2.35q0-1.025-.425-1.712T19.225 8q-.075 0-.55.1L12 10.6L5.325 8.1q-.125-.05-.262-.075T4.775 8q-.925 0-1.35.675T3 10.375q0 1.225.363 2.375t1.237 2q.65.625 1.475.938T7.8 16m1.225-1.5q.925 0 1.45-.413T11 12.95q0-1.225-1.613-2.337T5.975 9.5q-.925 0-1.45.413T4 11.05q0 1.225 1.613 2.338T9.025 14.5m-.15-1.5q-.95 0-2.062-.625T5.5 11.1q.125-.05.288-.087t.337-.038q.95 0 2.063.638T9.5 12.9q-.125.05-.288.075T8.876 13m6.1 1.525q1.8 0 3.413-1.125T20 11.05q0-.725-.512-1.15t-1.463-.425q-1.8 0-3.412 1.125T13 12.95q0 .725.525 1.15t1.45.425m.15-1.525q-.175 0-.325-.025t-.275-.075q.2-.65 1.313-1.275T17.9 11q.175 0 .325.025t.275.075q-.2.65-1.312 1.275T15.125 13M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDominoMaskOutline(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 18m0-2q.925 0 1.725-.437T11 14.5h2q.675.625 1.475 1.063T16.2 16q.9 0 1.737-.312t1.488-.963q.85-.85 1.213-2t.362-2.35q0-1.025-.425-1.712T19.225 8q-.075 0-.55.1L12 10.6L5.325 8.1q-.125-.05-.262-.075T4.775 8q-.925 0-1.35.675T3 10.375q0 1.225.363 2.375t1.237 2q.65.625 1.475.938T7.8 16m1.225-1.5q.925 0 1.45-.413T11 12.95q0-1.225-1.613-2.337T5.975 9.5q-.925 0-1.45.413T4 11.05q0 1.225 1.613 2.338T9.025 14.5m-.15-1.5q-.95 0-2.062-.625T5.5 11.1q.125-.05.288-.087t.337-.038q.95 0 2.063.638T9.5 12.9q-.125.05-.288.075T8.876 13m6.1 1.525q1.8 0 3.413-1.125T20 11.05q0-.725-.512-1.15t-1.463-.425q-1.8 0-3.412 1.125T13 12.95q0 .725.525 1.15t1.45.425m.15-1.525q-.175 0-.325-.025t-.275-.075q.2-.65 1.313-1.275T17.9 11q.175 0 .325.025t.275.075q-.2.65-1.312 1.275T15.125 13M12 12"/></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 18m0-2q.925 0 1.725-.437T11 14.5h2q.675.625 1.475 1.063T16.2 16q.9 0 1.737-.312t1.488-.963q.85-.85 1.213-2t.362-2.35q0-1.025-.425-1.712T19.225 8q-.075 0-.55.1L12 10.6L5.325 8.1q-.125-.05-.262-.075T4.775 8q-.925 0-1.35.675T3 10.375q0 1.225.363 2.375t1.237 2q.65.625 1.475.938T7.8 16m1.225-1.5q.925 0 1.45-.413T11 12.95q0-1.225-1.613-2.337T5.975 9.5q-.925 0-1.45.413T4 11.05q0 1.225 1.613 2.338T9.025 14.5m-.15-1.5q-.95 0-2.062-.625T5.5 11.1q.125-.05.288-.087t.337-.038q.95 0 2.063.638T9.5 12.9q-.125.05-.288.075T8.876 13m6.1 1.525q1.8 0 3.413-1.125T20 11.05q0-.725-.512-1.15t-1.463-.425q-1.8 0-3.412 1.125T13 12.95q0 .725.525 1.15t1.45.425m.15-1.525q-.175 0-.325-.025t-.275-.075q.2-.65 1.313-1.275T17.9 11q.175 0 .325.025t.275.075q-.2.65-1.312 1.275T15.125 13M12 12"/></svg> </template>
CSS
.icon-domino-mask-outline {
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%2018m0-2q.925%200%201.725-.437T11%2014.5h2q.675.625%201.475%201.063T16.2%2016q.9%200%201.737-.312t1.488-.963q.85-.85%201.213-2t.362-2.35q0-1.025-.425-1.712T19.225%208q-.075%200-.55.1L12%2010.6L5.325%208.1q-.125-.05-.262-.075T4.775%208q-.925%200-1.35.675T3%2010.375q0%201.225.363%202.375t1.237%202q.65.625%201.475.938T7.8%2016m1.225-1.5q.925%200%201.45-.413T11%2012.95q0-1.225-1.613-2.337T5.975%209.5q-.925%200-1.45.413T4%2011.05q0%201.225%201.613%202.338T9.025%2014.5m-.15-1.5q-.95%200-2.062-.625T5.5%2011.1q.125-.05.288-.087t.337-.038q.95%200%202.063.638T9.5%2012.9q-.125.05-.288.075T8.876%2013m6.1%201.525q1.8%200%203.413-1.125T20%2011.05q0-.725-.512-1.15t-1.463-.425q-1.8%200-3.412%201.125T13%2012.95q0%20.725.525%201.15t1.45.425m.15-1.525q-.175%200-.325-.025t-.275-.075q.2-.65%201.313-1.275T17.9%2011q.175%200%20.325.025t.275.075q-.2.65-1.312%201.275T15.125%2013M12%2012%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%2018m0-2q.925%200%201.725-.437T11%2014.5h2q.675.625%201.475%201.063T16.2%2016q.9%200%201.737-.312t1.488-.963q.85-.85%201.213-2t.362-2.35q0-1.025-.425-1.712T19.225%208q-.075%200-.55.1L12%2010.6L5.325%208.1q-.125-.05-.262-.075T4.775%208q-.925%200-1.35.675T3%2010.375q0%201.225.363%202.375t1.237%202q.65.625%201.475.938T7.8%2016m1.225-1.5q.925%200%201.45-.413T11%2012.95q0-1.225-1.613-2.337T5.975%209.5q-.925%200-1.45.413T4%2011.05q0%201.225%201.613%202.338T9.025%2014.5m-.15-1.5q-.95%200-2.062-.625T5.5%2011.1q.125-.05.288-.087t.337-.038q.95%200%202.063.638T9.5%2012.9q-.125.05-.288.075T8.876%2013m6.1%201.525q1.8%200%203.413-1.125T20%2011.05q0-.725-.512-1.15t-1.463-.425q-1.8%200-3.412%201.125T13%2012.95q0%20.725.525%201.15t1.45.425m.15-1.525q-.175%200-.325-.025t-.275-.075q.2-.65%201.313-1.275T17.9%2011q.175%200%20.325.025t.275.075q-.2.65-1.312%201.275T15.125%2013M12%2012%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-outline.svg?color=%231a73e8&size=48