mask happy icon
mask-happy-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- mask-happy-fill
- Set
- Phosphor
- Style
- Fill
- 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="M217 34.8a15.94 15.94 0 0 0-14.82-1.71c-14.03 5.46-42.36 14.62-74.18 14.62s-60.16-9.16-74.21-14.62A16 16 0 0 0 32 48v55.77c0 35.84 9.65 69.65 27.18 95.18c18.16 26.46 42.6 41 68.82 41s50.66-14.57 68.82-41c17.53-25.51 27.18-59.32 27.18-95.16V48a16 16 0 0 0-7-13.2M78 133.33a8 8 0 1 1-12-10.67C71.75 116.28 82.18 112 92 112s20.25 4.28 26 10.66a8 8 0 1 1-12 10.67c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33m90.49 47.86a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.13-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39ZM189.34 134a8 8 0 0 1-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33A8 8 0 1 1 138 122.66c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66a8 8 0 0 1-.66 11.34"/></svg>
React
import type { SVGProps } from "react";
export function PhMaskHappyFill(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="M217 34.8a15.94 15.94 0 0 0-14.82-1.71c-14.03 5.46-42.36 14.62-74.18 14.62s-60.16-9.16-74.21-14.62A16 16 0 0 0 32 48v55.77c0 35.84 9.65 69.65 27.18 95.18c18.16 26.46 42.6 41 68.82 41s50.66-14.57 68.82-41c17.53-25.51 27.18-59.32 27.18-95.16V48a16 16 0 0 0-7-13.2M78 133.33a8 8 0 1 1-12-10.67C71.75 116.28 82.18 112 92 112s20.25 4.28 26 10.66a8 8 0 1 1-12 10.67c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33m90.49 47.86a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.13-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39ZM189.34 134a8 8 0 0 1-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33A8 8 0 1 1 138 122.66c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66a8 8 0 0 1-.66 11.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M217 34.8a15.94 15.94 0 0 0-14.82-1.71c-14.03 5.46-42.36 14.62-74.18 14.62s-60.16-9.16-74.21-14.62A16 16 0 0 0 32 48v55.77c0 35.84 9.65 69.65 27.18 95.18c18.16 26.46 42.6 41 68.82 41s50.66-14.57 68.82-41c17.53-25.51 27.18-59.32 27.18-95.16V48a16 16 0 0 0-7-13.2M78 133.33a8 8 0 1 1-12-10.67C71.75 116.28 82.18 112 92 112s20.25 4.28 26 10.66a8 8 0 1 1-12 10.67c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33m90.49 47.86a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.13-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39ZM189.34 134a8 8 0 0 1-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33A8 8 0 1 1 138 122.66c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66a8 8 0 0 1-.66 11.34"/></svg> </template>
CSS
.icon-mask-happy-fill {
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%22M217%2034.8a15.94%2015.94%200%200%200-14.82-1.71c-14.03%205.46-42.36%2014.62-74.18%2014.62s-60.16-9.16-74.21-14.62A16%2016%200%200%200%2032%2048v55.77c0%2035.84%209.65%2069.65%2027.18%2095.18c18.16%2026.46%2042.6%2041%2068.82%2041s50.66-14.57%2068.82-41c17.53-25.51%2027.18-59.32%2027.18-95.16V48a16%2016%200%200%200-7-13.2M78%20133.33a8%208%200%201%201-12-10.67C71.75%20116.28%2082.18%20112%2092%20112s20.25%204.28%2026%2010.66a8%208%200%201%201-12%2010.67c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33m90.49%2047.86a52.9%2052.9%200%200%201-80.9%200a8%208%200%201%201%2012.13-10.39a36.89%2036.89%200%200%200%2056.56%200a8%208%200%200%201%2012.17%2010.39ZM189.34%20134a8%208%200%200%201-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33A8%208%200%201%201%20138%20122.66c5.71-6.38%2016.14-10.66%2026-10.66s20.25%204.28%2026%2010.66a8%208%200%200%201-.66%2011.34%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%22M217%2034.8a15.94%2015.94%200%200%200-14.82-1.71c-14.03%205.46-42.36%2014.62-74.18%2014.62s-60.16-9.16-74.21-14.62A16%2016%200%200%200%2032%2048v55.77c0%2035.84%209.65%2069.65%2027.18%2095.18c18.16%2026.46%2042.6%2041%2068.82%2041s50.66-14.57%2068.82-41c17.53-25.51%2027.18-59.32%2027.18-95.16V48a16%2016%200%200%200-7-13.2M78%20133.33a8%208%200%201%201-12-10.67C71.75%20116.28%2082.18%20112%2092%20112s20.25%204.28%2026%2010.66a8%208%200%201%201-12%2010.67c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33m90.49%2047.86a52.9%2052.9%200%200%201-80.9%200a8%208%200%201%201%2012.13-10.39a36.89%2036.89%200%200%200%2056.56%200a8%208%200%200%201%2012.17%2010.39ZM189.34%20134a8%208%200%200%201-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33A8%208%200%201%201%20138%20122.66c5.71-6.38%2016.14-10.66%2026-10.66s20.25%204.28%2026%2010.66a8%208%200%200%201-.66%2011.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/mask-happy-fill.svg?color=%231a73e8&size=48