saluting face emoji

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M38 13.7c-12.702 0-23 10.298-23 23s10.298 23 23 23s23-10.297 23-23c-.002-12.702-10.298-22.998-23-23"/><path d="m10 34.3l6.6-6.3c1.7 1.3 2.6.9 4.7.8c2-.1 3.3-2.3 5.6-2.7c2.1-.4 3.3-1.5 2.6-2.8a2.1 2.1 0 0 0-2.2-.8c-2.1.5-4.7 1.4-6.5 1c0 0 7.899-5.172 13.699-9.472a.468.468 0 0 0 0-.8c-.8-.5-2.899-1.128-6.099.272l-13 6.8s-5.251 4.251-8.151 6.451l-.902.74L9.325 34.3z"/></g><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M35.6 13.9a16 16 0 0 1 2.2-.1c12.703 0 23 10.298 23 23s-10.297 23-23 23s-23-10.297-23-23a23.3 23.3 0 0 1 1.1-7"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.9 43.8l5.9.5c2.062.2 4.138.2 6.2 0l6-.5"/><path d="M31.9 31.8a3 3 0 1 1-3-3a3.01 3.01 0 0 1 3 3m18 0a3 3 0 1 1-3-3a2.947 2.947 0 0 1 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.3 34l7.3-5.9c1.7 1.3 1.8 1.1 3.9 1c2.5 0 4.2-2.7 7.1-3c2.7-.5 2.1-3.2.4-3.4l-7.3.9s8.6-5.5 14.4-9.9c0 0-1.016-.977-2.9-1.245c-1.131-.161-2.575-.067-4.3.645l-10.3 5.6a31.7 31.7 0 0 0-5.4 3.6c-2.3 1.8-4.2 3.3-6 4.7"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSalutingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M38 13.7c-12.702 0-23 10.298-23 23s10.298 23 23 23s23-10.297 23-23c-.002-12.702-10.298-22.998-23-23"/><path d="m10 34.3l6.6-6.3c1.7 1.3 2.6.9 4.7.8c2-.1 3.3-2.3 5.6-2.7c2.1-.4 3.3-1.5 2.6-2.8a2.1 2.1 0 0 0-2.2-.8c-2.1.5-4.7 1.4-6.5 1c0 0 7.899-5.172 13.699-9.472a.468.468 0 0 0 0-.8c-.8-.5-2.899-1.128-6.099.272l-13 6.8s-5.251 4.251-8.151 6.451l-.902.74L9.325 34.3z"/></g><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M35.6 13.9a16 16 0 0 1 2.2-.1c12.703 0 23 10.298 23 23s-10.297 23-23 23s-23-10.297-23-23a23.3 23.3 0 0 1 1.1-7"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m28.9 43.8l5.9.5c2.062.2 4.138.2 6.2 0l6-.5"/><path d="M31.9 31.8a3 3 0 1 1-3-3a3.01 3.01 0 0 1 3 3m18 0a3 3 0 1 1-3-3a2.947 2.947 0 0 1 3 3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m10.3 34l7.3-5.9c1.7 1.3 1.8 1.1 3.9 1c2.5 0 4.2-2.7 7.1-3c2.7-.5 2.1-3.2.4-3.4l-7.3.9s8.6-5.5 14.4-9.9c0 0-1.016-.977-2.9-1.245c-1.131-.161-2.575-.067-4.3.645l-10.3 5.6a31.7 31.7 0 0 0-5.4 3.6c-2.3 1.8-4.2 3.3-6 4.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><path d="M38 13.7c-12.702 0-23 10.298-23 23s10.298 23 23 23s23-10.297 23-23c-.002-12.702-10.298-22.998-23-23"/><path d="m10 34.3l6.6-6.3c1.7 1.3 2.6.9 4.7.8c2-.1 3.3-2.3 5.6-2.7c2.1-.4 3.3-1.5 2.6-2.8a2.1 2.1 0 0 0-2.2-.8c-2.1.5-4.7 1.4-6.5 1c0 0 7.899-5.172 13.699-9.472a.468.468 0 0 0 0-.8c-.8-.5-2.899-1.128-6.099.272l-13 6.8s-5.251 4.251-8.151 6.451l-.902.74L9.325 34.3z"/></g><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M35.6 13.9a16 16 0 0 1 2.2-.1c12.703 0 23 10.298 23 23s-10.297 23-23 23s-23-10.297-23-23a23.3 23.3 0 0 1 1.1-7"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.9 43.8l5.9.5c2.062.2 4.138.2 6.2 0l6-.5"/><path d="M31.9 31.8a3 3 0 1 1-3-3a3.01 3.01 0 0 1 3 3m18 0a3 3 0 1 1-3-3a2.947 2.947 0 0 1 3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.3 34l7.3-5.9c1.7 1.3 1.8 1.1 3.9 1c2.5 0 4.2-2.7 7.1-3c2.7-.5 2.1-3.2.4-3.4l-7.3.9s8.6-5.5 14.4-9.9c0 0-1.016-.977-2.9-1.245c-1.131-.161-2.575-.067-4.3.645l-10.3 5.6a31.7 31.7 0 0 0-5.4 3.6c-2.3 1.8-4.2 3.3-6 4.7"/></svg>
</template>

