mask happy icon
mask-happy-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- mask-happy-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 happy 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-38.67 62.88a12 12 0 0 1-1.79 16.87a56.92 56.92 0 0 1-71.08 0a12 12 0 0 1 15.08-18.67a32.92 32.92 0 0 0 40.92 0a12 12 0 0 1 16.87 1.8m-27.44-35.51a12 12 0 0 1 3.61-16.58a41.66 41.66 0 0 1 39.23-3.06a12 12 0 1 1-9.46 22.06A19.5 19.5 0 0 0 164 132a19.14 19.14 0 0 0-9.52 2.77a12 12 0 0 1-16.59-3.61M92 132a19.4 19.4 0 0 0-7.27 1.59a12 12 0 0 1-9.46-22.06a41.61 41.61 0 0 1 39.23 3a12 12 0 1 1-13 20.19A19.2 19.2 0 0 0 92 132"/></svg>
React
import type { SVGProps } from "react";
export function PhMaskHappyBold(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-38.67 62.88a12 12 0 0 1-1.79 16.87a56.92 56.92 0 0 1-71.08 0a12 12 0 0 1 15.08-18.67a32.92 32.92 0 0 0 40.92 0a12 12 0 0 1 16.87 1.8m-27.44-35.51a12 12 0 0 1 3.61-16.58a41.66 41.66 0 0 1 39.23-3.06a12 12 0 1 1-9.46 22.06A19.5 19.5 0 0 0 164 132a19.14 19.14 0 0 0-9.52 2.77a12 12 0 0 1-16.59-3.61M92 132a19.4 19.4 0 0 0-7.27 1.59a12 12 0 0 1-9.46-22.06a41.61 41.61 0 0 1 39.23 3a12 12 0 1 1-13 20.19A19.2 19.2 0 0 0 92 132"/></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-38.67 62.88a12 12 0 0 1-1.79 16.87a56.92 56.92 0 0 1-71.08 0a12 12 0 0 1 15.08-18.67a32.92 32.92 0 0 0 40.92 0a12 12 0 0 1 16.87 1.8m-27.44-35.51a12 12 0 0 1 3.61-16.58a41.66 41.66 0 0 1 39.23-3.06a12 12 0 1 1-9.46 22.06A19.5 19.5 0 0 0 164 132a19.14 19.14 0 0 0-9.52 2.77a12 12 0 0 1-16.59-3.61M92 132a19.4 19.4 0 0 0-7.27 1.59a12 12 0 0 1-9.46-22.06a41.61 41.61 0 0 1 39.23 3a12 12 0 1 1-13 20.19A19.2 19.2 0 0 0 92 132"/></svg> </template>
CSS
.icon-mask-happy-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-38.67%2062.88a12%2012%200%200%201-1.79%2016.87a56.92%2056.92%200%200%201-71.08%200a12%2012%200%200%201%2015.08-18.67a32.92%2032.92%200%200%200%2040.92%200a12%2012%200%200%201%2016.87%201.8m-27.44-35.51a12%2012%200%200%201%203.61-16.58a41.66%2041.66%200%200%201%2039.23-3.06a12%2012%200%201%201-9.46%2022.06A19.5%2019.5%200%200%200%20164%20132a19.14%2019.14%200%200%200-9.52%202.77a12%2012%200%200%201-16.59-3.61M92%20132a19.4%2019.4%200%200%200-7.27%201.59a12%2012%200%200%201-9.46-22.06a41.61%2041.61%200%200%201%2039.23%203a12%2012%200%201%201-13%2020.19A19.2%2019.2%200%200%200%2092%20132%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-38.67%2062.88a12%2012%200%200%201-1.79%2016.87a56.92%2056.92%200%200%201-71.08%200a12%2012%200%200%201%2015.08-18.67a32.92%2032.92%200%200%200%2040.92%200a12%2012%200%200%201%2016.87%201.8m-27.44-35.51a12%2012%200%200%201%203.61-16.58a41.66%2041.66%200%200%201%2039.23-3.06a12%2012%200%201%201-9.46%2022.06A19.5%2019.5%200%200%200%20164%20132a19.14%2019.14%200%200%200-9.52%202.77a12%2012%200%200%201-16.59-3.61M92%20132a19.4%2019.4%200%200%200-7.27%201.59a12%2012%200%200%201-9.46-22.06a41.61%2041.61%200%200%201%2039.23%203a12%2012%200%201%201-13%2020.19A19.2%2019.2%200%200%200%2092%20132%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/mask-happy-bold.svg?color=%231a73e8&size=48