face with raised eyebrow emoji

face-with-raised-eyebrow from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
face-with-raised-eyebrow
Set
Noto Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More smileys & emotion icons from Noto Emoji

Use the face with raised eyebrow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGoKudkdAK" cx="64" cy="-864" r="56.96" fx="64" fy="-864" gradientTransform="matrix(1 0 0 -1 0 -800)" 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(#SVGoKudkdAK)" 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="M86 88.72H42c-2.2 0-4-1.8-4-4s1.8-4 4-4h44c2.2 0 4 1.8 4 4s-1.8 4-4 4m9.56-51.92c-1.5-2.01-2.34-4.44-4.35-5.6c-2.94-.59-6.21 1.77-9.33 3.91c-1.81 1.24-3.95 2.99-5.38 2.99c-1.01 0-1.98-.12-2.38-1.83c-.52-2.15 4.07-5.24 6.23-6.48s7.77-4.61 11.14-4.19c3.58.45 6.45 3.3 8.02 9.2v.1c.88 2.47-2.45 4.07-3.95 1.9M45.53 51.71c-4.19 0-8 2.99-8 7.95s3.81 7.95 8 7.95s8-2.99 8-7.95s-3.81-7.95-8-7.95"/><path fill="#896024" d="M45.4 54.61c-1.03-.72-2.58-.49-3.58.95s-.67 2.97.36 3.69s2.58.49 3.58-.95s.67-2.97-.36-3.69"/><path fill="#422b0d" d="M82.19 46.1c3.7 0 7 4.02 7 10.76s-3.3 10.76-7 10.76s-7-4.02-7-10.76s3.3-10.66 7-10.76"/><path fill="#896024" d="M81.3 49.54c-1.25-.15-2.51.78-2.71 2.53s.81 2.94 2.06 3.08c1.25.15 2.51-.78 2.71-2.53s-.81-2.94-2.06-3.08"/><path fill="#3f2c13" d="M27.8 46.7c2.5-6.34 10.2-9.81 16.4-6.6c2.93 1.49 6.11 3.01 9.5 2.8c.99-.15 1.9-.7 2.6-1.4c1-.71 2.38-.49 3.1.5c1.7 2.75-2.33 4.88-4.5 5.6c-3.02.94-6.26.43-9.2-.6c-2.96-1.01-5.86-3.12-9.1-1.9c-2.05.82-3.82 2.29-5.2 4c-1.57 1.78-4.56-.29-3.6-2.4"/></svg>

React

import type { SVGProps } from "react";

