mask sad icon

mask-sad-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
mask-sad-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the mask sad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.29 31.5a20 20 0 0 0-18.52-2.14C187 34.72 159.17 43.7 128 43.7s-59-9-72.77-14.34A20 20 0 0 0 28 48v55.77c0 36.64 9.9 71.25 27.88 97.45C74.81 228.81 100.42 244 128 244s53.19-15.19 72.12-42.76C218.1 175 228 140.43 228 103.79V48a20 20 0 0 0-8.71-16.5M204 103.79c0 31.84-8.41 61.63-23.67 83.87C166 208.51 147.43 220 128 220s-38-11.49-52.33-32.34C60.41 165.42 52 135.63 52 103.79v-50c16.59 5.95 44.67 13.94 76 13.94s59.41-8 76-13.94Zm-45.62 83.72a12 12 0 0 1-16.4 4.37a27.13 27.13 0 0 0-28 0a12 12 0 1 1-12-20.76a51.14 51.14 0 0 1 52 0a12 12 0 0 1 4.4 16.39m-20.49-74a12 12 0 0 1 16.59-3.61a19.15 19.15 0 0 0 9.52 2.78a19.6 19.6 0 0 0 7.27-1.59a12 12 0 1 1 9.46 22.06a41.58 41.58 0 0 1-39.23-3.06a12 12 0 0 1-3.61-16.58m-23.39 16.58a41.54 41.54 0 0 1-39.23 3a12 12 0 1 1 9.46-22a19.6 19.6 0 0 0 7.27 1.59a19.2 19.2 0 0 0 9.54-2.78a12 12 0 1 1 13 20.19Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMaskSadBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.29 31.5a20 20 0 0 0-18.52-2.14C187 34.72 159.17 43.7 128 43.7s-59-9-72.77-14.34A20 20 0 0 0 28 48v55.77c0 36.64 9.9 71.25 27.88 97.45C74.81 228.81 100.42 244 128 244s53.19-15.19 72.12-42.76C218.1 175 228 140.43 228 103.79V48a20 20 0 0 0-8.71-16.5M204 103.79c0 31.84-8.41 61.63-23.67 83.87C166 208.51 147.43 220 128 220s-38-11.49-52.33-32.34C60.41 165.42 52 135.63 52 103.79v-50c16.59 5.95 44.67 13.94 76 13.94s59.41-8 76-13.94Zm-45.62 83.72a12 12 0 0 1-16.4 4.37a27.13 27.13 0 0 0-28 0a12 12 0 1 1-12-20.76a51.14 51.14 0 0 1 52 0a12 12 0 0 1 4.4 16.39m-20.49-74a12 12 0 0 1 16.59-3.61a19.15 19.15 0 0 0 9.52 2.78a19.6 19.6 0 0 0 7.27-1.59a12 12 0 1 1 9.46 22.06a41.58 41.58 0 0 1-39.23-3.06a12 12 0 0 1-3.61-16.58m-23.39 16.58a41.54 41.54 0 0 1-39.23 3a12 12 0 1 1 9.46-22a19.6 19.6 0 0 0 7.27 1.59a19.2 19.2 0 0 0 9.54-2.78a12 12 0 1 1 13 20.19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.29 31.5a20 20 0 0 0-18.52-2.14C187 34.72 159.17 43.7 128 43.7s-59-9-72.77-14.34A20 20 0 0 0 28 48v55.77c0 36.64 9.9 71.25 27.88 97.45C74.81 228.81 100.42 244 128 244s53.19-15.19 72.12-42.76C218.1 175 228 140.43 228 103.79V48a20 20 0 0 0-8.71-16.5M204 103.79c0 31.84-8.41 61.63-23.67 83.87C166 208.51 147.43 220 128 220s-38-11.49-52.33-32.34C60.41 165.42 52 135.63 52 103.79v-50c16.59 5.95 44.67 13.94 76 13.94s59.41-8 76-13.94Zm-45.62 83.72a12 12 0 0 1-16.4 4.37a27.13 27.13 0 0 0-28 0a12 12 0 1 1-12-20.76a51.14 51.14 0 0 1 52 0a12 12 0 0 1 4.4 16.39m-20.49-74a12 12 0 0 1 16.59-3.61a19.15 19.15 0 0 0 9.52 2.78a19.6 19.6 0 0 0 7.27-1.59a12 12 0 1 1 9.46 22.06a41.58 41.58 0 0 1-39.23-3.06a12 12 0 0 1-3.61-16.58m-23.39 16.58a41.54 41.54 0 0 1-39.23 3a12 12 0 1 1 9.46-22a19.6 19.6 0 0 0 7.27 1.59a19.2 19.2 0 0 0 9.54-2.78a12 12 0 1 1 13 20.19Z"/></svg>
</template>