CSS

.icon-saluting-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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M38%2013.7c-12.702%200-23%2010.298-23%2023s10.298%2023%2023%2023s23-10.297%2023-23c-.002-12.702-10.298-22.998-23-23%22%2F%3E%3Cpath%20d%3D%22m10%2034.3l6.6-6.3c1.7%201.3%202.6.9%204.7.8c2-.1%203.3-2.3%205.6-2.7c2.1-.4%203.3-1.5%202.6-2.8a2.1%202.1%200%200%200-2.2-.8c-2.1.5-4.7%201.4-6.5%201c0%200%207.899-5.172%2013.699-9.472a.468.468%200%200%200%200-.8c-.8-.5-2.899-1.128-6.099.272l-13%206.8s-5.251%204.251-8.151%206.451l-.902.74L9.325%2034.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.6%2013.9a16%2016%200%200%201%202.2-.1c12.703%200%2023%2010.298%2023%2023s-10.297%2023-23%2023s-23-10.297-23-23a23.3%2023.3%200%200%201%201.1-7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.9%2043.8l5.9.5c2.062.2%204.138.2%206.2%200l6-.5%22%2F%3E%3Cpath%20d%3D%22M31.9%2031.8a3%203%200%201%201-3-3a3.01%203.01%200%200%201%203%203m18%200a3%203%200%201%201-3-3a2.947%202.947%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.3%2034l7.3-5.9c1.7%201.3%201.8%201.1%203.9%201c2.5%200%204.2-2.7%207.1-3c2.7-.5%202.1-3.2.4-3.4l-7.3.9s8.6-5.5%2014.4-9.9c0%200-1.016-.977-2.9-1.245c-1.131-.161-2.575-.067-4.3.645l-10.3%205.6a31.7%2031.7%200%200%200-5.4%203.6c-2.3%201.8-4.2%203.3-6%204.7%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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M38%2013.7c-12.702%200-23%2010.298-23%2023s10.298%2023%2023%2023s23-10.297%2023-23c-.002-12.702-10.298-22.998-23-23%22%2F%3E%3Cpath%20d%3D%22m10%2034.3l6.6-6.3c1.7%201.3%202.6.9%204.7.8c2-.1%203.3-2.3%205.6-2.7c2.1-.4%203.3-1.5%202.6-2.8a2.1%202.1%200%200%200-2.2-.8c-2.1.5-4.7%201.4-6.5%201c0%200%207.899-5.172%2013.699-9.472a.468.468%200%200%200%200-.8c-.8-.5-2.899-1.128-6.099.272l-13%206.8s-5.251%204.251-8.151%206.451l-.902.74L9.325%2034.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35.6%2013.9a16%2016%200%200%201%202.2-.1c12.703%200%2023%2010.298%2023%2023s-10.297%2023-23%2023s-23-10.297-23-23a23.3%2023.3%200%200%201%201.1-7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.9%2043.8l5.9.5c2.062.2%204.138.2%206.2%200l6-.5%22%2F%3E%3Cpath%20d%3D%22M31.9%2031.8a3%203%200%201%201-3-3a3.01%203.01%200%200%201%203%203m18%200a3%203%200%201%201-3-3a2.947%202.947%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m10.3%2034l7.3-5.9c1.7%201.3%201.8%201.1%203.9%201c2.5%200%204.2-2.7%207.1-3c2.7-.5%202.1-3.2.4-3.4l-7.3.9s8.6-5.5%2014.4-9.9c0%200-1.016-.977-2.9-1.245c-1.131-.161-2.575-.067-4.3.645l-10.3%205.6a31.7%2031.7%200%200%200-5.4%203.6c-2.3%201.8-4.2%203.3-6%204.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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