persevering face emoji
persevering-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- persevering-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 persevering 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 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10m-.999 13a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 17.027 7.034 17 6.999 17A1 1 0 0 1 7 15c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 20c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 22.772 25.59 20 21 20a.999.999 0 0 1-.707-1.707C23.549 15.038 28.779 15 29 15a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.825 6.855 2.933a1 1 0 0 1-.6 1.798m-4.545 7.792c-.118-.257-2.938-6.291-7.21-6.291c-4.249 0-7.546 6.007-7.684 6.262a.5.5 0 0 0 .751.629c.031-.024 3.163-2.479 6.933-2.479c3.743 0 6.388 2.43 6.414 2.454a.501.501 0 0 0 .796-.575"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPerseveringFace(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 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10m-.999 13a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 17.027 7.034 17 6.999 17A1 1 0 0 1 7 15c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 20c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 22.772 25.59 20 21 20a.999.999 0 0 1-.707-1.707C23.549 15.038 28.779 15 29 15a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.825 6.855 2.933a1 1 0 0 1-.6 1.798m-4.545 7.792c-.118-.257-2.938-6.291-7.21-6.291c-4.249 0-7.546 6.007-7.684 6.262a.5.5 0 0 0 .751.629c.031-.024 3.163-2.479 6.933-2.479c3.743 0 6.388 2.43 6.414 2.454a.501.501 0 0 0 .796-.575"/></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 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M29 10c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 4.694 24.713 8 29 8a1 1 0 1 1 0 2M7 10a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 5.437 13.704 10 7 10m-.999 13a1 1 0 0 1-.601-1.799c.143-.107 2.951-2.183 6.856-2.933C9.781 17.027 7.034 17 6.999 17A1 1 0 0 1 7 15c.221 0 5.452.038 8.707 3.293A1 1 0 0 1 15 20c-4.613 0-8.363 2.772-8.4 2.8a1 1 0 0 1-.599.2m23.998-.001a1 1 0 0 1-.598-.198C29.363 22.772 25.59 20 21 20a.999.999 0 0 1-.707-1.707C23.549 15.038 28.779 15 29 15a1 1 0 0 1 .002 2c-.036 0-2.783.027-5.258 1.268c3.905.75 6.713 2.825 6.855 2.933a1 1 0 0 1-.6 1.798m-4.545 7.792c-.118-.257-2.938-6.291-7.21-6.291c-4.249 0-7.546 6.007-7.684 6.262a.5.5 0 0 0 .751.629c.031-.024 3.163-2.479 6.933-2.479c3.743 0 6.388 2.43 6.414 2.454a.501.501 0 0 0 .796-.575"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M29%2010c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%204.694%2024.713%208%2029%208a1%201%200%201%201%200%202M7%2010a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%205.437%2013.704%2010%207%2010m-.999%2013a1%201%200%200%201-.601-1.799c.143-.107%202.951-2.183%206.856-2.933C9.781%2017.027%207.034%2017%206.999%2017A1%201%200%200%201%207%2015c.221%200%205.452.038%208.707%203.293A1%201%200%200%201%2015%2020c-4.613%200-8.363%202.772-8.4%202.8a1%201%200%200%201-.599.2m23.998-.001a1%201%200%200%201-.598-.198C29.363%2022.772%2025.59%2020%2021%2020a.999.999%200%200%201-.707-1.707C23.549%2015.038%2028.779%2015%2029%2015a1%201%200%200%201%20.002%202c-.036%200-2.783.027-5.258%201.268c3.905.75%206.713%202.825%206.855%202.933a1%201%200%200%201-.6%201.798m-4.545%207.792c-.118-.257-2.938-6.291-7.21-6.291c-4.249%200-7.546%206.007-7.684%206.262a.5.5%200%200%200%20.751.629c.031-.024%203.163-2.479%206.933-2.479c3.743%200%206.388%202.43%206.414%202.454a.501.501%200%200%200%20.796-.575%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%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M29%2010c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%204.694%2024.713%208%2029%208a1%201%200%201%201%200%202M7%2010a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%205.437%2013.704%2010%207%2010m-.999%2013a1%201%200%200%201-.601-1.799c.143-.107%202.951-2.183%206.856-2.933C9.781%2017.027%207.034%2017%206.999%2017A1%201%200%200%201%207%2015c.221%200%205.452.038%208.707%203.293A1%201%200%200%201%2015%2020c-4.613%200-8.363%202.772-8.4%202.8a1%201%200%200%201-.599.2m23.998-.001a1%201%200%200%201-.598-.198C29.363%2022.772%2025.59%2020%2021%2020a.999.999%200%200%201-.707-1.707C23.549%2015.038%2028.779%2015%2029%2015a1%201%200%200%201%20.002%202c-.036%200-2.783.027-5.258%201.268c3.905.75%206.713%202.825%206.855%202.933a1%201%200%200%201-.6%201.798m-4.545%207.792c-.118-.257-2.938-6.291-7.21-6.291c-4.249%200-7.546%206.007-7.684%206.262a.5.5%200%200%200%20.751.629c.031-.024%203.163-2.479%206.933-2.479c3.743%200%206.388%202.43%206.414%202.454a.501.501%200%200%200%20.796-.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/persevering-face.svg?color=%231a73e8&size=48