Face Melting Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Face Melting icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320000.svg" alt="Face Melting icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320000.svg" alt="Face Melting icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320000.svg" alt="Face Melting icon" :width="24" :height="24" />
CSS background
.icon-face-melting {
background-image: url('https://proicons.com/icon/320000.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="face--melting_00000158733044612494753340000011388804912088744610_" d="M25,29.36c-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1 c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2 c0-0.078,0.025-0.154,0.072-0.216c1.916-2.551,2.928-5.588,2.928-8.784c0-8.073-6.567-14.64-14.64-14.64 C7.927,1.36,1.36,7.927,1.36,16c0,3.197,1.013,6.234,2.928,8.784C4.334,24.846,4.36,24.922,4.36,25v2c0,0.353,0.287,0.64,0.64,0.64 S5.64,27.353,5.64,27h0.72c0,0.75-0.61,1.36-1.36,1.36S3.64,27.75,3.64,27v-1.881c-1.963-2.655-3-5.806-3-9.119 C0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16c0,3.313-1.037,6.464-3,9.119V27c0,0.75-0.61,1.36-1.36,1.36 c-0.236,0-0.46-0.062-0.653-0.168C26.253,28.852,25.685,29.36,25,29.36z M14.5,24.12c-1.755,0-3.51-0.622-4.754-1.865 c-1.184-1.184-1.863-2.917-1.863-4.755c0-1.837,0.679-3.571,1.863-4.754l0.509,0.509c-1.05,1.05-1.652,2.598-1.652,4.246 c0,1.648,0.602,3.195,1.652,4.245c2.223,2.223,6.27,2.223,8.491,0l0.51,0.51C18.011,23.498,16.255,24.12,14.5,24.12z M26,23.36 c-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-4h0.721v4 C27.36,22.75,26.75,23.36,26,23.36z M6.36,10.002c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1h0.72v1 c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36v-2h0.72L6.36,10.002 M22.75,18c0,0.414-0.336,0.75-0.75,0.75 s-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75S22.75,17.586,22.75,18z M14,9.25c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75 s0.75-0.336,0.75-0.75S14.414,9.25,14,9.25z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!