face-sad-cry from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
face-sad-cry
Set
Font Awesome Regular
Style
Regular
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Regular

Use the face sad cry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 470.1V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1c-39.4-37.9-64-91.1-64-150.1c0-114.9 93.1-208 208-208s208 93.1 208 208c0 59-24.6 112.2-64 150.1M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256M216 260h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m172 20c0-11 9-20 20-20h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20M272 400v32c0 26.5 21.5 48 48 48s48-21.5 48-48v-32c0-26.5-21.5-48-48-48s-48 21.5-48 48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularFaceSadCry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 470.1V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1c-39.4-37.9-64-91.1-64-150.1c0-114.9 93.1-208 208-208s208 93.1 208 208c0 59-24.6 112.2-64 150.1M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256M216 260h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m172 20c0-11 9-20 20-20h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20M272 400v32c0 26.5 21.5 48 48 48s48-21.5 48-48v-32c0-26.5-21.5-48-48-48s-48 21.5-48 48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 470.1V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V352c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1c-39.4-37.9-64-91.1-64-150.1c0-114.9 93.1-208 208-208s208 93.1 208 208c0 59-24.6 112.2-64 150.1M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256M216 260h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m172 20c0-11 9-20 20-20h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20M272 400v32c0 26.5 21.5 48 48 48s48-21.5 48-48v-32c0-26.5-21.5-48-48-48s-48 21.5-48 48"/></svg>
</template>

CSS

.icon-face-sad-cry {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20470.1V352c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v152.6c-28.7%2015-61.4%2023.4-96%2023.4s-67.3-8.5-96-23.4V352c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v118.1c-39.4-37.9-64-91.1-64-150.1c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2059-24.6%20112.2-64%20150.1M320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256M216%20260h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20s9-20%2020-20m172%2020c0-11%209-20%2020-20h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20M272%20400v32c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48v-32c0-26.5-21.5-48-48-48s-48%2021.5-48%2048%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20470.1V352c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v152.6c-28.7%2015-61.4%2023.4-96%2023.4s-67.3-8.5-96-23.4V352c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v118.1c-39.4-37.9-64-91.1-64-150.1c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2059-24.6%20112.2-64%20150.1M320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256M216%20260h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20s9-20%2020-20m172%2020c0-11%209-20%2020-20h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20M272%20400v32c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48v-32c0-26.5-21.5-48-48-48s-48%2021.5-48%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/face-sad-cry.svg?color=%231a73e8&size=48