pensive face emoji

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

Name
pensive-face
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the pensive face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.985 8.621a.5.5 0 0 0-.97-.242c-.225.9-.665 1.544-1.247 1.967c-.585.425-1.35.654-2.268.654a.5.5 0 0 0 0 1c1.083 0 2.067-.271 2.857-.846c.793-.577 1.353-1.433 1.628-2.533m-4.692 7.672a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m3.086-8.278a.5.5 0 0 0-.364.606c.275 1.1.835 1.956 1.628 2.533c.79.575 1.774.846 2.857.846a.5.5 0 1 0 0-1c-.917 0-1.683-.229-2.268-.654c-.582-.423-1.022-1.067-1.247-1.967a.5.5 0 0 0-.606-.364M13 24a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatPensiveFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.985 8.621a.5.5 0 0 0-.97-.242c-.225.9-.665 1.544-1.247 1.967c-.585.425-1.35.654-2.268.654a.5.5 0 0 0 0 1c1.083 0 2.067-.271 2.857-.846c.793-.577 1.353-1.433 1.628-2.533m-4.692 7.672a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m3.086-8.278a.5.5 0 0 0-.364.606c.275 1.1.835 1.956 1.628 2.533c.79.575 1.774.846 2.857.846a.5.5 0 1 0 0-1c-.917 0-1.683-.229-2.268-.654c-.582-.423-1.022-1.067-1.247-1.967a.5.5 0 0 0-.606-.364M13 24a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.985 8.621a.5.5 0 0 0-.97-.242c-.225.9-.665 1.544-1.247 1.967c-.585.425-1.35.654-2.268.654a.5.5 0 0 0 0 1c1.083 0 2.067-.271 2.857-.846c.793-.577 1.353-1.433 1.628-2.533m-4.692 7.672a1 1 0 0 1 1.414 0C7.85 16.435 8.66 17 10 17s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C13.182 18.232 11.86 19 10 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m12 0a1 1 0 0 1 1.414 0c.142.142.953.707 2.293.707s2.15-.565 2.293-.707a1 1 0 0 1 1.414 1.414C25.182 18.232 23.86 19 22 19s-3.182-.768-3.707-1.293a1 1 0 0 1 0-1.414m3.086-8.278a.5.5 0 0 0-.364.606c.275 1.1.835 1.956 1.628 2.533c.79.575 1.774.846 2.857.846a.5.5 0 1 0 0-1c-.917 0-1.683-.229-2.268-.654c-.582-.423-1.022-1.067-1.247-1.967a.5.5 0 0 0-.606-.364M13 24a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.985%208.621a.5.5%200%200%200-.97-.242c-.225.9-.665%201.544-1.247%201.967c-.585.425-1.35.654-2.268.654a.5.5%200%200%200%200%201c1.083%200%202.067-.271%202.857-.846c.793-.577%201.353-1.433%201.628-2.533m-4.692%207.672a1%201%200%200%201%201.414%200C7.85%2016.435%208.66%2017%2010%2017s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C13.182%2018.232%2011.86%2019%2010%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m12%200a1%201%200%200%201%201.414%200c.142.142.953.707%202.293.707s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C25.182%2018.232%2023.86%2019%2022%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m3.086-8.278a.5.5%200%200%200-.364.606c.275%201.1.835%201.956%201.628%202.533c.79.575%201.774.846%202.857.846a.5.5%200%201%200%200-1c-.917%200-1.683-.229-2.268-.654c-.582-.423-1.022-1.067-1.247-1.967a.5.5%200%200%200-.606-.364M13%2024a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%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%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.985%208.621a.5.5%200%200%200-.97-.242c-.225.9-.665%201.544-1.247%201.967c-.585.425-1.35.654-2.268.654a.5.5%200%200%200%200%201c1.083%200%202.067-.271%202.857-.846c.793-.577%201.353-1.433%201.628-2.533m-4.692%207.672a1%201%200%200%201%201.414%200C7.85%2016.435%208.66%2017%2010%2017s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C13.182%2018.232%2011.86%2019%2010%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m12%200a1%201%200%200%201%201.414%200c.142.142.953.707%202.293.707s2.15-.565%202.293-.707a1%201%200%200%201%201.414%201.414C25.182%2018.232%2023.86%2019%2022%2019s-3.182-.768-3.707-1.293a1%201%200%200%201%200-1.414m3.086-8.278a.5.5%200%200%200-.364.606c.275%201.1.835%201.956%201.628%202.533c.79.575%201.774.846%202.857.846a.5.5%200%201%200%200-1c-.917%200-1.683-.229-2.268-.654c-.582-.423-1.022-1.067-1.247-1.967a.5.5%200%200%200-.606-.364M13%2024a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%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-flat/pensive-face.svg?color=%231a73e8&size=48