face with steam from nose emoji

face-with-steam-from-nose from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
face-with-steam-from-nose
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the face with steam from nose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12c-13.255 0-24 10.745-24 24s10.745 24 24 24s24-10.745 24-24s-10.745-24-24-24"/><path fill="#d0cfce" d="m41.54 37.497l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42zm-11.08 0L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M46.717 56.356a23.04 23.04 0 0 1-21.538-.056"/><path d="M47.451 55.951q-.363.21-.735.405M13.122 38.388A23 23 0 0 1 13 36c0-12.702 10.298-23 23-23s23 10.298 23 23q0 .757-.048 1.501M23 24l7 4m19-4l-7 4M30 43a17.6 17.6 0 0 1 6.842-.998A16.4 16.4 0 0 1 43 43"/><path d="M22.5 33.078a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m9 0a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m-19.04 4.419L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42zm11.08 0l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325q0 0 0 0l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFaceWithSteamFromNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12c-13.255 0-24 10.745-24 24s10.745 24 24 24s24-10.745 24-24s-10.745-24-24-24"/><path fill="#d0cfce" d="m41.54 37.497l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42zm-11.08 0L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M46.717 56.356a23.04 23.04 0 0 1-21.538-.056"/><path d="M47.451 55.951q-.363.21-.735.405M13.122 38.388A23 23 0 0 1 13 36c0-12.702 10.298-23 23-23s23 10.298 23 23q0 .757-.048 1.501M23 24l7 4m19-4l-7 4M30 43a17.6 17.6 0 0 1 6.842-.998A16.4 16.4 0 0 1 43 43"/><path d="M22.5 33.078a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m9 0a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m-19.04 4.419L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42zm11.08 0l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325q0 0 0 0l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12c-13.255 0-24 10.745-24 24s10.745 24 24 24s24-10.745 24-24s-10.745-24-24-24"/><path fill="#d0cfce" d="m41.54 37.497l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42zm-11.08 0L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M46.717 56.356a23.04 23.04 0 0 1-21.538-.056"/><path d="M47.451 55.951q-.363.21-.735.405M13.122 38.388A23 23 0 0 1 13 36c0-12.702 10.298-23 23-23s23 10.298 23 23q0 .757-.048 1.501M23 24l7 4m19-4l-7 4M30 43a17.6 17.6 0 0 1 6.842-.998A16.4 16.4 0 0 1 43 43"/><path d="M22.5 33.078a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m9 0a7.17 7.17 0 0 0 4.91 1.636a7.08 7.08 0 0 0 4.09-1.636m-19.04 4.419L16.713 43.81s-3.811-4.378-7.394-.753a4.475 4.475 0 0 0-.141 6.395c.034.035-3.46 3.322-.303 6.48a4.42 4.42 0 0 0 6.029.313S17.426 60 20.99 56.03s-.81-7.42-.81-7.42zm11.08 0l13.747 6.313s3.811-4.378 7.394-.753a4.475 4.475 0 0 1 .208 6.325q0 0 0 0l-.067.07c-.034.035 3.46 3.322.303 6.48a4.42 4.42 0 0 1-6.029.313S54.574 60 51.01 56.03s.81-7.42.81-7.42z"/></g></svg>
</template>

CSS

