confused-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
confused-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the confused face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M2.5 37.2c2.9 16.3 18.4 27.2 34.8 24.3c16.3-2.9 27.2-18.4 24.3-34.8C58.7 10.5 43.1-.4 26.8 2.5C10.5 5.3-.4 20.9 2.5 37.2"/><g fill="#664e27"><circle cx="42.4" cy="24.7" r="5"/><circle cx="19.7" cy="28.7" r="5"/><path d="M43.3 41.8c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.3.9-3.8"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneConfusedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M2.5 37.2c2.9 16.3 18.4 27.2 34.8 24.3c16.3-2.9 27.2-18.4 24.3-34.8C58.7 10.5 43.1-.4 26.8 2.5C10.5 5.3-.4 20.9 2.5 37.2"/><g fill="#664e27"><circle cx="42.4" cy="24.7" r="5"/><circle cx="19.7" cy="28.7" r="5"/><path d="M43.3 41.8c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.3.9-3.8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M2.5 37.2c2.9 16.3 18.4 27.2 34.8 24.3c16.3-2.9 27.2-18.4 24.3-34.8C58.7 10.5 43.1-.4 26.8 2.5C10.5 5.3-.4 20.9 2.5 37.2"/><g fill="#664e27"><circle cx="42.4" cy="24.7" r="5"/><circle cx="19.7" cy="28.7" r="5"/><path d="M43.3 41.8c-5.8-1.5-12-.4-16.9 3c-1.2.9 1.1 4 2.3 3.2c3.2-2.3 8.4-3.8 13.7-2.4c1.3.3 2.4-3.3.9-3.8"/></g></svg>
</template>

CSS

.icon-confused-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M2.5%2037.2c2.9%2016.3%2018.4%2027.2%2034.8%2024.3c16.3-2.9%2027.2-18.4%2024.3-34.8C58.7%2010.5%2043.1-.4%2026.8%202.5C10.5%205.3-.4%2020.9%202.5%2037.2%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Ccircle%20cx%3D%2242.4%22%20cy%3D%2224.7%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2219.7%22%20cy%3D%2228.7%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M43.3%2041.8c-5.8-1.5-12-.4-16.9%203c-1.2.9%201.1%204%202.3%203.2c3.2-2.3%208.4-3.8%2013.7-2.4c1.3.3%202.4-3.3.9-3.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M2.5%2037.2c2.9%2016.3%2018.4%2027.2%2034.8%2024.3c16.3-2.9%2027.2-18.4%2024.3-34.8C58.7%2010.5%2043.1-.4%2026.8%202.5C10.5%205.3-.4%2020.9%202.5%2037.2%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Ccircle%20cx%3D%2242.4%22%20cy%3D%2224.7%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2219.7%22%20cy%3D%2228.7%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M43.3%2041.8c-5.8-1.5-12-.4-16.9%203c-1.2.9%201.1%204%202.3%203.2c3.2-2.3%208.4-3.8%2013.7-2.4c1.3.3%202.4-3.3.9-3.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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