flushed face emoji

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

Name
flushed-face
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 flushed face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m18 39.884l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path fill="#fcea2b" d="M36 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M33.5 32.31c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m18 42.553l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path d="M29.56 32.43a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556m18 0a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M33.5 32.43c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.69 22.44c.353-.406 1.928-2.129 4.582-2.405c2.153-.223 3.761.637 4.301.957m10.857-.022c.464-.272 2.509-1.4 5.111-.81c2.111.478 3.359 1.808 3.768 2.284M42.5 46.5c-1.284.638-11.832.584-13 0"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlushedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m18 39.884l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path fill="#fcea2b" d="M36 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M33.5 32.31c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#ea5a47" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m18 42.553l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path d="M29.56 32.43a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556m18 0a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M33.5 32.43c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21.69 22.44c.353-.406 1.928-2.129 4.582-2.405c2.153-.223 3.761.637 4.301.957m10.857-.022c.464-.272 2.509-1.4 5.111-.81c2.111.478 3.359 1.808 3.768 2.284M42.5 46.5c-1.284.638-11.832.584-13 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m18 39.884l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path fill="#fcea2b" d="M36 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M33.5 32.31c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m18 42.553l2-2m0 6l4-4m30 0l-2-2m0 6l-4-4"/><path d="M29.56 32.43a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556m18 0a2.557 2.557 0 1 1-2.556-2.556a2.56 2.56 0 0 1 2.556 2.556"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M33.5 32.43c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5m18 0c0 3.59-2.914 6.5-6.5 6.5s-6.5-2.91-6.5-6.5c0-3.586 2.914-6.5 6.5-6.5s6.5 2.914 6.5 6.5"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.69 22.44c.353-.406 1.928-2.129 4.582-2.405c2.153-.223 3.761.637 4.301.957m10.857-.022c.464-.272 2.509-1.4 5.111-.81c2.111.478 3.359 1.808 3.768 2.284M42.5 46.5c-1.284.638-11.832.584-13 0"/></svg>
</template>

CSS

.icon-flushed-face {
  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%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%22m18%2039.884l2-2m0%206l4-4m30%200l-2-2m0%206l-4-4%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2013c-12.68%200-23%2010.32-23%2023s10.32%2023%2023%2023s23-10.32%2023-23s-10.32-23-23-23%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.5%2032.31c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5m18%200c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m18%2042.553l2-2m0%206l4-4m30%200l-2-2m0%206l-4-4%22%2F%3E%3Cpath%20d%3D%22M29.56%2032.43a2.557%202.557%200%201%201-2.556-2.556a2.56%202.56%200%200%201%202.556%202.556m18%200a2.557%202.557%200%201%201-2.556-2.556a2.56%202.56%200%200%201%202.556%202.556%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M33.5%2032.43c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5m18%200c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5%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%22M21.69%2022.44c.353-.406%201.928-2.129%204.582-2.405c2.153-.223%203.761.637%204.301.957m10.857-.022c.464-.272%202.509-1.4%205.111-.81c2.111.478%203.359%201.808%203.768%202.284M42.5%2046.5c-1.284.638-11.832.584-13%200%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%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%22m18%2039.884l2-2m0%206l4-4m30%200l-2-2m0%206l-4-4%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2013c-12.68%200-23%2010.32-23%2023s10.32%2023%2023%2023s23-10.32%2023-23s-10.32-23-23-23%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.5%2032.31c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5m18%200c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m18%2042.553l2-2m0%206l4-4m30%200l-2-2m0%206l-4-4%22%2F%3E%3Cpath%20d%3D%22M29.56%2032.43a2.557%202.557%200%201%201-2.556-2.556a2.56%202.56%200%200%201%202.556%202.556m18%200a2.557%202.557%200%201%201-2.556-2.556a2.56%202.56%200%200%201%202.556%202.556%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M33.5%2032.43c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5m18%200c0%203.59-2.914%206.5-6.5%206.5s-6.5-2.91-6.5-6.5c0-3.586%202.914-6.5%206.5-6.5s6.5%202.914%206.5%206.5%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%22M21.69%2022.44c.353-.406%201.928-2.129%204.582-2.405c2.153-.223%203.761.637%204.301.957m10.857-.022c.464-.272%202.509-1.4%205.111-.81c2.111.478%203.359%201.808%203.768%202.284M42.5%2046.5c-1.284.638-11.832.584-13%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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