face exhaling emoji
face-exhaling from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- face-exhaling
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji High Contrast
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the face exhaling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222a11 11 0 0 0 3.768 2.648L10 28c0 .977.467 1.844 1.19 2.392c-2.634-.715-4.785-2.035-6.427-3.817C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-1.64 1.781-3.79 3.101-6.422 3.816a3 3 0 0 0 1.185-2.524a11 11 0 0 0 3.766-2.647c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M13 30a2 2 0 0 1 0-4c1.487-.717 2.195-2.393 2.447-3.149l.006-.017l.047-.147c.041-.137.06-.217.06-.217c.21-.28.62-.28.83 0a4 4 0 0 0 .11.36l.006.017c.256.74.973 2.377 2.494 3.153a2 2 0 1 1-.168 3.993A2.995 2.995 0 0 1 16 32a2.99 2.99 0 0 1-2.832-2.007A2 2 0 0 1 13 30"/><path d="m17.38 22.3l.009.03a2 2 0 1 0-2.829.009l.008-.027l.016-.062l.003-.012l.048-.2l.125-.168a1.515 1.515 0 0 1 2.43 0l.123.164l.048.197l.003.01zM6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m18.051 0c-.144-.43-.503-1.108-1.095-1.67C23.346 7.433 22.548 7 21.5 7a.5.5 0 1 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.164 1.51 1.354 2.08a.5.5 0 1 1-.948.316M7.62 13.215a1 1 0 1 0-1.24 1.57C7.396 15.587 8.458 16 10 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785m12 0a1 1 0 1 0-1.24 1.57C19.396 15.587 20.458 16 22 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFaceExhaling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222a11 11 0 0 0 3.768 2.648L10 28c0 .977.467 1.844 1.19 2.392c-2.634-.715-4.785-2.035-6.427-3.817C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-1.64 1.781-3.79 3.101-6.422 3.816a3 3 0 0 0 1.185-2.524a11 11 0 0 0 3.766-2.647c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M13 30a2 2 0 0 1 0-4c1.487-.717 2.195-2.393 2.447-3.149l.006-.017l.047-.147c.041-.137.06-.217.06-.217c.21-.28.62-.28.83 0a4 4 0 0 0 .11.36l.006.017c.256.74.973 2.377 2.494 3.153a2 2 0 1 1-.168 3.993A2.995 2.995 0 0 1 16 32a2.99 2.99 0 0 1-2.832-2.007A2 2 0 0 1 13 30"/><path d="m17.38 22.3l.009.03a2 2 0 1 0-2.829.009l.008-.027l.016-.062l.003-.012l.048-.2l.125-.168a1.515 1.515 0 0 1 2.43 0l.123.164l.048.197l.003.01zM6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m18.051 0c-.144-.43-.503-1.108-1.095-1.67C23.346 7.433 22.548 7 21.5 7a.5.5 0 1 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.164 1.51 1.354 2.08a.5.5 0 1 1-.948.316M7.62 13.215a1 1 0 1 0-1.24 1.57C7.396 15.587 8.458 16 10 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785m12 0a1 1 0 1 0-1.24 1.57C19.396 15.587 20.458 16 22 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222a11 11 0 0 0 3.768 2.648L10 28c0 .977.467 1.844 1.19 2.392c-2.634-.715-4.785-2.035-6.427-3.817C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-1.64 1.781-3.79 3.101-6.422 3.816a3 3 0 0 0 1.185-2.524a11 11 0 0 0 3.766-2.647c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778"/><path d="M13 30a2 2 0 0 1 0-4c1.487-.717 2.195-2.393 2.447-3.149l.006-.017l.047-.147c.041-.137.06-.217.06-.217c.21-.28.62-.28.83 0a4 4 0 0 0 .11.36l.006.017c.256.74.973 2.377 2.494 3.153a2 2 0 1 1-.168 3.993A2.995 2.995 0 0 1 16 32a2.99 2.99 0 0 1-2.832-2.007A2 2 0 0 1 13 30"/><path d="m17.38 22.3l.009.03a2 2 0 1 0-2.829.009l.008-.027l.016-.062l.003-.012l.048-.2l.125-.168a1.515 1.515 0 0 1 2.43 0l.123.164l.048.197l.003.01zM6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m18.051 0c-.144-.43-.503-1.108-1.095-1.67C23.346 7.433 22.548 7 21.5 7a.5.5 0 1 1 0-1c1.352 0 2.387.567 3.12 1.262c.723.688 1.164 1.51 1.354 2.08a.5.5 0 1 1-.948.316M7.62 13.215a1 1 0 1 0-1.24 1.57C7.396 15.587 8.458 16 10 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785m12 0a1 1 0 1 0-1.24 1.57C19.396 15.587 20.458 16 22 16c1.534 0 2.639-.415 3.632-1.225a1 1 0 1 0-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09 0-1.716-.26-2.38-.785"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222a11%2011%200%200%200%203.768%202.648L10%2028c0%20.977.467%201.844%201.19%202.392c-2.634-.715-4.785-2.035-6.427-3.817C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-1.64%201.781-3.79%203.101-6.422%203.816a3%203%200%200%200%201.185-2.524a11%2011%200%200%200%203.766-2.647c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%2F%3E%3Cpath%20d%3D%22M13%2030a2%202%200%200%201%200-4c1.487-.717%202.195-2.393%202.447-3.149l.006-.017l.047-.147c.041-.137.06-.217.06-.217c.21-.28.62-.28.83%200a4%204%200%200%200%20.11.36l.006.017c.256.74.973%202.377%202.494%203.153a2%202%200%201%201-.168%203.993A2.995%202.995%200%200%201%2016%2032a2.99%202.99%200%200%201-2.832-2.007A2%202%200%200%201%2013%2030%22%2F%3E%3Cpath%20d%3D%22m17.38%2022.3l.009.03a2%202%200%201%200-2.829.009l.008-.027l.016-.062l.003-.012l.048-.2l.125-.168a1.515%201.515%200%200%201%202.43%200l.123.164l.048.197l.003.01zM6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316m18.051%200c-.144-.43-.503-1.108-1.095-1.67C23.346%207.433%2022.548%207%2021.5%207a.5.5%200%201%201%200-1c1.352%200%202.387.567%203.12%201.262c.723.688%201.164%201.51%201.354%202.08a.5.5%200%201%201-.948.316M7.62%2013.215a1%201%200%201%200-1.24%201.57C7.396%2015.587%208.458%2016%2010%2016c1.534%200%202.639-.415%203.632-1.225a1%201%200%201%200-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09%200-1.716-.26-2.38-.785m12%200a1%201%200%201%200-1.24%201.57C19.396%2015.587%2020.458%2016%2022%2016c1.534%200%202.639-.415%203.632-1.225a1%201%200%201%200-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09%200-1.716-.26-2.38-.785%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222a11%2011%200%200%200%203.768%202.648L10%2028c0%20.977.467%201.844%201.19%202.392c-2.634-.715-4.785-2.035-6.427-3.817C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-1.64%201.781-3.79%203.101-6.422%203.816a3%203%200%200%200%201.185-2.524a11%2011%200%200%200%203.766-2.647c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%2F%3E%3Cpath%20d%3D%22M13%2030a2%202%200%200%201%200-4c1.487-.717%202.195-2.393%202.447-3.149l.006-.017l.047-.147c.041-.137.06-.217.06-.217c.21-.28.62-.28.83%200a4%204%200%200%200%20.11.36l.006.017c.256.74.973%202.377%202.494%203.153a2%202%200%201%201-.168%203.993A2.995%202.995%200%200%201%2016%2032a2.99%202.99%200%200%201-2.832-2.007A2%202%200%200%201%2013%2030%22%2F%3E%3Cpath%20d%3D%22m17.38%2022.3l.009.03a2%202%200%201%200-2.829.009l.008-.027l.016-.062l.003-.012l.048-.2l.125-.168a1.515%201.515%200%200%201%202.43%200l.123.164l.048.197l.003.01zM6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316m18.051%200c-.144-.43-.503-1.108-1.095-1.67C23.346%207.433%2022.548%207%2021.5%207a.5.5%200%201%201%200-1c1.352%200%202.387.567%203.12%201.262c.723.688%201.164%201.51%201.354%202.08a.5.5%200%201%201-.948.316M7.62%2013.215a1%201%200%201%200-1.24%201.57C7.396%2015.587%208.458%2016%2010%2016c1.534%200%202.639-.415%203.632-1.225a1%201%200%201%200-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09%200-1.716-.26-2.38-.785m12%200a1%201%200%201%200-1.24%201.57C19.396%2015.587%2020.458%2016%2022%2016c1.534%200%202.639-.415%203.632-1.225a1%201%200%201%200-1.264-1.55c-.617.504-1.27.775-2.368.775c-1.09%200-1.716-.26-2.38-.785%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/face-exhaling.svg?color=%231a73e8&size=48