pensive face emoji
pensive-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- pensive-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 pensive face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M17.312 17.612a.5.5 0 0 0-.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m10 0a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591M22 28h-8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2M6 14a1 1 0 0 1-.004-2c.156-.002 3.569-.086 6.205-3.6a1 1 0 0 1 1.6 1.2C10.538 13.95 6.184 14 6 14m24 0c-.184 0-4.537-.05-7.8-4.4a1 1 0 1 1 1.599-1.2c2.641 3.521 6.061 3.599 6.206 3.6c.55.006.994.456.991 1.005A.996.996 0 0 1 30 14"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPensiveFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M17.312 17.612a.5.5 0 0 0-.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m10 0a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591M22 28h-8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2M6 14a1 1 0 0 1-.004-2c.156-.002 3.569-.086 6.205-3.6a1 1 0 0 1 1.6 1.2C10.538 13.95 6.184 14 6 14m24 0c-.184 0-4.537-.05-7.8-4.4a1 1 0 1 1 1.599-1.2c2.641 3.521 6.061 3.599 6.206 3.6c.55.006.994.456.991 1.005A.996.996 0 0 1 30 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M17.312 17.612a.5.5 0 0 0-.61-.014c-.012.009-1.26.902-3.702.902c-2.441 0-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591m10 0a.5.5 0 0 0-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5 0 0 0-.757.603c.06.135 1.5 3.297 4.457 3.297c2.958 0 4.397-3.162 4.457-3.297a.5.5 0 0 0-.145-.591M22 28h-8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2M6 14a1 1 0 0 1-.004-2c.156-.002 3.569-.086 6.205-3.6a1 1 0 0 1 1.6 1.2C10.538 13.95 6.184 14 6 14m24 0c-.184 0-4.537-.05-7.8-4.4a1 1 0 1 1 1.599-1.2c2.641 3.521 6.061 3.599 6.206 3.6c.55.006.994.456.991 1.005A.996.996 0 0 1 30 14"/></svg> </template>
CSS
.icon-pensive-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%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M17.312%2017.612a.5.5%200%200%200-.61-.014c-.012.009-1.26.902-3.702.902c-2.441%200-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591m10%200a.5.5%200%200%200-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591M22%2028h-8a1%201%200%201%201%200-2h8a1%201%200%201%201%200%202M6%2014a1%201%200%200%201-.004-2c.156-.002%203.569-.086%206.205-3.6a1%201%200%200%201%201.6%201.2C10.538%2013.95%206.184%2014%206%2014m24%200c-.184%200-4.537-.05-7.8-4.4a1%201%200%201%201%201.599-1.2c2.641%203.521%206.061%203.599%206.206%203.6c.55.006.994.456.991%201.005A.996.996%200%200%201%2030%2014%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%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M17.312%2017.612a.5.5%200%200%200-.61-.014c-.012.009-1.26.902-3.702.902c-2.441%200-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591m10%200a.5.5%200%200%200-.61-.014c-.012.009-1.261.902-3.702.902s-3.69-.893-3.7-.9a.5.5%200%200%200-.757.603c.06.135%201.5%203.297%204.457%203.297c2.958%200%204.397-3.162%204.457-3.297a.5.5%200%200%200-.145-.591M22%2028h-8a1%201%200%201%201%200-2h8a1%201%200%201%201%200%202M6%2014a1%201%200%200%201-.004-2c.156-.002%203.569-.086%206.205-3.6a1%201%200%200%201%201.6%201.2C10.538%2013.95%206.184%2014%206%2014m24%200c-.184%200-4.537-.05-7.8-4.4a1%201%200%201%201%201.599-1.2c2.641%203.521%206.061%203.599%206.206%203.6c.55.006.994.456.991%201.005A.996.996%200%200%201%2030%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pensive-face.svg?color=%231a73e8&size=48