thinking-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
thinking-face
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the thinking face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999c0 2.77.57 5.4 1.738 7.666a5.5 5.5 0 0 1 1.388-1.75C3.381 20.16 3 18.154 3 16c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778q-.474 0-.93-.023a2 2 0 0 1-.166.137a2.24 2.24 0 0 1-.246 1.843q.656.042 1.342.043c4.904 0 8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1"/><path d="M13.389 30.83a1.235 1.235 0 0 0-.072-2.172L13 28.5h.72a1 1 0 0 0 .97-.758l.067-.272A.78.78 0 0 0 14 26.5l.33-.165a1.214 1.214 0 0 0 0-2.17L14 24h1.75a1.25 1.25 0 1 0 0-2.5H10v-3.06A1.44 1.44 0 0 0 8.56 17c-.84 0-1.505.718-1.517 1.559C7.023 19.92 6.835 21.722 6 22c-3 1-4 5.5-1.5 7.5c1.89 1.513 3.781 1.506 5.25 1.5h3.014c.228 0 .441-.062.625-.17M8.146 6.146C8.543 5.75 9.63 5 11 5s2.457.75 2.854 1.146a.5.5 0 0 1-.708.708C12.876 6.584 12.03 6 11 6s-1.877.584-2.146.854a.5.5 0 1 1-.708-.708m10.034 1.97C18.65 7.724 19.92 7 21.5 7s2.85.724 3.32 1.116a.5.5 0 0 1-.64.768C23.85 8.61 22.8 8 21.5 8s-2.35.61-2.68.884a.5.5 0 0 1-.64-.768M10 14.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M24 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10.293 8.207a2.73 2.73 0 0 1 2.374-.721c1.221.208 1.731.83 2.012 1.435a1 1 0 0 0 1.814-.842c-.515-1.108-1.526-2.23-3.488-2.565a4.73 4.73 0 0 0-4.126 1.279a1 1 0 0 0 1.414 1.414"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastThinkingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999c0 2.77.57 5.4 1.738 7.666a5.5 5.5 0 0 1 1.388-1.75C3.381 20.16 3 18.154 3 16c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778q-.474 0-.93-.023a2 2 0 0 1-.166.137a2.24 2.24 0 0 1-.246 1.843q.656.042 1.342.043c4.904 0 8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1"/><path d="M13.389 30.83a1.235 1.235 0 0 0-.072-2.172L13 28.5h.72a1 1 0 0 0 .97-.758l.067-.272A.78.78 0 0 0 14 26.5l.33-.165a1.214 1.214 0 0 0 0-2.17L14 24h1.75a1.25 1.25 0 1 0 0-2.5H10v-3.06A1.44 1.44 0 0 0 8.56 17c-.84 0-1.505.718-1.517 1.559C7.023 19.92 6.835 21.722 6 22c-3 1-4 5.5-1.5 7.5c1.89 1.513 3.781 1.506 5.25 1.5h3.014c.228 0 .441-.062.625-.17M8.146 6.146C8.543 5.75 9.63 5 11 5s2.457.75 2.854 1.146a.5.5 0 0 1-.708.708C12.876 6.584 12.03 6 11 6s-1.877.584-2.146.854a.5.5 0 1 1-.708-.708m10.034 1.97C18.65 7.724 19.92 7 21.5 7s2.85.724 3.32 1.116a.5.5 0 0 1-.64.768C23.85 8.61 22.8 8 21.5 8s-2.35.61-2.68.884a.5.5 0 0 1-.64-.768M10 14.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M24 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10.293 8.207a2.73 2.73 0 0 1 2.374-.721c1.221.208 1.731.83 2.012 1.435a1 1 0 0 0 1.814-.842c-.515-1.108-1.526-2.23-3.488-2.565a4.73 4.73 0 0 0-4.126 1.279a1 1 0 0 0 1.414 1.414"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999c0 2.77.57 5.4 1.738 7.666a5.5 5.5 0 0 1 1.388-1.75C3.381 20.16 3 18.154 3 16c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778q-.474 0-.93-.023a2 2 0 0 1-.166.137a2.24 2.24 0 0 1-.246 1.843q.656.042 1.342.043c4.904 0 8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1"/><path d="M13.389 30.83a1.235 1.235 0 0 0-.072-2.172L13 28.5h.72a1 1 0 0 0 .97-.758l.067-.272A.78.78 0 0 0 14 26.5l.33-.165a1.214 1.214 0 0 0 0-2.17L14 24h1.75a1.25 1.25 0 1 0 0-2.5H10v-3.06A1.44 1.44 0 0 0 8.56 17c-.84 0-1.505.718-1.517 1.559C7.023 19.92 6.835 21.722 6 22c-3 1-4 5.5-1.5 7.5c1.89 1.513 3.781 1.506 5.25 1.5h3.014c.228 0 .441-.062.625-.17M8.146 6.146C8.543 5.75 9.63 5 11 5s2.457.75 2.854 1.146a.5.5 0 0 1-.708.708C12.876 6.584 12.03 6 11 6s-1.877.584-2.146.854a.5.5 0 1 1-.708-.708m10.034 1.97C18.65 7.724 19.92 7 21.5 7s2.85.724 3.32 1.116a.5.5 0 0 1-.64.768C23.85 8.61 22.8 8 21.5 8s-2.35.61-2.68.884a.5.5 0 0 1-.64-.768M10 14.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M24 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10.293 8.207a2.73 2.73 0 0 1 2.374-.721c1.221.208 1.731.83 2.012 1.435a1 1 0 0 0 1.814-.842c-.515-1.108-1.526-2.23-3.488-2.565a4.73 4.73 0 0 0-4.126 1.279a1 1 0 0 0 1.414 1.414"/></g></svg>
</template>