CSS

.icon-mask-sad-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.29%2031.5a20%2020%200%200%200-18.52-2.14C187%2034.72%20159.17%2043.7%20128%2043.7s-59-9-72.77-14.34A20%2020%200%200%200%2028%2048v55.77c0%2036.64%209.9%2071.25%2027.88%2097.45C74.81%20228.81%20100.42%20244%20128%20244s53.19-15.19%2072.12-42.76C218.1%20175%20228%20140.43%20228%20103.79V48a20%2020%200%200%200-8.71-16.5M204%20103.79c0%2031.84-8.41%2061.63-23.67%2083.87C166%20208.51%20147.43%20220%20128%20220s-38-11.49-52.33-32.34C60.41%20165.42%2052%20135.63%2052%20103.79v-50c16.59%205.95%2044.67%2013.94%2076%2013.94s59.41-8%2076-13.94Zm-45.62%2083.72a12%2012%200%200%201-16.4%204.37a27.13%2027.13%200%200%200-28%200a12%2012%200%201%201-12-20.76a51.14%2051.14%200%200%201%2052%200a12%2012%200%200%201%204.4%2016.39m-20.49-74a12%2012%200%200%201%2016.59-3.61a19.15%2019.15%200%200%200%209.52%202.78a19.6%2019.6%200%200%200%207.27-1.59a12%2012%200%201%201%209.46%2022.06a41.58%2041.58%200%200%201-39.23-3.06a12%2012%200%200%201-3.61-16.58m-23.39%2016.58a41.54%2041.54%200%200%201-39.23%203a12%2012%200%201%201%209.46-22a19.6%2019.6%200%200%200%207.27%201.59a19.2%2019.2%200%200%200%209.54-2.78a12%2012%200%201%201%2013%2020.19Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.29%2031.5a20%2020%200%200%200-18.52-2.14C187%2034.72%20159.17%2043.7%20128%2043.7s-59-9-72.77-14.34A20%2020%200%200%200%2028%2048v55.77c0%2036.64%209.9%2071.25%2027.88%2097.45C74.81%20228.81%20100.42%20244%20128%20244s53.19-15.19%2072.12-42.76C218.1%20175%20228%20140.43%20228%20103.79V48a20%2020%200%200%200-8.71-16.5M204%20103.79c0%2031.84-8.41%2061.63-23.67%2083.87C166%20208.51%20147.43%20220%20128%20220s-38-11.49-52.33-32.34C60.41%20165.42%2052%20135.63%2052%20103.79v-50c16.59%205.95%2044.67%2013.94%2076%2013.94s59.41-8%2076-13.94Zm-45.62%2083.72a12%2012%200%200%201-16.4%204.37a27.13%2027.13%200%200%200-28%200a12%2012%200%201%201-12-20.76a51.14%2051.14%200%200%201%2052%200a12%2012%200%200%201%204.4%2016.39m-20.49-74a12%2012%200%200%201%2016.59-3.61a19.15%2019.15%200%200%200%209.52%202.78a19.6%2019.6%200%200%200%207.27-1.59a12%2012%200%201%201%209.46%2022.06a41.58%2041.58%200%200%201-39.23-3.06a12%2012%200%200%201-3.61-16.58m-23.39%2016.58a41.54%2041.54%200%200%201-39.23%203a12%2012%200%201%201%209.46-22a19.6%2019.6%200%200%200%207.27%201.59a19.2%2019.2%200%200%200%209.54-2.78a12%2012%200%201%201%2013%2020.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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