face blowing a kiss emoji
face-blowing-a-kiss from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- face-blowing-a-kiss
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
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 blowing a kiss emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M13.958 17.38a4.5 4.5 0 1 0-6.915 0c.419-.21.946-.435 1.547-.604c.58-.164 1.91-.776 1.91-.776s1.935.744 2.683 1.035c.286.112.547.23.775.345"/><path fill="#402a32" d="M6.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.316M21 8.5a.5.5 0 0 1 .5-.5c.774 0 1.742.284 2.585.83c.848.55 1.612 1.396 1.9 2.549a.5.5 0 0 1-.97.242c-.212-.847-.781-1.502-1.475-1.952C22.84 9.216 22.06 9 21.5 9a.5.5 0 0 1-.5-.5M14 15a3 3 0 0 1-.802 2.041c-.75-.294-1.683-.541-2.698-.541c-.687 0-1.336.113-1.917.278A3 3 0 1 1 14 15m4.97.243C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485m-2.3 2.677a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a2.52 2.52 0 0 0 2.01-4.04a2.52 2.52 0 0 0-2.01-4.04"/><path fill="#f70a8d" d="M23.742 26.57c1.097-.018 2.999-.232 4.737-1.339c2.693-1.714 1.81-5.582-2.22-4.976c-.776-2.916-4.798-3.123-5.191.016c-.264 2.102.69 4.315 1.293 5.464a1.53 1.53 0 0 0 1.38.834"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatFaceBlowingAKiss(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M13.958 17.38a4.5 4.5 0 1 0-6.915 0c.419-.21.946-.435 1.547-.604c.58-.164 1.91-.776 1.91-.776s1.935.744 2.683 1.035c.286.112.547.23.775.345"/><path fill="#402a32" d="M6.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.316M21 8.5a.5.5 0 0 1 .5-.5c.774 0 1.742.284 2.585.83c.848.55 1.612 1.396 1.9 2.549a.5.5 0 0 1-.97.242c-.212-.847-.781-1.502-1.475-1.952C22.84 9.216 22.06 9 21.5 9a.5.5 0 0 1-.5-.5M14 15a3 3 0 0 1-.802 2.041c-.75-.294-1.683-.541-2.698-.541c-.687 0-1.336.113-1.917.278A3 3 0 1 1 14 15m4.97.243C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485m-2.3 2.677a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a2.52 2.52 0 0 0 2.01-4.04a2.52 2.52 0 0 0-2.01-4.04"/><path fill="#f70a8d" d="M23.742 26.57c1.097-.018 2.999-.232 4.737-1.339c2.693-1.714 1.81-5.582-2.22-4.976c-.776-2.916-4.798-3.123-5.191.016c-.264 2.102.69 4.315 1.293 5.464a1.53 1.53 0 0 0 1.38.834"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M13.958 17.38a4.5 4.5 0 1 0-6.915 0c.419-.21.946-.435 1.547-.604c.58-.164 1.91-.776 1.91-.776s1.935.744 2.683 1.035c.286.112.547.23.775.345"/><path fill="#402a32" d="M6.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.316M21 8.5a.5.5 0 0 1 .5-.5c.774 0 1.742.284 2.585.83c.848.55 1.612 1.396 1.9 2.549a.5.5 0 0 1-.97.242c-.212-.847-.781-1.502-1.475-1.952C22.84 9.216 22.06 9 21.5 9a.5.5 0 0 1-.5-.5M14 15a3 3 0 0 1-.802 2.041c-.75-.294-1.683-.541-2.698-.541c-.687 0-1.336.113-1.917.278A3 3 0 1 1 14 15m4.97.243C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485m-2.3 2.677a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a.52.52 0 1 1 0 1.04a1 1 0 1 0 0 2a2.52 2.52 0 0 0 2.01-4.04a2.52 2.52 0 0 0-2.01-4.04"/><path fill="#f70a8d" d="M23.742 26.57c1.097-.018 2.999-.232 4.737-1.339c2.693-1.714 1.81-5.582-2.22-4.976c-.776-2.916-4.798-3.123-5.191.016c-.264 2.102.69 4.315 1.293 5.464a1.53 1.53 0 0 0 1.38.834"/></g></svg> </template>
CSS
.icon-face-blowing-a-kiss {
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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.958%2017.38a4.5%204.5%200%201%200-6.915%200c.419-.21.946-.435%201.547-.604c.58-.164%201.91-.776%201.91-.776s1.935.744%202.683%201.035c.286.112.547.23.775.345%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M6.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.316M21%208.5a.5.5%200%200%201%20.5-.5c.774%200%201.742.284%202.585.83c.848.55%201.612%201.396%201.9%202.549a.5.5%200%200%201-.97.242c-.212-.847-.781-1.502-1.475-1.952C22.84%209.216%2022.06%209%2021.5%209a.5.5%200%200%201-.5-.5M14%2015a3%203%200%200%201-.802%202.041c-.75-.294-1.683-.541-2.698-.541c-.687%200-1.336.113-1.917.278A3%203%200%201%201%2014%2015m4.97.243C19.048%2014.93%2019.545%2014%2021%2014s1.952.931%202.03%201.242a1%201%200%201%200%201.94-.485C24.715%2013.736%2023.545%2012%2021%2012s-3.715%201.735-3.97%202.758a1%201%200%201%200%201.94.485m-2.3%202.677a1%201%200%201%200%200%202a.52.52%200%201%201%200%201.04a1%201%200%201%200%200%202a.52.52%200%201%201%200%201.04a1%201%200%201%200%200%202a2.52%202.52%200%200%200%202.01-4.04a2.52%202.52%200%200%200-2.01-4.04%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M23.742%2026.57c1.097-.018%202.999-.232%204.737-1.339c2.693-1.714%201.81-5.582-2.22-4.976c-.776-2.916-4.798-3.123-5.191.016c-.264%202.102.69%204.315%201.293%205.464a1.53%201.53%200%200%200%201.38.834%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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.958%2017.38a4.5%204.5%200%201%200-6.915%200c.419-.21.946-.435%201.547-.604c.58-.164%201.91-.776%201.91-.776s1.935.744%202.683%201.035c.286.112.547.23.775.345%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M6.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.316M21%208.5a.5.5%200%200%201%20.5-.5c.774%200%201.742.284%202.585.83c.848.55%201.612%201.396%201.9%202.549a.5.5%200%200%201-.97.242c-.212-.847-.781-1.502-1.475-1.952C22.84%209.216%2022.06%209%2021.5%209a.5.5%200%200%201-.5-.5M14%2015a3%203%200%200%201-.802%202.041c-.75-.294-1.683-.541-2.698-.541c-.687%200-1.336.113-1.917.278A3%203%200%201%201%2014%2015m4.97.243C19.048%2014.93%2019.545%2014%2021%2014s1.952.931%202.03%201.242a1%201%200%201%200%201.94-.485C24.715%2013.736%2023.545%2012%2021%2012s-3.715%201.735-3.97%202.758a1%201%200%201%200%201.94.485m-2.3%202.677a1%201%200%201%200%200%202a.52.52%200%201%201%200%201.04a1%201%200%201%200%200%202a.52.52%200%201%201%200%201.04a1%201%200%201%200%200%202a2.52%202.52%200%200%200%202.01-4.04a2.52%202.52%200%200%200-2.01-4.04%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M23.742%2026.57c1.097-.018%202.999-.232%204.737-1.339c2.693-1.714%201.81-5.582-2.22-4.976c-.776-2.916-4.798-3.123-5.191.016c-.264%202.102.69%204.315%201.293%205.464a1.53%201.53%200%200%200%201.38.834%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-flat/face-blowing-a-kiss.svg?color=%231a73e8&size=48