face exhaling emoji
face-exhaling from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- face-exhaling
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the face exhaling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g transform="translate(-.466 .28)"><circle cx="36.47" cy="35.72" r="24" fill="#fcea2b"/><path fill="#d0cfce" d="M57.826 45.72a3 3 0 0 0-.34-.059c.082-1.062-.63-2.04-1.728-2.373c-.4-.09-.82-.068-1.206.062c.079-1.556-.98-2.968-2.586-3.45c-1.934-.448-3.982.953-4.574 3.127a5 5 0 0 0-.109.538l-5.927.07l-1.36 4.373l5.186 3.136l-.007.022c-.593 2.175.496 4.301 2.43 4.748c1.482.263 2.987-.346 3.781-1.53a2.1 2.1 0 0 0 1.155.719c1.248.187 2.46-.484 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.495-4.301-2.43-4.748z"/><path fill="#fff" d="M57.956 45.75a3.024 2.787.003 0 0-.34-.059a2.521 2.324.003 0 0-1.727-2.373a2.065 1.904.003 0 0-1.206.062a3.754 3.46.003 0 0-2.586-3.45c-1.934-.448-3.982.952-4.574 3.127a5.366 4.946.003 0 0-.11.538l-1.306.285a4.292 3.956.003 0 1 1.09 2.631a2.066 1.904.003 0 1 1.207-.062a2.521 2.323.003 0 1 1.727 2.373a3.01 2.774.003 0 1 .34.059c1.935.447 3.023 2.573 2.43 4.748a5.243 4.833.003 0 1-.625 1.364a1.974 1.819.003 0 0 .396.139a2.589 2.386.003 0 0 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.496-4.301-2.43-4.748"/><ellipse cx="36.32" cy="44.55" fill="#fff" rx="5.052" ry="5.002"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M43.53 57.74a23 23 0 0 1-7.532 1.262c-12.7 0-23-10.3-23-23s10.3-23 23-23s23 10.3 23 23c0 1.803-.207 3.557-.6 5.241"/><path stroke-miterlimit="10" d="M35.85 48.84c-2.238 0-4.052-1.792-4.052-4.002s1.814-4.002 4.052-4.002c.84 0 1.62.252 2.267.684M22.88 24.62c5.102-.061 7.273-1.882 8.383-3.346M49.12 24.62c-5.102-.061-7.273-1.882-8.383-3.346m7.503 9.936c-6.199 1.47-7.079 1.059-8.868-1.961M23.76 31.21c6.199 1.47 7.079 1.059 8.868-1.961"/><path d="m38.7 48.25l6.187 3.208l-.007.023c-.593 2.175.483 4.298 2.403 4.742c1.477.258 2.974-.353 3.758-1.536c.281.353.685.605 1.145.716c1.244.182 2.448-.49 2.849-1.59q.132.046.272.08c1.92.444 3.955-.96 4.547-3.134c.593-2.175-.483-4.298-2.402-4.742a3 3 0 0 0-.339-.058c.088-1.058-.617-2.035-1.71-2.37a2.2 2.2 0 0 0-1.198.064c.086-1.55-.963-2.96-2.562-3.445c-1.92-.444-3.956.959-4.548 3.134a5 5 0 0 0-.109.537l-6.687-.41"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFaceExhaling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g transform="translate(-.466 .28)"><circle cx="36.47" cy="35.72" r="24" fill="#fcea2b"/><path fill="#d0cfce" d="M57.826 45.72a3 3 0 0 0-.34-.059c.082-1.062-.63-2.04-1.728-2.373c-.4-.09-.82-.068-1.206.062c.079-1.556-.98-2.968-2.586-3.45c-1.934-.448-3.982.953-4.574 3.127a5 5 0 0 0-.109.538l-5.927.07l-1.36 4.373l5.186 3.136l-.007.022c-.593 2.175.496 4.301 2.43 4.748c1.482.263 2.987-.346 3.781-1.53a2.1 2.1 0 0 0 1.155.719c1.248.187 2.46-.484 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.495-4.301-2.43-4.748z"/><path fill="#fff" d="M57.956 45.75a3.024 2.787.003 0 0-.34-.059a2.521 2.324.003 0 0-1.727-2.373a2.065 1.904.003 0 0-1.206.062a3.754 3.46.003 0 0-2.586-3.45c-1.934-.448-3.982.952-4.574 3.127a5.366 4.946.003 0 0-.11.538l-1.306.285a4.292 3.956.003 0 1 1.09 2.631a2.066 1.904.003 0 1 1.207-.062a2.521 2.323.003 0 1 1.727 2.373a3.01 2.774.003 0 1 .34.059c1.935.447 3.023 2.573 2.43 4.748a5.243 4.833.003 0 1-.625 1.364a1.974 1.819.003 0 0 .396.139a2.589 2.386.003 0 0 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.496-4.301-2.43-4.748"/><ellipse cx="36.32" cy="44.55" fill="#fff" rx="5.052" ry="5.002"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeMiterlimit="10" d="M43.53 57.74a23 23 0 0 1-7.532 1.262c-12.7 0-23-10.3-23-23s10.3-23 23-23s23 10.3 23 23c0 1.803-.207 3.557-.6 5.241"/><path strokeMiterlimit="10" d="M35.85 48.84c-2.238 0-4.052-1.792-4.052-4.002s1.814-4.002 4.052-4.002c.84 0 1.62.252 2.267.684M22.88 24.62c5.102-.061 7.273-1.882 8.383-3.346M49.12 24.62c-5.102-.061-7.273-1.882-8.383-3.346m7.503 9.936c-6.199 1.47-7.079 1.059-8.868-1.961M23.76 31.21c6.199 1.47 7.079 1.059 8.868-1.961"/><path d="m38.7 48.25l6.187 3.208l-.007.023c-.593 2.175.483 4.298 2.403 4.742c1.477.258 2.974-.353 3.758-1.536c.281.353.685.605 1.145.716c1.244.182 2.448-.49 2.849-1.59q.132.046.272.08c1.92.444 3.955-.96 4.547-3.134c.593-2.175-.483-4.298-2.402-4.742a3 3 0 0 0-.339-.058c.088-1.058-.617-2.035-1.71-2.37a2.2 2.2 0 0 0-1.198.064c.086-1.55-.963-2.96-2.562-3.445c-1.92-.444-3.956.959-4.548 3.134a5 5 0 0 0-.109.537l-6.687-.41"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g transform="translate(-.466 .28)"><circle cx="36.47" cy="35.72" r="24" fill="#fcea2b"/><path fill="#d0cfce" d="M57.826 45.72a3 3 0 0 0-.34-.059c.082-1.062-.63-2.04-1.728-2.373c-.4-.09-.82-.068-1.206.062c.079-1.556-.98-2.968-2.586-3.45c-1.934-.448-3.982.953-4.574 3.127a5 5 0 0 0-.109.538l-5.927.07l-1.36 4.373l5.186 3.136l-.007.022c-.593 2.175.496 4.301 2.43 4.748c1.482.263 2.987-.346 3.781-1.53a2.1 2.1 0 0 0 1.155.719c1.248.187 2.46-.484 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.495-4.301-2.43-4.748z"/><path fill="#fff" d="M57.956 45.75a3.024 2.787.003 0 0-.34-.059a2.521 2.324.003 0 0-1.727-2.373a2.065 1.904.003 0 0-1.206.062a3.754 3.46.003 0 0-2.586-3.45c-1.934-.448-3.982.952-4.574 3.127a5.366 4.946.003 0 0-.11.538l-1.306.285a4.292 3.956.003 0 1 1.09 2.631a2.066 1.904.003 0 1 1.207-.062a2.521 2.323.003 0 1 1.727 2.373a3.01 2.774.003 0 1 .34.059c1.935.447 3.023 2.573 2.43 4.748a5.243 4.833.003 0 1-.625 1.364a1.974 1.819.003 0 0 .396.139a2.589 2.386.003 0 0 2.866-1.586q.134.046.274.08c1.934.447 3.982-.953 4.574-3.128s-.496-4.301-2.43-4.748"/><ellipse cx="36.32" cy="44.55" fill="#fff" rx="5.052" ry="5.002"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M43.53 57.74a23 23 0 0 1-7.532 1.262c-12.7 0-23-10.3-23-23s10.3-23 23-23s23 10.3 23 23c0 1.803-.207 3.557-.6 5.241"/><path stroke-miterlimit="10" d="M35.85 48.84c-2.238 0-4.052-1.792-4.052-4.002s1.814-4.002 4.052-4.002c.84 0 1.62.252 2.267.684M22.88 24.62c5.102-.061 7.273-1.882 8.383-3.346M49.12 24.62c-5.102-.061-7.273-1.882-8.383-3.346m7.503 9.936c-6.199 1.47-7.079 1.059-8.868-1.961M23.76 31.21c6.199 1.47 7.079 1.059 8.868-1.961"/><path d="m38.7 48.25l6.187 3.208l-.007.023c-.593 2.175.483 4.298 2.403 4.742c1.477.258 2.974-.353 3.758-1.536c.281.353.685.605 1.145.716c1.244.182 2.448-.49 2.849-1.59q.132.046.272.08c1.92.444 3.955-.96 4.547-3.134c.593-2.175-.483-4.298-2.402-4.742a3 3 0 0 0-.339-.058c.088-1.058-.617-2.035-1.71-2.37a2.2 2.2 0 0 0-1.198.064c.086-1.55-.963-2.96-2.562-3.445c-1.92-.444-3.956.959-4.548 3.134a5 5 0 0 0-.109.537l-6.687-.41"/></g></svg> </template>
CSS
.icon-face-exhaling {
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%3Cg%20transform%3D%22translate(-.466%20.28)%22%3E%3Ccircle%20cx%3D%2236.47%22%20cy%3D%2235.72%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M57.826%2045.72a3%203%200%200%200-.34-.059c.082-1.062-.63-2.04-1.728-2.373c-.4-.09-.82-.068-1.206.062c.079-1.556-.98-2.968-2.586-3.45c-1.934-.448-3.982.953-4.574%203.127a5%205%200%200%200-.109.538l-5.927.07l-1.36%204.373l5.186%203.136l-.007.022c-.593%202.175.496%204.301%202.43%204.748c1.482.263%202.987-.346%203.781-1.53a2.1%202.1%200%200%200%201.155.719c1.248.187%202.46-.484%202.866-1.586q.134.046.274.08c1.934.447%203.982-.953%204.574-3.128s-.495-4.301-2.43-4.748z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.956%2045.75a3.024%202.787.003%200%200-.34-.059a2.521%202.324.003%200%200-1.727-2.373a2.065%201.904.003%200%200-1.206.062a3.754%203.46.003%200%200-2.586-3.45c-1.934-.448-3.982.952-4.574%203.127a5.366%204.946.003%200%200-.11.538l-1.306.285a4.292%203.956.003%200%201%201.09%202.631a2.066%201.904.003%200%201%201.207-.062a2.521%202.323.003%200%201%201.727%202.373a3.01%202.774.003%200%201%20.34.059c1.935.447%203.023%202.573%202.43%204.748a5.243%204.833.003%200%201-.625%201.364a1.974%201.819.003%200%200%20.396.139a2.589%202.386.003%200%200%202.866-1.586q.134.046.274.08c1.934.447%203.982-.953%204.574-3.128s-.496-4.301-2.43-4.748%22%2F%3E%3Cellipse%20cx%3D%2236.32%22%20cy%3D%2244.55%22%20fill%3D%22%23fff%22%20rx%3D%225.052%22%20ry%3D%225.002%22%2F%3E%3C%2Fg%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M43.53%2057.74a23%2023%200%200%201-7.532%201.262c-12.7%200-23-10.3-23-23s10.3-23%2023-23s23%2010.3%2023%2023c0%201.803-.207%203.557-.6%205.241%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M35.85%2048.84c-2.238%200-4.052-1.792-4.052-4.002s1.814-4.002%204.052-4.002c.84%200%201.62.252%202.267.684M22.88%2024.62c5.102-.061%207.273-1.882%208.383-3.346M49.12%2024.62c-5.102-.061-7.273-1.882-8.383-3.346m7.503%209.936c-6.199%201.47-7.079%201.059-8.868-1.961M23.76%2031.21c6.199%201.47%207.079%201.059%208.868-1.961%22%2F%3E%3Cpath%20d%3D%22m38.7%2048.25l6.187%203.208l-.007.023c-.593%202.175.483%204.298%202.403%204.742c1.477.258%202.974-.353%203.758-1.536c.281.353.685.605%201.145.716c1.244.182%202.448-.49%202.849-1.59q.132.046.272.08c1.92.444%203.955-.96%204.547-3.134c.593-2.175-.483-4.298-2.402-4.742a3%203%200%200%200-.339-.058c.088-1.058-.617-2.035-1.71-2.37a2.2%202.2%200%200%200-1.198.064c.086-1.55-.963-2.96-2.562-3.445c-1.92-.444-3.956.959-4.548%203.134a5%205%200%200%200-.109.537l-6.687-.41%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%3Cg%20transform%3D%22translate(-.466%20.28)%22%3E%3Ccircle%20cx%3D%2236.47%22%20cy%3D%2235.72%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M57.826%2045.72a3%203%200%200%200-.34-.059c.082-1.062-.63-2.04-1.728-2.373c-.4-.09-.82-.068-1.206.062c.079-1.556-.98-2.968-2.586-3.45c-1.934-.448-3.982.953-4.574%203.127a5%205%200%200%200-.109.538l-5.927.07l-1.36%204.373l5.186%203.136l-.007.022c-.593%202.175.496%204.301%202.43%204.748c1.482.263%202.987-.346%203.781-1.53a2.1%202.1%200%200%200%201.155.719c1.248.187%202.46-.484%202.866-1.586q.134.046.274.08c1.934.447%203.982-.953%204.574-3.128s-.495-4.301-2.43-4.748z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.956%2045.75a3.024%202.787.003%200%200-.34-.059a2.521%202.324.003%200%200-1.727-2.373a2.065%201.904.003%200%200-1.206.062a3.754%203.46.003%200%200-2.586-3.45c-1.934-.448-3.982.952-4.574%203.127a5.366%204.946.003%200%200-.11.538l-1.306.285a4.292%203.956.003%200%201%201.09%202.631a2.066%201.904.003%200%201%201.207-.062a2.521%202.323.003%200%201%201.727%202.373a3.01%202.774.003%200%201%20.34.059c1.935.447%203.023%202.573%202.43%204.748a5.243%204.833.003%200%201-.625%201.364a1.974%201.819.003%200%200%20.396.139a2.589%202.386.003%200%200%202.866-1.586q.134.046.274.08c1.934.447%203.982-.953%204.574-3.128s-.496-4.301-2.43-4.748%22%2F%3E%3Cellipse%20cx%3D%2236.32%22%20cy%3D%2244.55%22%20fill%3D%22%23fff%22%20rx%3D%225.052%22%20ry%3D%225.002%22%2F%3E%3C%2Fg%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M43.53%2057.74a23%2023%200%200%201-7.532%201.262c-12.7%200-23-10.3-23-23s10.3-23%2023-23s23%2010.3%2023%2023c0%201.803-.207%203.557-.6%205.241%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M35.85%2048.84c-2.238%200-4.052-1.792-4.052-4.002s1.814-4.002%204.052-4.002c.84%200%201.62.252%202.267.684M22.88%2024.62c5.102-.061%207.273-1.882%208.383-3.346M49.12%2024.62c-5.102-.061-7.273-1.882-8.383-3.346m7.503%209.936c-6.199%201.47-7.079%201.059-8.868-1.961M23.76%2031.21c6.199%201.47%207.079%201.059%208.868-1.961%22%2F%3E%3Cpath%20d%3D%22m38.7%2048.25l6.187%203.208l-.007.023c-.593%202.175.483%204.298%202.403%204.742c1.477.258%202.974-.353%203.758-1.536c.281.353.685.605%201.145.716c1.244.182%202.448-.49%202.849-1.59q.132.046.272.08c1.92.444%203.955-.96%204.547-3.134c.593-2.175-.483-4.298-2.402-4.742a3%203%200%200%200-.339-.058c.088-1.058-.617-2.035-1.71-2.37a2.2%202.2%200%200%200-1.198.064c.086-1.55-.963-2.96-2.562-3.445c-1.92-.444-3.956.959-4.548%203.134a5%205%200%200%200-.109.537l-6.687-.41%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-exhaling.svg?color=%231a73e8&size=48