persevering face emoji
persevering-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- persevering-face
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
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-facecracking-facecrying-cat
Use the persevering face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#fff" d="M28 51c.27-.356 3.31-8.218 8.421-8.004C41.026 43.19 43.65 50.537 44 51z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="m44.536 21.439l6.385 3.277m-24-3.277l-6.385 3.277M24 28l7 4l-7 4m24-8l-7 4l7 4M28 51c.27-.356 1-8 8.421-8.004C43 42.993 43.65 50.537 44 51z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPerseveringFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#fff" d="M28 51c.27-.356 3.31-8.218 8.421-8.004C41.026 43.19 43.65 50.537 44 51z"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="23"/><path strokeLinecap="round" strokeLinejoin="round" d="m44.536 21.439l6.385 3.277m-24-3.277l-6.385 3.277M24 28l7 4l-7 4m24-8l-7 4l7 4M28 51c.27-.356 1-8 8.421-8.004C43 42.993 43.65 50.537 44 51z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36.2 13.316c-12.572 0-22.8 10.228-22.8 22.8s10.228 22.8 22.8 22.8S59 48.688 59 36.116s-10.228-22.8-22.8-22.8"/><path fill="#fff" d="M28 51c.27-.356 3.31-8.218 8.421-8.004C41.026 43.19 43.65 50.537 44 51z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="23"/><path stroke-linecap="round" stroke-linejoin="round" d="m44.536 21.439l6.385 3.277m-24-3.277l-6.385 3.277M24 28l7 4l-7 4m24-8l-7 4l7 4M28 51c.27-.356 1-8 8.421-8.004C43 42.993 43.65 50.537 44 51z"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.2%2013.316c-12.572%200-22.8%2010.228-22.8%2022.8s10.228%2022.8%2022.8%2022.8S59%2048.688%2059%2036.116s-10.228-22.8-22.8-22.8%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2051c.27-.356%203.31-8.218%208.421-8.004C41.026%2043.19%2043.65%2050.537%2044%2051z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m44.536%2021.439l6.385%203.277m-24-3.277l-6.385%203.277M24%2028l7%204l-7%204m24-8l-7%204l7%204M28%2051c.27-.356%201-8%208.421-8.004C43%2042.993%2043.65%2050.537%2044%2051z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.2%2013.316c-12.572%200-22.8%2010.228-22.8%2022.8s10.228%2022.8%2022.8%2022.8S59%2048.688%2059%2036.116s-10.228-22.8-22.8-22.8%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2051c.27-.356%203.31-8.218%208.421-8.004C41.026%2043.19%2043.65%2050.537%2044%2051z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m44.536%2021.439l6.385%203.277m-24-3.277l-6.385%203.277M24%2028l7%204l-7%204m24-8l-7%204l7%204M28%2051c.27-.356%201-8%208.421-8.004C43%2042.993%2043.65%2050.537%2044%2051z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/persevering-face.svg?color=%231a73e8&size=48