thinking face emoji
thinking-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- thinking-face
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter 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-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the thinking face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="17.018" r="17" fill="#ffcb4c"/><path fill="#65471b" d="M14.524 21.036a.9.9 0 0 1-.312-.464a.8.8 0 0 1 .59-1.021c4.528-1.021 7.577 1.363 7.706 1.465c.384.306.459.845.173 1.205c-.286.358-.828.401-1.211.097c-.11-.084-2.523-1.923-6.182-1.098a.91.91 0 0 1-.764-.184"/><ellipse cx="13.119" cy="11.174" fill="#65471b" rx="2.125" ry="2.656"/><ellipse cx="24.375" cy="12.236" fill="#65471b" rx="2.125" ry="2.656"/><path fill="#f19020" d="M17.276 35.149s1.265-.411 1.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208 1.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4 1.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221 5.556-1.341c.516-.12 1.32-.615 1.069-1.694c-.249-1.08-1.204-1.118-1.697-1.003s-6.744 1.566-8.9 2.068l-1.439.334c-.54.127-.785-.11-.404-.512c.508-.536.833-1.129.946-2.113c.119-1.035-.232-2.313-.433-2.809c-.374-.921-1.005-1.649-1.734-1.899c-1.137-.39-1.945.321-1.542 1.561c.604 1.854.208 3.375-.833 4.293c-2.449 2.157-3.588 3.695-2.83 6.973c.828 3.575 4.377 5.876 7.952 5.048z"/><path fill="#65471b" d="M9.296 6.351a.93.93 0 0 1-.391-.399a.8.8 0 0 1 .393-1.112c4.266-1.831 7.699-.043 7.843.034c.433.231.608.747.391 1.154c-.216.405-.74.546-1.173.318c-.123-.063-2.832-1.432-6.278.047a.92.92 0 0 1-.785-.042m12.135 3.75a.92.92 0 0 1-.362-.424a.8.8 0 0 1 .468-1.084c4.381-1.536 7.685.48 7.823.567c.415.26.555.787.312 1.178c-.242.39-.776.495-1.191.238c-.12-.072-2.727-1.621-6.267-.379a.92.92 0 0 1-.783-.096"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiThinkingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="17.018" r="17" fill="#ffcb4c"/><path fill="#65471b" d="M14.524 21.036a.9.9 0 0 1-.312-.464a.8.8 0 0 1 .59-1.021c4.528-1.021 7.577 1.363 7.706 1.465c.384.306.459.845.173 1.205c-.286.358-.828.401-1.211.097c-.11-.084-2.523-1.923-6.182-1.098a.91.91 0 0 1-.764-.184"/><ellipse cx="13.119" cy="11.174" fill="#65471b" rx="2.125" ry="2.656"/><ellipse cx="24.375" cy="12.236" fill="#65471b" rx="2.125" ry="2.656"/><path fill="#f19020" d="M17.276 35.149s1.265-.411 1.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208 1.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4 1.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221 5.556-1.341c.516-.12 1.32-.615 1.069-1.694c-.249-1.08-1.204-1.118-1.697-1.003s-6.744 1.566-8.9 2.068l-1.439.334c-.54.127-.785-.11-.404-.512c.508-.536.833-1.129.946-2.113c.119-1.035-.232-2.313-.433-2.809c-.374-.921-1.005-1.649-1.734-1.899c-1.137-.39-1.945.321-1.542 1.561c.604 1.854.208 3.375-.833 4.293c-2.449 2.157-3.588 3.695-2.83 6.973c.828 3.575 4.377 5.876 7.952 5.048z"/><path fill="#65471b" d="M9.296 6.351a.93.93 0 0 1-.391-.399a.8.8 0 0 1 .393-1.112c4.266-1.831 7.699-.043 7.843.034c.433.231.608.747.391 1.154c-.216.405-.74.546-1.173.318c-.123-.063-2.832-1.432-6.278.047a.92.92 0 0 1-.785-.042m12.135 3.75a.92.92 0 0 1-.362-.424a.8.8 0 0 1 .468-1.084c4.381-1.536 7.685.48 7.823.567c.415.26.555.787.312 1.178c-.242.39-.776.495-1.191.238c-.12-.072-2.727-1.621-6.267-.379a.92.92 0 0 1-.783-.096"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="17.018" r="17" fill="#ffcb4c"/><path fill="#65471b" d="M14.524 21.036a.9.9 0 0 1-.312-.464a.8.8 0 0 1 .59-1.021c4.528-1.021 7.577 1.363 7.706 1.465c.384.306.459.845.173 1.205c-.286.358-.828.401-1.211.097c-.11-.084-2.523-1.923-6.182-1.098a.91.91 0 0 1-.764-.184"/><ellipse cx="13.119" cy="11.174" fill="#65471b" rx="2.125" ry="2.656"/><ellipse cx="24.375" cy="12.236" fill="#65471b" rx="2.125" ry="2.656"/><path fill="#f19020" d="M17.276 35.149s1.265-.411 1.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208 1.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4 1.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221 5.556-1.341c.516-.12 1.32-.615 1.069-1.694c-.249-1.08-1.204-1.118-1.697-1.003s-6.744 1.566-8.9 2.068l-1.439.334c-.54.127-.785-.11-.404-.512c.508-.536.833-1.129.946-2.113c.119-1.035-.232-2.313-.433-2.809c-.374-.921-1.005-1.649-1.734-1.899c-1.137-.39-1.945.321-1.542 1.561c.604 1.854.208 3.375-.833 4.293c-2.449 2.157-3.588 3.695-2.83 6.973c.828 3.575 4.377 5.876 7.952 5.048z"/><path fill="#65471b" d="M9.296 6.351a.93.93 0 0 1-.391-.399a.8.8 0 0 1 .393-1.112c4.266-1.831 7.699-.043 7.843.034c.433.231.608.747.391 1.154c-.216.405-.74.546-1.173.318c-.123-.063-2.832-1.432-6.278.047a.92.92 0 0 1-.785-.042m12.135 3.75a.92.92 0 0 1-.362-.424a.8.8 0 0 1 .468-1.084c4.381-1.536 7.685.48 7.823.567c.415.26.555.787.312 1.178c-.242.39-.776.495-1.191.238c-.12-.072-2.727-1.621-6.267-.379a.92.92 0 0 1-.783-.096"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2217.018%22%20r%3D%2217%22%20fill%3D%22%23ffcb4c%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M14.524%2021.036a.9.9%200%200%201-.312-.464a.8.8%200%200%201%20.59-1.021c4.528-1.021%207.577%201.363%207.706%201.465c.384.306.459.845.173%201.205c-.286.358-.828.401-1.211.097c-.11-.084-2.523-1.923-6.182-1.098a.91.91%200%200%201-.764-.184%22%2F%3E%3Cellipse%20cx%3D%2213.119%22%20cy%3D%2211.174%22%20fill%3D%22%2365471b%22%20rx%3D%222.125%22%20ry%3D%222.656%22%2F%3E%3Cellipse%20cx%3D%2224.375%22%20cy%3D%2212.236%22%20fill%3D%22%2365471b%22%20rx%3D%222.125%22%20ry%3D%222.656%22%2F%3E%3Cpath%20fill%3D%22%23f19020%22%20d%3D%22M17.276%2035.149s1.265-.411%201.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208%201.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4%201.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221%205.556-1.341c.516-.12%201.32-.615%201.069-1.694c-.249-1.08-1.204-1.118-1.697-1.003s-6.744%201.566-8.9%202.068l-1.439.334c-.54.127-.785-.11-.404-.512c.508-.536.833-1.129.946-2.113c.119-1.035-.232-2.313-.433-2.809c-.374-.921-1.005-1.649-1.734-1.899c-1.137-.39-1.945.321-1.542%201.561c.604%201.854.208%203.375-.833%204.293c-2.449%202.157-3.588%203.695-2.83%206.973c.828%203.575%204.377%205.876%207.952%205.048z%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M9.296%206.351a.93.93%200%200%201-.391-.399a.8.8%200%200%201%20.393-1.112c4.266-1.831%207.699-.043%207.843.034c.433.231.608.747.391%201.154c-.216.405-.74.546-1.173.318c-.123-.063-2.832-1.432-6.278.047a.92.92%200%200%201-.785-.042m12.135%203.75a.92.92%200%200%201-.362-.424a.8.8%200%200%201%20.468-1.084c4.381-1.536%207.685.48%207.823.567c.415.26.555.787.312%201.178c-.242.39-.776.495-1.191.238c-.12-.072-2.727-1.621-6.267-.379a.92.92%200%200%201-.783-.096%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2217.018%22%20r%3D%2217%22%20fill%3D%22%23ffcb4c%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M14.524%2021.036a.9.9%200%200%201-.312-.464a.8.8%200%200%201%20.59-1.021c4.528-1.021%207.577%201.363%207.706%201.465c.384.306.459.845.173%201.205c-.286.358-.828.401-1.211.097c-.11-.084-2.523-1.923-6.182-1.098a.91.91%200%200%201-.764-.184%22%2F%3E%3Cellipse%20cx%3D%2213.119%22%20cy%3D%2211.174%22%20fill%3D%22%2365471b%22%20rx%3D%222.125%22%20ry%3D%222.656%22%2F%3E%3Cellipse%20cx%3D%2224.375%22%20cy%3D%2212.236%22%20fill%3D%22%2365471b%22%20rx%3D%222.125%22%20ry%3D%222.656%22%2F%3E%3Cpath%20fill%3D%22%23f19020%22%20d%3D%22M17.276%2035.149s1.265-.411%201.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208%201.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4%201.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221%205.556-1.341c.516-.12%201.32-.615%201.069-1.694c-.249-1.08-1.204-1.118-1.697-1.003s-6.744%201.566-8.9%202.068l-1.439.334c-.54.127-.785-.11-.404-.512c.508-.536.833-1.129.946-2.113c.119-1.035-.232-2.313-.433-2.809c-.374-.921-1.005-1.649-1.734-1.899c-1.137-.39-1.945.321-1.542%201.561c.604%201.854.208%203.375-.833%204.293c-2.449%202.157-3.588%203.695-2.83%206.973c.828%203.575%204.377%205.876%207.952%205.048z%22%2F%3E%3Cpath%20fill%3D%22%2365471b%22%20d%3D%22M9.296%206.351a.93.93%200%200%201-.391-.399a.8.8%200%200%201%20.393-1.112c4.266-1.831%207.699-.043%207.843.034c.433.231.608.747.391%201.154c-.216.405-.74.546-1.173.318c-.123-.063-2.832-1.432-6.278.047a.92.92%200%200%201-.785-.042m12.135%203.75a.92.92%200%200%201-.362-.424a.8.8%200%200%201%20.468-1.084c4.381-1.536%207.685.48%207.823.567c.415.26.555.787.312%201.178c-.242.39-.776.495-1.191.238c-.12-.072-2.727-1.621-6.267-.379a.92.92%200%200%201-.783-.096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/thinking-face.svg?color=%231a73e8&size=48