face tired icon
face-tired from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-tired
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Regular
face-angryface-dizzyface-flushedface-frownface-frown-openface-grimaceface-grinface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beam
Use the face tired icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 0-416 0a208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m176.5 64.3c19.6-18.2 47.3-32.3 79.5-32.3s59.9 14.1 79.5 32.3c19 17.8 32.5 41.7 32.5 63.7c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7m-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceTired(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 0-416 0a208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m176.5 64.3c19.6-18.2 47.3-32.3 79.5-32.3s59.9 14.1 79.5 32.3c19 17.8 32.5 41.7 32.5 63.7c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7m-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 0-416 0a208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m176.5 64.3c19.6-18.2 47.3-32.3 79.5-32.3s59.9 14.1 79.5 32.3c19 17.8 32.5 41.7 32.5 63.7c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7m-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5M396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5"/></svg> </template>
CSS
.icon-face-tired {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20256a208%20208%200%201%200-416%200a208%20208%200%201%200%20416%200M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m176.5%2064.3c19.6-18.2%2047.3-32.3%2079.5-32.3s59.9%2014.1%2079.5%2032.3c19%2017.8%2032.5%2041.7%2032.5%2063.7c0%205.4-2.7%2010.4-7.2%2013.4s-10.2%203.4-15.2%201.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6%205.2-72.4%2015.1l-17.2%207.5c-4.9%202.2-10.7%201.7-15.2-1.3s-7.2-8-7.2-13.4c0-22%2013.5-45.9%2032.5-63.7m-43-173.6l89.9%2047.9c10.7%205.7%2010.7%2021.1%200%2026.8l-89.9%2047.9c-7.9%204.2-17.5-1.5-17.5-10.5c0-2.8%201-5.5%202.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9%209.6-14.7%2017.5-10.5M396%20157.1c0%202.8-1%205.5-2.8%207.6l-36%2043.2l36%2043.2c1.8%202.1%202.8%204.8%202.8%207.6c0%209-9.6%2014.7-17.5%2010.5l-89.9-47.9c-10.7-5.7-10.7-21.1%200-26.8l89.9-47.9c7.9-4.2%2017.5%201.5%2017.5%2010.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20256a208%20208%200%201%200-416%200a208%20208%200%201%200%20416%200M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m176.5%2064.3c19.6-18.2%2047.3-32.3%2079.5-32.3s59.9%2014.1%2079.5%2032.3c19%2017.8%2032.5%2041.7%2032.5%2063.7c0%205.4-2.7%2010.4-7.2%2013.4s-10.2%203.4-15.2%201.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6%205.2-72.4%2015.1l-17.2%207.5c-4.9%202.2-10.7%201.7-15.2-1.3s-7.2-8-7.2-13.4c0-22%2013.5-45.9%2032.5-63.7m-43-173.6l89.9%2047.9c10.7%205.7%2010.7%2021.1%200%2026.8l-89.9%2047.9c-7.9%204.2-17.5-1.5-17.5-10.5c0-2.8%201-5.5%202.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9%209.6-14.7%2017.5-10.5M396%20157.1c0%202.8-1%205.5-2.8%207.6l-36%2043.2l36%2043.2c1.8%202.1%202.8%204.8%202.8%207.6c0%209-9.6%2014.7-17.5%2010.5l-89.9-47.9c-10.7-5.7-10.7-21.1%200-26.8l89.9-47.9c7.9-4.2%2017.5%201.5%2017.5%2010.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-tired.svg?color=%231a73e8&size=48