confounded face emoji
confounded-face from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- confounded-face
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
confounded-faceEmoji One (Colored)confounded-faceFluent Emojiconfounded-faceFluent Emoji Flatconfounded-faceFluent Emoji High Contrastconfounded-faceIconParkconfounded-faceIconPark Outlineconfounded-faceIconPark Solidconfounded-faceIconPark TwoToneconfounded-faceOpenMojiconfounded-faceStreamline Emojisconfounded-faceTwitter Emoji
More smileys & emotion icons from Noto Emoji
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-facecollisionconfused-facecowboy-hat-facecracking-facecrying-catcrying-face
Use the confounded face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGhPFEudra" cx="64" cy="-1752" r="56.96" fx="64" fy="-1752" gradientTransform="matrix(1 0 0 -1 0 -1688)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGhPFEudra)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M58.25 64.11C56.84 63.25 36.29 51 35.36 50.44c-2.31-1.4-3.7-.63-4.46.26c-1.03 1.21-.75 3.01.65 4.28c.55.5 11.57 9.66 13.57 11.33c-2.07 1.24-12.77 7.66-14.34 8.75c-1.79 1.23-2.03 3.21-1.53 4.16c.35.66 1.18 1.17 2.36 1.15c.6 0 1.29-.15 2.05-.47l24.27-9.43c1.13-.42 1.91-1.5 2.04-2.84c.14-1.44-.53-2.79-1.73-3.52Zm10.32 0c1.41-.86 21.96-13.11 22.89-13.67c2.31-1.4 3.7-.63 4.46.26c1.03 1.21.75 3.01-.65 4.28c-.55.5-11.57 9.66-13.57 11.33c2.07 1.24 12.77 7.66 14.34 8.75c1.79 1.23 2.03 3.21 1.53 4.16c-.35.66-1.18 1.17-2.36 1.15c-.6 0-1.29-.15-2.05-.47l-24.27-9.43c-1.13-.42-1.91-1.5-2.04-2.84c-.14-1.44.53-2.79 1.73-3.52Z"/><path fill="#35220b" d="M95.98 88.24c-1.17-1.03-3.3-1.16-4.53-.01l-5.02 4.2l-8.18-7.93c-1.79-2.03-4.98-1.91-6.53-.01l-7.54 8.19l-7.54-8.19c-1.55-1.89-4.74-2.01-6.53.01l-8.18 7.93l-5.02-4.2c-1.23-1.15-3.36-1.02-4.53.01s-.74 2.55.58 4.22l6.12 7.32c1.83 1.46 4.69 1.43 6.49-.05l7.79-7.09l7.53 8.13c.8.95 2.13 1.36 3.3 1.36s2.47-.47 3.3-1.36l7.53-8.13l7.79 7.09c1.8 1.48 4.65 1.5 6.49.05l6.12-7.32c1.32-1.67 1.74-3.18.58-4.22Z"/></svg>
React
import type { SVGProps } from "react";
export function NotoConfoundedFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGhPFEudra" cx="64" cy="-1752" r="56.96" fx="64" fy="-1752" gradientTransform="matrix(1 0 0 -1 0 -1688)" gradientUnits="userSpaceOnUse"><stop offset=".5" stopColor="#fde030"/><stop offset=".92" stopColor="#f7c02b"/><stop offset="1" stopColor="#f4a223"/></radialGradient></defs><g strokeWidth="0"><path fill="url(#SVGhPFEudra)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M58.25 64.11C56.84 63.25 36.29 51 35.36 50.44c-2.31-1.4-3.7-.63-4.46.26c-1.03 1.21-.75 3.01.65 4.28c.55.5 11.57 9.66 13.57 11.33c-2.07 1.24-12.77 7.66-14.34 8.75c-1.79 1.23-2.03 3.21-1.53 4.16c.35.66 1.18 1.17 2.36 1.15c.6 0 1.29-.15 2.05-.47l24.27-9.43c1.13-.42 1.91-1.5 2.04-2.84c.14-1.44-.53-2.79-1.73-3.52Zm10.32 0c1.41-.86 21.96-13.11 22.89-13.67c2.31-1.4 3.7-.63 4.46.26c1.03 1.21.75 3.01-.65 4.28c-.55.5-11.57 9.66-13.57 11.33c2.07 1.24 12.77 7.66 14.34 8.75c1.79 1.23 2.03 3.21 1.53 4.16c-.35.66-1.18 1.17-2.36 1.15c-.6 0-1.29-.15-2.05-.47l-24.27-9.43c-1.13-.42-1.91-1.5-2.04-2.84c-.14-1.44.53-2.79 1.73-3.52Z"/><path fill="#35220b" d="M95.98 88.24c-1.17-1.03-3.3-1.16-4.53-.01l-5.02 4.2l-8.18-7.93c-1.79-2.03-4.98-1.91-6.53-.01l-7.54 8.19l-7.54-8.19c-1.55-1.89-4.74-2.01-6.53.01l-8.18 7.93l-5.02-4.2c-1.23-1.15-3.36-1.02-4.53.01s-.74 2.55.58 4.22l6.12 7.32c1.83 1.46 4.69 1.43 6.49-.05l7.79-7.09l7.53 8.13c.8.95 2.13 1.36 3.3 1.36s2.47-.47 3.3-1.36l7.53-8.13l7.79 7.09c1.8 1.48 4.65 1.5 6.49.05l6.12-7.32c1.32-1.67 1.74-3.18.58-4.22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGhPFEudra" cx="64" cy="-1752" r="56.96" fx="64" fy="-1752" gradientTransform="matrix(1 0 0 -1 0 -1688)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGhPFEudra)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M58.25 64.11C56.84 63.25 36.29 51 35.36 50.44c-2.31-1.4-3.7-.63-4.46.26c-1.03 1.21-.75 3.01.65 4.28c.55.5 11.57 9.66 13.57 11.33c-2.07 1.24-12.77 7.66-14.34 8.75c-1.79 1.23-2.03 3.21-1.53 4.16c.35.66 1.18 1.17 2.36 1.15c.6 0 1.29-.15 2.05-.47l24.27-9.43c1.13-.42 1.91-1.5 2.04-2.84c.14-1.44-.53-2.79-1.73-3.52Zm10.32 0c1.41-.86 21.96-13.11 22.89-13.67c2.31-1.4 3.7-.63 4.46.26c1.03 1.21.75 3.01-.65 4.28c-.55.5-11.57 9.66-13.57 11.33c2.07 1.24 12.77 7.66 14.34 8.75c1.79 1.23 2.03 3.21 1.53 4.16c-.35.66-1.18 1.17-2.36 1.15c-.6 0-1.29-.15-2.05-.47l-24.27-9.43c-1.13-.42-1.91-1.5-2.04-2.84c-.14-1.44.53-2.79 1.73-3.52Z"/><path fill="#35220b" d="M95.98 88.24c-1.17-1.03-3.3-1.16-4.53-.01l-5.02 4.2l-8.18-7.93c-1.79-2.03-4.98-1.91-6.53-.01l-7.54 8.19l-7.54-8.19c-1.55-1.89-4.74-2.01-6.53.01l-8.18 7.93l-5.02-4.2c-1.23-1.15-3.36-1.02-4.53.01s-.74 2.55.58 4.22l6.12 7.32c1.83 1.46 4.69 1.43 6.49-.05l7.79-7.09l7.53 8.13c.8.95 2.13 1.36 3.3 1.36s2.47-.47 3.3-1.36l7.53-8.13l7.79 7.09c1.8 1.48 4.65 1.5 6.49.05l6.12-7.32c1.32-1.67 1.74-3.18.58-4.22Z"/></svg> </template>
CSS
.icon-confounded-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%20128%20128%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGhPFEudra%22%20cx%3D%2264%22%20cy%3D%22-1752%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1752%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1688)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGhPFEudra)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M58.25%2064.11C56.84%2063.25%2036.29%2051%2035.36%2050.44c-2.31-1.4-3.7-.63-4.46.26c-1.03%201.21-.75%203.01.65%204.28c.55.5%2011.57%209.66%2013.57%2011.33c-2.07%201.24-12.77%207.66-14.34%208.75c-1.79%201.23-2.03%203.21-1.53%204.16c.35.66%201.18%201.17%202.36%201.15c.6%200%201.29-.15%202.05-.47l24.27-9.43c1.13-.42%201.91-1.5%202.04-2.84c.14-1.44-.53-2.79-1.73-3.52Zm10.32%200c1.41-.86%2021.96-13.11%2022.89-13.67c2.31-1.4%203.7-.63%204.46.26c1.03%201.21.75%203.01-.65%204.28c-.55.5-11.57%209.66-13.57%2011.33c2.07%201.24%2012.77%207.66%2014.34%208.75c1.79%201.23%202.03%203.21%201.53%204.16c-.35.66-1.18%201.17-2.36%201.15c-.6%200-1.29-.15-2.05-.47l-24.27-9.43c-1.13-.42-1.91-1.5-2.04-2.84c-.14-1.44.53-2.79%201.73-3.52Z%22%2F%3E%3Cpath%20fill%3D%22%2335220b%22%20d%3D%22M95.98%2088.24c-1.17-1.03-3.3-1.16-4.53-.01l-5.02%204.2l-8.18-7.93c-1.79-2.03-4.98-1.91-6.53-.01l-7.54%208.19l-7.54-8.19c-1.55-1.89-4.74-2.01-6.53.01l-8.18%207.93l-5.02-4.2c-1.23-1.15-3.36-1.02-4.53.01s-.74%202.55.58%204.22l6.12%207.32c1.83%201.46%204.69%201.43%206.49-.05l7.79-7.09l7.53%208.13c.8.95%202.13%201.36%203.3%201.36s2.47-.47%203.3-1.36l7.53-8.13l7.79%207.09c1.8%201.48%204.65%201.5%206.49.05l6.12-7.32c1.32-1.67%201.74-3.18.58-4.22Z%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%20128%20128%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGhPFEudra%22%20cx%3D%2264%22%20cy%3D%22-1752%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1752%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1688)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGhPFEudra)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M58.25%2064.11C56.84%2063.25%2036.29%2051%2035.36%2050.44c-2.31-1.4-3.7-.63-4.46.26c-1.03%201.21-.75%203.01.65%204.28c.55.5%2011.57%209.66%2013.57%2011.33c-2.07%201.24-12.77%207.66-14.34%208.75c-1.79%201.23-2.03%203.21-1.53%204.16c.35.66%201.18%201.17%202.36%201.15c.6%200%201.29-.15%202.05-.47l24.27-9.43c1.13-.42%201.91-1.5%202.04-2.84c.14-1.44-.53-2.79-1.73-3.52Zm10.32%200c1.41-.86%2021.96-13.11%2022.89-13.67c2.31-1.4%203.7-.63%204.46.26c1.03%201.21.75%203.01-.65%204.28c-.55.5-11.57%209.66-13.57%2011.33c2.07%201.24%2012.77%207.66%2014.34%208.75c1.79%201.23%202.03%203.21%201.53%204.16c-.35.66-1.18%201.17-2.36%201.15c-.6%200-1.29-.15-2.05-.47l-24.27-9.43c-1.13-.42-1.91-1.5-2.04-2.84c-.14-1.44.53-2.79%201.73-3.52Z%22%2F%3E%3Cpath%20fill%3D%22%2335220b%22%20d%3D%22M95.98%2088.24c-1.17-1.03-3.3-1.16-4.53-.01l-5.02%204.2l-8.18-7.93c-1.79-2.03-4.98-1.91-6.53-.01l-7.54%208.19l-7.54-8.19c-1.55-1.89-4.74-2.01-6.53.01l-8.18%207.93l-5.02-4.2c-1.23-1.15-3.36-1.02-4.53.01s-.74%202.55.58%204.22l6.12%207.32c1.83%201.46%204.69%201.43%206.49-.05l7.79-7.09l7.53%208.13c.8.95%202.13%201.36%203.3%201.36s2.47-.47%203.3-1.36l7.53-8.13l7.79%207.09c1.8%201.48%204.65%201.5%206.49.05l6.12-7.32c1.32-1.67%201.74-3.18.58-4.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/confounded-face.svg?color=%231a73e8&size=48