face-tired from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
face-tired
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

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="M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-91.3-183.3c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7C315 397.2 286.4 392 257.6 392h-3.2c-28.8 0-57.3 5.2-84.3 15.3l-20.5 7.7c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4m-31.2-182l89.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 Fa6SolidFaceTired(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="M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-91.3-183.3c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7C315 397.2 286.4 392 257.6 392h-3.2c-28.8 0-57.3 5.2-84.3 15.3l-20.5 7.7c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4m-31.2-182l89.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="M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-91.3-183.3c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7C315 397.2 286.4 392 257.6 392h-3.2c-28.8 0-57.3 5.2-84.3 15.3l-20.5 7.7c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4m-31.2-182l89.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%22M256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-91.3-183.3c22-22%2053.9-40.7%2091.3-40.7s69.3%2018.7%2091.3%2040.7c11.1%2011.1%2020.1%2023.4%2026.4%2035.4c6.2%2011.7%2010.3%2024.4%2010.3%2035.9c0%205.2-2.6%2010.2-6.9%2013.2s-9.8%203.7-14.7%201.8l-20.5-7.7C315%20397.2%20286.4%20392%20257.6%20392h-3.2c-28.8%200-57.3%205.2-84.3%2015.3l-20.5%207.7c-4.9%201.8-10.4%201.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6%204.2-24.2%2010.3-35.9c6.3-12%2015.3-24.3%2026.4-35.4m-31.2-182l89.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%22M256%20512a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-91.3-183.3c22-22%2053.9-40.7%2091.3-40.7s69.3%2018.7%2091.3%2040.7c11.1%2011.1%2020.1%2023.4%2026.4%2035.4c6.2%2011.7%2010.3%2024.4%2010.3%2035.9c0%205.2-2.6%2010.2-6.9%2013.2s-9.8%203.7-14.7%201.8l-20.5-7.7C315%20397.2%20286.4%20392%20257.6%20392h-3.2c-28.8%200-57.3%205.2-84.3%2015.3l-20.5%207.7c-4.9%201.8-10.4%201.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6%204.2-24.2%2010.3-35.9c6.3-12%2015.3-24.3%2026.4-35.4m-31.2-182l89.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-solid/face-tired.svg?color=%231a73e8&size=48

Face Tired icon — Font Awesome 6 Solid · IconsDB