CSS

.icon-thinking-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999c0%202.77.57%205.4%201.738%207.666a5.5%205.5%200%200%201%201.388-1.75C3.381%2020.16%203%2018.154%203%2016c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778q-.474%200-.93-.023a2%202%200%200%201-.166.137a2.24%202.24%200%200%201-.246%201.843q.656.042%201.342.043c4.904%200%208.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201%22%2F%3E%3Cpath%20d%3D%22M13.389%2030.83a1.235%201.235%200%200%200-.072-2.172L13%2028.5h.72a1%201%200%200%200%20.97-.758l.067-.272A.78.78%200%200%200%2014%2026.5l.33-.165a1.214%201.214%200%200%200%200-2.17L14%2024h1.75a1.25%201.25%200%201%200%200-2.5H10v-3.06A1.44%201.44%200%200%200%208.56%2017c-.84%200-1.505.718-1.517%201.559C7.023%2019.92%206.835%2021.722%206%2022c-3%201-4%205.5-1.5%207.5c1.89%201.513%203.781%201.506%205.25%201.5h3.014c.228%200%20.441-.062.625-.17M8.146%206.146C8.543%205.75%209.63%205%2011%205s2.457.75%202.854%201.146a.5.5%200%200%201-.708.708C12.876%206.584%2012.03%206%2011%206s-1.877.584-2.146.854a.5.5%200%201%201-.708-.708m10.034%201.97C18.65%207.724%2019.92%207%2021.5%207s2.85.724%203.32%201.116a.5.5%200%200%201-.64.768C23.85%208.61%2022.8%208%2021.5%208s-2.35.61-2.68.884a.5.5%200%200%201-.64-.768M10%2014.5a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M24%2011.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-10.293%208.207a2.73%202.73%200%200%201%202.374-.721c1.221.208%201.731.83%202.012%201.435a1%201%200%200%200%201.814-.842c-.515-1.108-1.526-2.23-3.488-2.565a4.73%204.73%200%200%200-4.126%201.279a1%201%200%200%200%201.414%201.414%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999c0%202.77.57%205.4%201.738%207.666a5.5%205.5%200%200%201%201.388-1.75C3.381%2020.16%203%2018.154%203%2016c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778q-.474%200-.93-.023a2%202%200%200%201-.166.137a2.24%202.24%200%200%201-.246%201.843q.656.042%201.342.043c4.904%200%208.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201%22%2F%3E%3Cpath%20d%3D%22M13.389%2030.83a1.235%201.235%200%200%200-.072-2.172L13%2028.5h.72a1%201%200%200%200%20.97-.758l.067-.272A.78.78%200%200%200%2014%2026.5l.33-.165a1.214%201.214%200%200%200%200-2.17L14%2024h1.75a1.25%201.25%200%201%200%200-2.5H10v-3.06A1.44%201.44%200%200%200%208.56%2017c-.84%200-1.505.718-1.517%201.559C7.023%2019.92%206.835%2021.722%206%2022c-3%201-4%205.5-1.5%207.5c1.89%201.513%203.781%201.506%205.25%201.5h3.014c.228%200%20.441-.062.625-.17M8.146%206.146C8.543%205.75%209.63%205%2011%205s2.457.75%202.854%201.146a.5.5%200%200%201-.708.708C12.876%206.584%2012.03%206%2011%206s-1.877.584-2.146.854a.5.5%200%201%201-.708-.708m10.034%201.97C18.65%207.724%2019.92%207%2021.5%207s2.85.724%203.32%201.116a.5.5%200%200%201-.64.768C23.85%208.61%2022.8%208%2021.5%208s-2.35.61-2.68.884a.5.5%200%200%201-.64-.768M10%2014.5a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M24%2011.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-10.293%208.207a2.73%202.73%200%200%201%202.374-.721c1.221.208%201.731.83%202.012%201.435a1%201%200%200%200%201.814-.842c-.515-1.108-1.526-2.23-3.488-2.565a4.73%204.73%200%200%200-4.126%201.279a1%201%200%200%200%201.414%201.414%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/thinking-face.svg?color=%231a73e8&size=48