.icon-face-with-steam-from-nose {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2012c-13.255%200-24%2010.745-24%2024s10.745%2024%2024%2024s24-10.745%2024-24s-10.745-24-24-24%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m41.54%2037.497l13.747%206.313s3.811-4.378%207.394-.753a4.475%204.475%200%200%201%20.208%206.325l-.067.07c-.034.035%203.46%203.322.303%206.48a4.42%204.42%200%200%201-6.029.313S54.574%2060%2051.01%2056.03s.81-7.42.81-7.42zm-11.08%200L16.713%2043.81s-3.811-4.378-7.394-.753a4.475%204.475%200%200%200-.141%206.395c.034.035-3.46%203.322-.303%206.48a4.42%204.42%200%200%200%206.029.313S17.426%2060%2020.99%2056.03s-.81-7.42-.81-7.42z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M46.717%2056.356a23.04%2023.04%200%200%201-21.538-.056%22%2F%3E%3Cpath%20d%3D%22M47.451%2055.951q-.363.21-.735.405M13.122%2038.388A23%2023%200%200%201%2013%2036c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023q0%20.757-.048%201.501M23%2024l7%204m19-4l-7%204M30%2043a17.6%2017.6%200%200%201%206.842-.998A16.4%2016.4%200%200%201%2043%2043%22%2F%3E%3Cpath%20d%3D%22M22.5%2033.078a7.17%207.17%200%200%200%204.91%201.636a7.08%207.08%200%200%200%204.09-1.636m9%200a7.17%207.17%200%200%200%204.91%201.636a7.08%207.08%200%200%200%204.09-1.636m-19.04%204.419L16.713%2043.81s-3.811-4.378-7.394-.753a4.475%204.475%200%200%200-.141%206.395c.034.035-3.46%203.322-.303%206.48a4.42%204.42%200%200%200%206.029.313S17.426%2060%2020.99%2056.03s-.81-7.42-.81-7.42zm11.08%200l13.747%206.313s3.811-4.378%207.394-.753a4.475%204.475%200%200%201%20.208%206.325q0%200%200%200l-.067.07c-.034.035%203.46%203.322.303%206.48a4.42%204.42%200%200%201-6.029.313S54.574%2060%2051.01%2056.03s.81-7.42.81-7.42z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2012c-13.255%200-24%2010.745-24%2024s10.745%2024%2024%2024s24-10.745%2024-24s-10.745-24-24-24%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m41.54%2037.497l13.747%206.313s3.811-4.378%207.394-.753a4.475%204.475%200%200%201%20.208%206.325l-.067.07c-.034.035%203.46%203.322.303%206.48a4.42%204.42%200%200%201-6.029.313S54.574%2060%2051.01%2056.03s.81-7.42.81-7.42zm-11.08%200L16.713%2043.81s-3.811-4.378-7.394-.753a4.475%204.475%200%200%200-.141%206.395c.034.035-3.46%203.322-.303%206.48a4.42%204.42%200%200%200%206.029.313S17.426%2060%2020.99%2056.03s-.81-7.42-.81-7.42z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M46.717%2056.356a23.04%2023.04%200%200%201-21.538-.056%22%2F%3E%3Cpath%20d%3D%22M47.451%2055.951q-.363.21-.735.405M13.122%2038.388A23%2023%200%200%201%2013%2036c0-12.702%2010.298-23%2023-23s23%2010.298%2023%2023q0%20.757-.048%201.501M23%2024l7%204m19-4l-7%204M30%2043a17.6%2017.6%200%200%201%206.842-.998A16.4%2016.4%200%200%201%2043%2043%22%2F%3E%3Cpath%20d%3D%22M22.5%2033.078a7.17%207.17%200%200%200%204.91%201.636a7.08%207.08%200%200%200%204.09-1.636m9%200a7.17%207.17%200%200%200%204.91%201.636a7.08%207.08%200%200%200%204.09-1.636m-19.04%204.419L16.713%2043.81s-3.811-4.378-7.394-.753a4.475%204.475%200%200%200-.141%206.395c.034.035-3.46%203.322-.303%206.48a4.42%204.42%200%200%200%206.029.313S17.426%2060%2020.99%2056.03s-.81-7.42-.81-7.42zm11.08%200l13.747%206.313s3.811-4.378%207.394-.753a4.475%204.475%200%200%201%20.208%206.325q0%200%200%200l-.067.07c-.034.035%203.46%203.322.303%206.48a4.42%204.42%200%200%201-6.029.313S54.574%2060%2051.01%2056.03s.81-7.42.81-7.42z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/face-with-steam-from-nose.svg?color=%231a73e8&size=48