face blowing a kiss emoji
face-blowing-a-kiss from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- face-blowing-a-kiss
- 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 blowing a kiss emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#d22f27" d="M53.013 44.47a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M20.59 30.005a6.3 6.3 0 0 1 2.67-3.656a6.3 6.3 0 0 1 4.336-1.38m23.464 6.1a7.19 7.19 0 0 0-8.54-1.175m4.524 5.966c-.807-.471-1.775-.909-2.88-.926c-1.12-.018-2.125.31-3.192.778"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.372 41.361c.41-1.72.628-3.515.628-5.361c0-12.703-10.298-23-23-23S13 23.297 13 36s10.297 23 23 23c3.62 0 7.046-.837 10.093-2.327"/><circle cx="28.04" cy="35.306" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36.414 41.091s10.525 3.196 0 5.564c0 0 10.458 2.988 0 4.912m16.599-7.097a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFaceBlowingAKiss(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#d22f27" d="M53.013 44.47a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M20.59 30.005a6.3 6.3 0 0 1 2.67-3.656a6.3 6.3 0 0 1 4.336-1.38m23.464 6.1a7.19 7.19 0 0 0-8.54-1.175m4.524 5.966c-.807-.471-1.775-.909-2.88-.926c-1.12-.018-2.125.31-3.192.778"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M58.372 41.361c.41-1.72.628-3.515.628-5.361c0-12.703-10.298-23-23-23S13 23.297 13 36s10.297 23 23 23c3.62 0 7.046-.837 10.093-2.327"/><circle cx="28.04" cy="35.306" r="3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M36.414 41.091s10.525 3.196 0 5.564c0 0 10.458 2.988 0 4.912m16.599-7.097a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#d22f27" d="M53.013 44.47a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M20.59 30.005a6.3 6.3 0 0 1 2.67-3.656a6.3 6.3 0 0 1 4.336-1.38m23.464 6.1a7.19 7.19 0 0 0-8.54-1.175m4.524 5.966c-.807-.471-1.775-.909-2.88-.926c-1.12-.018-2.125.31-3.192.778"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.372 41.361c.41-1.72.628-3.515.628-5.361c0-12.703-10.298-23-23-23S13 23.297 13 36s10.297 23 23 23c3.62 0 7.046-.837 10.093-2.327"/><circle cx="28.04" cy="35.306" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36.414 41.091s10.525 3.196 0 5.564c0 0 10.458 2.988 0 4.912m16.599-7.097a3.62 3.62 0 0 0-4.532 4.378l.111.353l3.797 9.721l8.557-6.086a3.6 3.6 0 0 0 1.275-1.844a3.62 3.62 0 0 0-2.43-4.498a3.59 3.59 0 0 0-3.704 1.031a.314.314 0 0 1-.542-.161a3.59 3.59 0 0 0-2.532-2.894"/></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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M53.013%2044.47a3.62%203.62%200%200%200-4.532%204.378l.111.353l3.797%209.721l8.557-6.086a3.6%203.6%200%200%200%201.275-1.844a3.62%203.62%200%200%200-2.43-4.498a3.59%203.59%200%200%200-3.704%201.031a.314.314%200%200%201-.542-.161a3.59%203.59%200%200%200-2.532-2.894%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.59%2030.005a6.3%206.3%200%200%201%202.67-3.656a6.3%206.3%200%200%201%204.336-1.38m23.464%206.1a7.19%207.19%200%200%200-8.54-1.175m4.524%205.966c-.807-.471-1.775-.909-2.88-.926c-1.12-.018-2.125.31-3.192.778%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M58.372%2041.361c.41-1.72.628-3.515.628-5.361c0-12.703-10.298-23-23-23S13%2023.297%2013%2036s10.297%2023%2023%2023c3.62%200%207.046-.837%2010.093-2.327%22%2F%3E%3Ccircle%20cx%3D%2228.04%22%20cy%3D%2235.306%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M36.414%2041.091s10.525%203.196%200%205.564c0%200%2010.458%202.988%200%204.912m16.599-7.097a3.62%203.62%200%200%200-4.532%204.378l.111.353l3.797%209.721l8.557-6.086a3.6%203.6%200%200%200%201.275-1.844a3.62%203.62%200%200%200-2.43-4.498a3.59%203.59%200%200%200-3.704%201.031a.314.314%200%200%201-.542-.161a3.59%203.59%200%200%200-2.532-2.894%22%2F%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M53.013%2044.47a3.62%203.62%200%200%200-4.532%204.378l.111.353l3.797%209.721l8.557-6.086a3.6%203.6%200%200%200%201.275-1.844a3.62%203.62%200%200%200-2.43-4.498a3.59%203.59%200%200%200-3.704%201.031a.314.314%200%200%201-.542-.161a3.59%203.59%200%200%200-2.532-2.894%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.59%2030.005a6.3%206.3%200%200%201%202.67-3.656a6.3%206.3%200%200%201%204.336-1.38m23.464%206.1a7.19%207.19%200%200%200-8.54-1.175m4.524%205.966c-.807-.471-1.775-.909-2.88-.926c-1.12-.018-2.125.31-3.192.778%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M58.372%2041.361c.41-1.72.628-3.515.628-5.361c0-12.703-10.298-23-23-23S13%2023.297%2013%2036s10.297%2023%2023%2023c3.62%200%207.046-.837%2010.093-2.327%22%2F%3E%3Ccircle%20cx%3D%2228.04%22%20cy%3D%2235.306%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M36.414%2041.091s10.525%203.196%200%205.564c0%200%2010.458%202.988%200%204.912m16.599-7.097a3.62%203.62%200%200%200-4.532%204.378l.111.353l3.797%209.721l8.557-6.086a3.6%203.6%200%200%200%201.275-1.844a3.62%203.62%200%200%200-2.43-4.498a3.59%203.59%200%200%200-3.704%201.031a.314.314%200%200%201-.542-.161a3.59%203.59%200%200%200-2.532-2.894%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/face-blowing-a-kiss.svg?color=%231a73e8&size=48