smiley melting icon
smiley-melting-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- smiley-melting-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the smiley melting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.63 95.63 0 0 1-24.44 64H56.44A95.67 95.67 0 0 1 32 126.06C33 74.58 75.15 32.73 126.63 32A96 96 0 0 1 224 128" opacity=".2"/><path d="M176 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-48a12 12 0 1 0-12 12a12 12 0 0 0 12-12m73-38a103.24 103.24 0 0 0-73-30h-1.49a104 104 0 0 0-76 173.32a8 8 0 1 0 11.89-10.65a88 88 0 1 1 131.19 0a8 8 0 0 0 11.93 10.66A104 104 0 0 0 201 54m-49 114h-16c-21.74 0-48-17.84-48-40a41 41 0 0 1 .55-6.68a8 8 0 1 0-15.78-2.64A57 57 0 0 0 72 128c0 14.88 7.46 29.13 21 40.15c12.4 10.07 28.07 15.85 43 15.85h16a8 8 0 0 1 0 16H96a24 24 0 0 0 0 48a8 8 0 0 0 0-16a8 8 0 0 1 0-16h56a24 24 0 0 0 0-48"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSmileyMeltingDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.63 95.63 0 0 1-24.44 64H56.44A95.67 95.67 0 0 1 32 126.06C33 74.58 75.15 32.73 126.63 32A96 96 0 0 1 224 128" opacity=".2"/><path d="M176 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-48a12 12 0 1 0-12 12a12 12 0 0 0 12-12m73-38a103.24 103.24 0 0 0-73-30h-1.49a104 104 0 0 0-76 173.32a8 8 0 1 0 11.89-10.65a88 88 0 1 1 131.19 0a8 8 0 0 0 11.93 10.66A104 104 0 0 0 201 54m-49 114h-16c-21.74 0-48-17.84-48-40a41 41 0 0 1 .55-6.68a8 8 0 1 0-15.78-2.64A57 57 0 0 0 72 128c0 14.88 7.46 29.13 21 40.15c12.4 10.07 28.07 15.85 43 15.85h16a8 8 0 0 1 0 16H96a24 24 0 0 0 0 48a8 8 0 0 0 0-16a8 8 0 0 1 0-16h56a24 24 0 0 0 0-48"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.63 95.63 0 0 1-24.44 64H56.44A95.67 95.67 0 0 1 32 126.06C33 74.58 75.15 32.73 126.63 32A96 96 0 0 1 224 128" opacity=".2"/><path d="M176 140a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-48a12 12 0 1 0-12 12a12 12 0 0 0 12-12m73-38a103.24 103.24 0 0 0-73-30h-1.49a104 104 0 0 0-76 173.32a8 8 0 1 0 11.89-10.65a88 88 0 1 1 131.19 0a8 8 0 0 0 11.93 10.66A104 104 0 0 0 201 54m-49 114h-16c-21.74 0-48-17.84-48-40a41 41 0 0 1 .55-6.68a8 8 0 1 0-15.78-2.64A57 57 0 0 0 72 128c0 14.88 7.46 29.13 21 40.15c12.4 10.07 28.07 15.85 43 15.85h16a8 8 0 0 1 0 16H96a24 24 0 0 0 0 48a8 8 0 0 0 0-16a8 8 0 0 1 0-16h56a24 24 0 0 0 0-48"/></g></svg> </template>
CSS
.icon-smiley-melting-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a95.63%2095.63%200%200%201-24.44%2064H56.44A95.67%2095.67%200%200%201%2032%20126.06C33%2074.58%2075.15%2032.73%20126.63%2032A96%2096%200%200%201%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20140a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48-48a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m73-38a103.24%20103.24%200%200%200-73-30h-1.49a104%20104%200%200%200-76%20173.32a8%208%200%201%200%2011.89-10.65a88%2088%200%201%201%20131.19%200a8%208%200%200%200%2011.93%2010.66A104%20104%200%200%200%20201%2054m-49%20114h-16c-21.74%200-48-17.84-48-40a41%2041%200%200%201%20.55-6.68a8%208%200%201%200-15.78-2.64A57%2057%200%200%200%2072%20128c0%2014.88%207.46%2029.13%2021%2040.15c12.4%2010.07%2028.07%2015.85%2043%2015.85h16a8%208%200%200%201%200%2016H96a24%2024%200%200%200%200%2048a8%208%200%200%200%200-16a8%208%200%200%201%200-16h56a24%2024%200%200%200%200-48%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a95.63%2095.63%200%200%201-24.44%2064H56.44A95.67%2095.67%200%200%201%2032%20126.06C33%2074.58%2075.15%2032.73%20126.63%2032A96%2096%200%200%201%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%20140a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48-48a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m73-38a103.24%20103.24%200%200%200-73-30h-1.49a104%20104%200%200%200-76%20173.32a8%208%200%201%200%2011.89-10.65a88%2088%200%201%201%20131.19%200a8%208%200%200%200%2011.93%2010.66A104%20104%200%200%200%20201%2054m-49%20114h-16c-21.74%200-48-17.84-48-40a41%2041%200%200%201%20.55-6.68a8%208%200%201%200-15.78-2.64A57%2057%200%200%200%2072%20128c0%2014.88%207.46%2029.13%2021%2040.15c12.4%2010.07%2028.07%2015.85%2043%2015.85h16a8%208%200%200%201%200%2016H96a24%2024%200%200%200%200%2048a8%208%200%200%200%200-16a8%208%200%200%201%200-16h56a24%2024%200%200%200%200-48%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/smiley-melting-duotone.svg?color=%231a73e8&size=48