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

Name
face-sad-tear
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the face sad tear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m271 98c5.5-1.3 11.1-2 17-2c24.1 0 45.4 11.8 58.5 30c7.7 10.8 22.7 13.2 33.5 5.5s13.2-22.7 5.5-33.5c-21.7-30.2-57.3-50-97.5-50c-12.5 0-24.6 1.9-35.9 5.5c9.8 12.7 16.5 27.9 18.9 44.6zm-95-114c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m192-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-182.6 84.8c-2.4-2.9-5.7-4.8-9.4-4.8s-7 1.9-9.4 4.8c-6.5 7.8-12.6 16.1-18.3 24.6c-9 13.4-20.3 30.2-20.3 47.4c0 28.3 21.5 51.2 48 51.2s48-22.9 48-51.2c0-17.2-11.2-34-20.3-47.4c-5.7-8.5-11.9-16.7-18.3-24.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFaceSadTear(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="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m271 98c5.5-1.3 11.1-2 17-2c24.1 0 45.4 11.8 58.5 30c7.7 10.8 22.7 13.2 33.5 5.5s13.2-22.7 5.5-33.5c-21.7-30.2-57.3-50-97.5-50c-12.5 0-24.6 1.9-35.9 5.5c9.8 12.7 16.5 27.9 18.9 44.6zm-95-114c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m192-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-182.6 84.8c-2.4-2.9-5.7-4.8-9.4-4.8s-7 1.9-9.4 4.8c-6.5 7.8-12.6 16.1-18.3 24.6c-9 13.4-20.3 30.2-20.3 47.4c0 28.3 21.5 51.2 48 51.2s48-22.9 48-51.2c0-17.2-11.2-34-20.3-47.4c-5.7-8.5-11.9-16.7-18.3-24.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m271 98c5.5-1.3 11.1-2 17-2c24.1 0 45.4 11.8 58.5 30c7.7 10.8 22.7 13.2 33.5 5.5s13.2-22.7 5.5-33.5c-21.7-30.2-57.3-50-97.5-50c-12.5 0-24.6 1.9-35.9 5.5c9.8 12.7 16.5 27.9 18.9 44.6zm-95-114c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m192-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m-182.6 84.8c-2.4-2.9-5.7-4.8-9.4-4.8s-7 1.9-9.4 4.8c-6.5 7.8-12.6 16.1-18.3 24.6c-9 13.4-20.3 30.2-20.3 47.4c0 28.3 21.5 51.2 48 51.2s48-22.9 48-51.2c0-17.2-11.2-34-20.3-47.4c-5.7-8.5-11.9-16.7-18.3-24.6"/></svg>
</template>

CSS

.icon-face-sad-tear {
  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%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m271%2098c5.5-1.3%2011.1-2%2017-2c24.1%200%2045.4%2011.8%2058.5%2030c7.7%2010.8%2022.7%2013.2%2033.5%205.5s13.2-22.7%205.5-33.5c-21.7-30.2-57.3-50-97.5-50c-12.5%200-24.6%201.9-35.9%205.5c9.8%2012.7%2016.5%2027.9%2018.9%2044.6zm-95-114c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m192-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m-182.6%2084.8c-2.4-2.9-5.7-4.8-9.4-4.8s-7%201.9-9.4%204.8c-6.5%207.8-12.6%2016.1-18.3%2024.6c-9%2013.4-20.3%2030.2-20.3%2047.4c0%2028.3%2021.5%2051.2%2048%2051.2s48-22.9%2048-51.2c0-17.2-11.2-34-20.3-47.4c-5.7-8.5-11.9-16.7-18.3-24.6%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%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m271%2098c5.5-1.3%2011.1-2%2017-2c24.1%200%2045.4%2011.8%2058.5%2030c7.7%2010.8%2022.7%2013.2%2033.5%205.5s13.2-22.7%205.5-33.5c-21.7-30.2-57.3-50-97.5-50c-12.5%200-24.6%201.9-35.9%205.5c9.8%2012.7%2016.5%2027.9%2018.9%2044.6zm-95-114c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m192-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m-182.6%2084.8c-2.4-2.9-5.7-4.8-9.4-4.8s-7%201.9-9.4%204.8c-6.5%207.8-12.6%2016.1-18.3%2024.6c-9%2013.4-20.3%2030.2-20.3%2047.4c0%2028.3%2021.5%2051.2%2048%2051.2s48-22.9%2048-51.2c0-17.2-11.2-34-20.3-47.4c-5.7-8.5-11.9-16.7-18.3-24.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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