persevering face emoji

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

Name
persevering-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 persevering 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.017 7.37c-.19.703-.525 1.355-1.065 1.83c-.533.468-1.307.8-2.452.8a.5.5 0 0 0 0 1c1.355 0 2.373-.4 3.112-1.049c.73-.642 1.146-1.49 1.37-2.32a.5.5 0 1 0-.965-.262m11.966.001c.19.703.525 1.355 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.049c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262M16 23c-1.286 0-2.014.428-2.293.707a1 1 0 1 1-1.414-1.414C13.013 21.573 14.286 21 16 21c1.64 0 2.981.567 3.707 1.293a1 1 0 0 1-1.414 1.414C18.019 23.433 17.228 23 16 23m-7.894-9.447a1 1 0 0 1 1.341-.447l4 2a1 1 0 0 1 0 1.789l-4 2a1 1 0 1 1-.894-1.79L10.763 16l-2.21-1.105a1 1 0 0 1-.447-1.342m15.789 0a1 1 0 0 0-1.342-.447l-4 2a1 1 0 0 0 0 1.789l4 2a1 1 0 1 0 .894-1.79L21.237 16l2.21-1.105a1 1 0 0 0 .448-1.342"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatPerseveringFace(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.017 7.37c-.19.703-.525 1.355-1.065 1.83c-.533.468-1.307.8-2.452.8a.5.5 0 0 0 0 1c1.355 0 2.373-.4 3.112-1.049c.73-.642 1.146-1.49 1.37-2.32a.5.5 0 1 0-.965-.262m11.966.001c.19.703.525 1.355 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.049c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262M16 23c-1.286 0-2.014.428-2.293.707a1 1 0 1 1-1.414-1.414C13.013 21.573 14.286 21 16 21c1.64 0 2.981.567 3.707 1.293a1 1 0 0 1-1.414 1.414C18.019 23.433 17.228 23 16 23m-7.894-9.447a1 1 0 0 1 1.341-.447l4 2a1 1 0 0 1 0 1.789l-4 2a1 1 0 1 1-.894-1.79L10.763 16l-2.21-1.105a1 1 0 0 1-.447-1.342m15.789 0a1 1 0 0 0-1.342-.447l-4 2a1 1 0 0 0 0 1.789l4 2a1 1 0 1 0 .894-1.79L21.237 16l2.21-1.105a1 1 0 0 0 .448-1.342"/></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.017 7.37c-.19.703-.525 1.355-1.065 1.83c-.533.468-1.307.8-2.452.8a.5.5 0 0 0 0 1c1.355 0 2.373-.4 3.112-1.049c.73-.642 1.146-1.49 1.37-2.32a.5.5 0 1 0-.965-.262m11.966.001c.19.703.525 1.355 1.065 1.83c.533.468 1.307.8 2.452.8a.5.5 0 0 1 0 1c-1.355 0-2.373-.4-3.112-1.049c-.73-.642-1.146-1.49-1.37-2.32a.5.5 0 1 1 .965-.262M16 23c-1.286 0-2.014.428-2.293.707a1 1 0 1 1-1.414-1.414C13.013 21.573 14.286 21 16 21c1.64 0 2.981.567 3.707 1.293a1 1 0 0 1-1.414 1.414C18.019 23.433 17.228 23 16 23m-7.894-9.447a1 1 0 0 1 1.341-.447l4 2a1 1 0 0 1 0 1.789l-4 2a1 1 0 1 1-.894-1.79L10.763 16l-2.21-1.105a1 1 0 0 1-.447-1.342m15.789 0a1 1 0 0 0-1.342-.447l-4 2a1 1 0 0 0 0 1.789l4 2a1 1 0 1 0 .894-1.79L21.237 16l2.21-1.105a1 1 0 0 0 .448-1.342"/></g></svg>
</template>

CSS

.icon-persevering-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.017%207.37c-.19.703-.525%201.355-1.065%201.83c-.533.468-1.307.8-2.452.8a.5.5%200%200%200%200%201c1.355%200%202.373-.4%203.112-1.049c.73-.642%201.146-1.49%201.37-2.32a.5.5%200%201%200-.965-.262m11.966.001c.19.703.525%201.355%201.065%201.83c.533.468%201.307.8%202.452.8a.5.5%200%200%201%200%201c-1.355%200-2.373-.4-3.112-1.049c-.73-.642-1.146-1.49-1.37-2.32a.5.5%200%201%201%20.965-.262M16%2023c-1.286%200-2.014.428-2.293.707a1%201%200%201%201-1.414-1.414C13.013%2021.573%2014.286%2021%2016%2021c1.64%200%202.981.567%203.707%201.293a1%201%200%200%201-1.414%201.414C18.019%2023.433%2017.228%2023%2016%2023m-7.894-9.447a1%201%200%200%201%201.341-.447l4%202a1%201%200%200%201%200%201.789l-4%202a1%201%200%201%201-.894-1.79L10.763%2016l-2.21-1.105a1%201%200%200%201-.447-1.342m15.789%200a1%201%200%200%200-1.342-.447l-4%202a1%201%200%200%200%200%201.789l4%202a1%201%200%201%200%20.894-1.79L21.237%2016l2.21-1.105a1%201%200%200%200%20.448-1.342%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.017%207.37c-.19.703-.525%201.355-1.065%201.83c-.533.468-1.307.8-2.452.8a.5.5%200%200%200%200%201c1.355%200%202.373-.4%203.112-1.049c.73-.642%201.146-1.49%201.37-2.32a.5.5%200%201%200-.965-.262m11.966.001c.19.703.525%201.355%201.065%201.83c.533.468%201.307.8%202.452.8a.5.5%200%200%201%200%201c-1.355%200-2.373-.4-3.112-1.049c-.73-.642-1.146-1.49-1.37-2.32a.5.5%200%201%201%20.965-.262M16%2023c-1.286%200-2.014.428-2.293.707a1%201%200%201%201-1.414-1.414C13.013%2021.573%2014.286%2021%2016%2021c1.64%200%202.981.567%203.707%201.293a1%201%200%200%201-1.414%201.414C18.019%2023.433%2017.228%2023%2016%2023m-7.894-9.447a1%201%200%200%201%201.341-.447l4%202a1%201%200%200%201%200%201.789l-4%202a1%201%200%201%201-.894-1.79L10.763%2016l-2.21-1.105a1%201%200%200%201-.447-1.342m15.789%200a1%201%200%200%200-1.342-.447l-4%202a1%201%200%200%200%200%201.789l4%202a1%201%200%201%200%20.894-1.79L21.237%2016l2.21-1.105a1%201%200%200%200%20.448-1.342%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/persevering-face.svg?color=%231a73e8&size=48