mask happy icon
mask-happy from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- mask-happy
- Set
- Phosphor
- Style
- Regular
- 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.2m-9 69c0 32.64-8.66 63.23-24.37 86.13C168.54 211.9 148.79 224 128 224s-40.54-12.1-55.63-34.08C56.66 167 48 136.43 48 103.79V48c15.11 5.87 45.58 15.71 80 15.71s64.9-9.84 80-15.71v55.81Zm-18 18.87a8 8 0 1 1-12 10.66c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33a8 8 0 1 1-12-10.67c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66ZM92 128c-5.19 0-11.36 2.34-14 5.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.64-2.99-8.81-5.33-14-5.33m76.45 45.19a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.17-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39"/></svg>
React
import type { SVGProps } from "react";
export function PhMaskHappy(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.2m-9 69c0 32.64-8.66 63.23-24.37 86.13C168.54 211.9 148.79 224 128 224s-40.54-12.1-55.63-34.08C56.66 167 48 136.43 48 103.79V48c15.11 5.87 45.58 15.71 80 15.71s64.9-9.84 80-15.71v55.81Zm-18 18.87a8 8 0 1 1-12 10.66c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33a8 8 0 1 1-12-10.67c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66ZM92 128c-5.19 0-11.36 2.34-14 5.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.64-2.99-8.81-5.33-14-5.33m76.45 45.19a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.17-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39"/></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.2m-9 69c0 32.64-8.66 63.23-24.37 86.13C168.54 211.9 148.79 224 128 224s-40.54-12.1-55.63-34.08C56.66 167 48 136.43 48 103.79V48c15.11 5.87 45.58 15.71 80 15.71s64.9-9.84 80-15.71v55.81Zm-18 18.87a8 8 0 1 1-12 10.66c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33a8 8 0 1 1-12-10.67c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66ZM92 128c-5.19 0-11.36 2.34-14 5.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.64-2.99-8.81-5.33-14-5.33m76.45 45.19a52.9 52.9 0 0 1-80.9 0a8 8 0 1 1 12.17-10.39a36.89 36.89 0 0 0 56.56 0a8 8 0 0 1 12.17 10.39"/></svg> </template>
CSS
.icon-mask-happy {
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.2m-9%2069c0%2032.64-8.66%2063.23-24.37%2086.13C168.54%20211.9%20148.79%20224%20128%20224s-40.54-12.1-55.63-34.08C56.66%20167%2048%20136.43%2048%20103.79V48c15.11%205.87%2045.58%2015.71%2080%2015.71s64.9-9.84%2080-15.71v55.81Zm-18%2018.87a8%208%200%201%201-12%2010.66c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33a8%208%200%201%201-12-10.67c5.71-6.38%2016.14-10.66%2026-10.66s20.25%204.28%2026%2010.66ZM92%20128c-5.19%200-11.36%202.34-14%205.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.64-2.99-8.81-5.33-14-5.33m76.45%2045.19a52.9%2052.9%200%200%201-80.9%200a8%208%200%201%201%2012.17-10.39a36.89%2036.89%200%200%200%2056.56%200a8%208%200%200%201%2012.17%2010.39%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.2m-9%2069c0%2032.64-8.66%2063.23-24.37%2086.13C168.54%20211.9%20148.79%20224%20128%20224s-40.54-12.1-55.63-34.08C56.66%20167%2048%20136.43%2048%20103.79V48c15.11%205.87%2045.58%2015.71%2080%2015.71s64.9-9.84%2080-15.71v55.81Zm-18%2018.87a8%208%200%201%201-12%2010.66c-2.68-3-8.85-5.33-14-5.33s-11.36%202.34-14%205.33a8%208%200%201%201-12-10.67c5.71-6.38%2016.14-10.66%2026-10.66s20.25%204.28%2026%2010.66ZM92%20128c-5.19%200-11.36%202.34-14%205.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.64-2.99-8.81-5.33-14-5.33m76.45%2045.19a52.9%2052.9%200%200%201-80.9%200a8%208%200%201%201%2012.17-10.39a36.89%2036.89%200%200%200%2056.56%200a8%208%200%200%201%2012.17%2010.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/mask-happy.svg?color=%231a73e8&size=48