export function NotoFaceWithRaisedEyebrow(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="SVGoKudkdAK" cx="64" cy="-864" r="56.96" fx="64" fy="-864" gradientTransform="matrix(1 0 0 -1 0 -800)" 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(#SVGoKudkdAK)" 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="M86 88.72H42c-2.2 0-4-1.8-4-4s1.8-4 4-4h44c2.2 0 4 1.8 4 4s-1.8 4-4 4m9.56-51.92c-1.5-2.01-2.34-4.44-4.35-5.6c-2.94-.59-6.21 1.77-9.33 3.91c-1.81 1.24-3.95 2.99-5.38 2.99c-1.01 0-1.98-.12-2.38-1.83c-.52-2.15 4.07-5.24 6.23-6.48s7.77-4.61 11.14-4.19c3.58.45 6.45 3.3 8.02 9.2v.1c.88 2.47-2.45 4.07-3.95 1.9M45.53 51.71c-4.19 0-8 2.99-8 7.95s3.81 7.95 8 7.95s8-2.99 8-7.95s-3.81-7.95-8-7.95"/><path fill="#896024" d="M45.4 54.61c-1.03-.72-2.58-.49-3.58.95s-.67 2.97.36 3.69s2.58.49 3.58-.95s.67-2.97-.36-3.69"/><path fill="#422b0d" d="M82.19 46.1c3.7 0 7 4.02 7 10.76s-3.3 10.76-7 10.76s-7-4.02-7-10.76s3.3-10.66 7-10.76"/><path fill="#896024" d="M81.3 49.54c-1.25-.15-2.51.78-2.71 2.53s.81 2.94 2.06 3.08c1.25.15 2.51-.78 2.71-2.53s-.81-2.94-2.06-3.08"/><path fill="#3f2c13" d="M27.8 46.7c2.5-6.34 10.2-9.81 16.4-6.6c2.93 1.49 6.11 3.01 9.5 2.8c.99-.15 1.9-.7 2.6-1.4c1-.71 2.38-.49 3.1.5c1.7 2.75-2.33 4.88-4.5 5.6c-3.02.94-6.26.43-9.2-.6c-2.96-1.01-5.86-3.12-9.1-1.9c-2.05.82-3.82 2.29-5.2 4c-1.57 1.78-4.56-.29-3.6-2.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGoKudkdAK" cx="64" cy="-864" r="56.96" fx="64" fy="-864" gradientTransform="matrix(1 0 0 -1 0 -800)" 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(#SVGoKudkdAK)" 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="M86 88.72H42c-2.2 0-4-1.8-4-4s1.8-4 4-4h44c2.2 0 4 1.8 4 4s-1.8 4-4 4m9.56-51.92c-1.5-2.01-2.34-4.44-4.35-5.6c-2.94-.59-6.21 1.77-9.33 3.91c-1.81 1.24-3.95 2.99-5.38 2.99c-1.01 0-1.98-.12-2.38-1.83c-.52-2.15 4.07-5.24 6.23-6.48s7.77-4.61 11.14-4.19c3.58.45 6.45 3.3 8.02 9.2v.1c.88 2.47-2.45 4.07-3.95 1.9M45.53 51.71c-4.19 0-8 2.99-8 7.95s3.81 7.95 8 7.95s8-2.99 8-7.95s-3.81-7.95-8-7.95"/><path fill="#896024" d="M45.4 54.61c-1.03-.72-2.58-.49-3.58.95s-.67 2.97.36 3.69s2.58.49 3.58-.95s.67-2.97-.36-3.69"/><path fill="#422b0d" d="M82.19 46.1c3.7 0 7 4.02 7 10.76s-3.3 10.76-7 10.76s-7-4.02-7-10.76s3.3-10.66 7-10.76"/><path fill="#896024" d="M81.3 49.54c-1.25-.15-2.51.78-2.71 2.53s.81 2.94 2.06 3.08c1.25.15 2.51-.78 2.71-2.53s-.81-2.94-2.06-3.08"/><path fill="#3f2c13" d="M27.8 46.7c2.5-6.34 10.2-9.81 16.4-6.6c2.93 1.49 6.11 3.01 9.5 2.8c.99-.15 1.9-.7 2.6-1.4c1-.71 2.38-.49 3.1.5c1.7 2.75-2.33 4.88-4.5 5.6c-3.02.94-6.26.43-9.2-.6c-2.96-1.01-5.86-3.12-9.1-1.9c-2.05.82-3.82 2.29-5.2 4c-1.57 1.78-4.56-.29-3.6-2.4"/></svg>
</template>

CSS

.icon-face-with-raised-eyebrow {
  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%22SVGoKudkdAK%22%20cx%3D%2264%22%20cy%3D%22-864%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-864%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-800)%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(%23SVGoKudkdAK)%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%22M86%2088.72H42c-2.2%200-4-1.8-4-4s1.8-4%204-4h44c2.2%200%204%201.8%204%204s-1.8%204-4%204m9.56-51.92c-1.5-2.01-2.34-4.44-4.35-5.6c-2.94-.59-6.21%201.77-9.33%203.91c-1.81%201.24-3.95%202.99-5.38%202.99c-1.01%200-1.98-.12-2.38-1.83c-.52-2.15%204.07-5.24%206.23-6.48s7.77-4.61%2011.14-4.19c3.58.45%206.45%203.3%208.02%209.2v.1c.88%202.47-2.45%204.07-3.95%201.9M45.53%2051.71c-4.19%200-8%202.99-8%207.95s3.81%207.95%208%207.95s8-2.99%208-7.95s-3.81-7.95-8-7.95%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.4%2054.61c-1.03-.72-2.58-.49-3.58.95s-.67%202.97.36%203.69s2.58.49%203.58-.95s.67-2.97-.36-3.69%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M82.19%2046.1c3.7%200%207%204.02%207%2010.76s-3.3%2010.76-7%2010.76s-7-4.02-7-10.76s3.3-10.66%207-10.76%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M81.3%2049.54c-1.25-.15-2.51.78-2.71%202.53s.81%202.94%202.06%203.08c1.25.15%202.51-.78%202.71-2.53s-.81-2.94-2.06-3.08%22%2F%3E%3Cpath%20fill%3D%22%233f2c13%22%20d%3D%22M27.8%2046.7c2.5-6.34%2010.2-9.81%2016.4-6.6c2.93%201.49%206.11%203.01%209.5%202.8c.99-.15%201.9-.7%202.6-1.4c1-.71%202.38-.49%203.1.5c1.7%202.75-2.33%204.88-4.5%205.6c-3.02.94-6.26.43-9.2-.6c-2.96-1.01-5.86-3.12-9.1-1.9c-2.05.82-3.82%202.29-5.2%204c-1.57%201.78-4.56-.29-3.6-2.4%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%22SVGoKudkdAK%22%20cx%3D%2264%22%20cy%3D%22-864%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-864%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-800)%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(%23SVGoKudkdAK)%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%22M86%2088.72H42c-2.2%200-4-1.8-4-4s1.8-4%204-4h44c2.2%200%204%201.8%204%204s-1.8%204-4%204m9.56-51.92c-1.5-2.01-2.34-4.44-4.35-5.6c-2.94-.59-6.21%201.77-9.33%203.91c-1.81%201.24-3.95%202.99-5.38%202.99c-1.01%200-1.98-.12-2.38-1.83c-.52-2.15%204.07-5.24%206.23-6.48s7.77-4.61%2011.14-4.19c3.58.45%206.45%203.3%208.02%209.2v.1c.88%202.47-2.45%204.07-3.95%201.9M45.53%2051.71c-4.19%200-8%202.99-8%207.95s3.81%207.95%208%207.95s8-2.99%208-7.95s-3.81-7.95-8-7.95%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.4%2054.61c-1.03-.72-2.58-.49-3.58.95s-.67%202.97.36%203.69s2.58.49%203.58-.95s.67-2.97-.36-3.69%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M82.19%2046.1c3.7%200%207%204.02%207%2010.76s-3.3%2010.76-7%2010.76s-7-4.02-7-10.76s3.3-10.66%207-10.76%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M81.3%2049.54c-1.25-.15-2.51.78-2.71%202.53s.81%202.94%202.06%203.08c1.25.15%202.51-.78%202.71-2.53s-.81-2.94-2.06-3.08%22%2F%3E%3Cpath%20fill%3D%22%233f2c13%22%20d%3D%22M27.8%2046.7c2.5-6.34%2010.2-9.81%2016.4-6.6c2.93%201.49%206.11%203.01%209.5%202.8c.99-.15%201.9-.7%202.6-1.4c1-.71%202.38-.49%203.1.5c1.7%202.75-2.33%204.88-4.5%205.6c-3.02.94-6.26.43-9.2-.6c-2.96-1.01-5.86-3.12-9.1-1.9c-2.05.82-3.82%202.29-5.2%204c-1.57%201.78-4.56-.29-3.6-2.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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