smiley melting icon

smiley-melting-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
smiley-melting-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="M174 140a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-48-48a10 10 0 1 0-10 10a10 10 0 0 0 10-10m73.62-36.63A102 102 0 0 0 52 196a6 6 0 1 0 8.94-8a90.09 90.09 0 0 1 65.78-150H128a90 90 0 0 1 67.07 150a6 6 0 0 0 8.95 8a102 102 0 0 0-4.41-140.63ZM152 170h-16c-22.65 0-50-18.73-50-42a43 43 0 0 1 .58-7a6 6 0 1 0-11.83-2a54 54 0 0 0-.75 9c0 14.26 7.2 28 20.27 38.6c12 9.79 27.26 15.4 41.73 15.4h16a10 10 0 0 1 0 20H96a22 22 0 0 0 0 44a6 6 0 0 0 0-12a10 10 0 0 1 0-20h56a22 22 0 0 0 0-44"/></svg>

React

import type { SVGProps } from "react";

export function PhSmileyMeltingLight(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="M174 140a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-48-48a10 10 0 1 0-10 10a10 10 0 0 0 10-10m73.62-36.63A102 102 0 0 0 52 196a6 6 0 1 0 8.94-8a90.09 90.09 0 0 1 65.78-150H128a90 90 0 0 1 67.07 150a6 6 0 0 0 8.95 8a102 102 0 0 0-4.41-140.63ZM152 170h-16c-22.65 0-50-18.73-50-42a43 43 0 0 1 .58-7a6 6 0 1 0-11.83-2a54 54 0 0 0-.75 9c0 14.26 7.2 28 20.27 38.6c12 9.79 27.26 15.4 41.73 15.4h16a10 10 0 0 1 0 20H96a22 22 0 0 0 0 44a6 6 0 0 0 0-12a10 10 0 0 1 0-20h56a22 22 0 0 0 0-44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M174 140a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-48-48a10 10 0 1 0-10 10a10 10 0 0 0 10-10m73.62-36.63A102 102 0 0 0 52 196a6 6 0 1 0 8.94-8a90.09 90.09 0 0 1 65.78-150H128a90 90 0 0 1 67.07 150a6 6 0 0 0 8.95 8a102 102 0 0 0-4.41-140.63ZM152 170h-16c-22.65 0-50-18.73-50-42a43 43 0 0 1 .58-7a6 6 0 1 0-11.83-2a54 54 0 0 0-.75 9c0 14.26 7.2 28 20.27 38.6c12 9.79 27.26 15.4 41.73 15.4h16a10 10 0 0 1 0 20H96a22 22 0 0 0 0 44a6 6 0 0 0 0-12a10 10 0 0 1 0-20h56a22 22 0 0 0 0-44"/></svg>
</template>

CSS

.icon-smiley-melting-light {
  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%22M174%20140a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-48-48a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m73.62-36.63A102%20102%200%200%200%2052%20196a6%206%200%201%200%208.94-8a90.09%2090.09%200%200%201%2065.78-150H128a90%2090%200%200%201%2067.07%20150a6%206%200%200%200%208.95%208a102%20102%200%200%200-4.41-140.63ZM152%20170h-16c-22.65%200-50-18.73-50-42a43%2043%200%200%201%20.58-7a6%206%200%201%200-11.83-2a54%2054%200%200%200-.75%209c0%2014.26%207.2%2028%2020.27%2038.6c12%209.79%2027.26%2015.4%2041.73%2015.4h16a10%2010%200%200%201%200%2020H96a22%2022%200%200%200%200%2044a6%206%200%200%200%200-12a10%2010%200%200%201%200-20h56a22%2022%200%200%200%200-44%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%22M174%20140a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-48-48a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m73.62-36.63A102%20102%200%200%200%2052%20196a6%206%200%201%200%208.94-8a90.09%2090.09%200%200%201%2065.78-150H128a90%2090%200%200%201%2067.07%20150a6%206%200%200%200%208.95%208a102%20102%200%200%200-4.41-140.63ZM152%20170h-16c-22.65%200-50-18.73-50-42a43%2043%200%200%201%20.58-7a6%206%200%201%200-11.83-2a54%2054%200%200%200-.75%209c0%2014.26%207.2%2028%2020.27%2038.6c12%209.79%2027.26%2015.4%2041.73%2015.4h16a10%2010%200%200%201%200%2020H96a22%2022%200%200%200%200%2044a6%206%200%200%200%200-12a10%2010%200%200%201%200-20h56a22%2022%200%200%200%200-44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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