face sad tear icon
face-sad-tear from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-sad-tear
- 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
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 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="M528 320c0-114.9-93.1-208-208-208s-208 93.1-208 208c0 41.8 12.3 80.7 33.6 113.3c8.2 44.7 47.3 78.6 94.3 78.7c24.7 10.3 51.7 16 80.1 16c114.9 0 208-93.1 208-208m-176 96c-5.5 0-10.9.6-16 1.8V416c0-16.2-4-31.5-11.1-44.9c8.7-2 17.8-3.1 27.1-3.1c40.2 0 75.7 19.8 97.5 50c7.7 10.8 5.3 25.8-5.5 33.5s-25.8 5.3-33.5-5.5c-13.1-18.2-34.4-30-58.5-30M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m176-80c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m128 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m-118.6 68.8c6.5 7.8 12.6 16.1 18.3 24.6c9 13.4 20.3 30.2 20.3 47.4c0 28.3-21.5 51.2-48 51.2s-48-22.9-48-51.2c0-17.2 11.2-34 20.3-47.4c5.7-8.5 11.9-16.7 18.3-24.6c2.4-2.9 5.7-4.8 9.4-4.8s7 1.9 9.4 4.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularFaceSadTear(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="M528 320c0-114.9-93.1-208-208-208s-208 93.1-208 208c0 41.8 12.3 80.7 33.6 113.3c8.2 44.7 47.3 78.6 94.3 78.7c24.7 10.3 51.7 16 80.1 16c114.9 0 208-93.1 208-208m-176 96c-5.5 0-10.9.6-16 1.8V416c0-16.2-4-31.5-11.1-44.9c8.7-2 17.8-3.1 27.1-3.1c40.2 0 75.7 19.8 97.5 50c7.7 10.8 5.3 25.8-5.5 33.5s-25.8 5.3-33.5-5.5c-13.1-18.2-34.4-30-58.5-30M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m176-80c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m128 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m-118.6 68.8c6.5 7.8 12.6 16.1 18.3 24.6c9 13.4 20.3 30.2 20.3 47.4c0 28.3-21.5 51.2-48 51.2s-48-22.9-48-51.2c0-17.2 11.2-34 20.3-47.4c5.7-8.5 11.9-16.7 18.3-24.6c2.4-2.9 5.7-4.8 9.4-4.8s7 1.9 9.4 4.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M528 320c0-114.9-93.1-208-208-208s-208 93.1-208 208c0 41.8 12.3 80.7 33.6 113.3c8.2 44.7 47.3 78.6 94.3 78.7c24.7 10.3 51.7 16 80.1 16c114.9 0 208-93.1 208-208m-176 96c-5.5 0-10.9.6-16 1.8V416c0-16.2-4-31.5-11.1-44.9c8.7-2 17.8-3.1 27.1-3.1c40.2 0 75.7 19.8 97.5 50c7.7 10.8 5.3 25.8-5.5 33.5s-25.8 5.3-33.5-5.5c-13.1-18.2-34.4-30-58.5-30M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m176-80c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m128 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m-118.6 68.8c6.5 7.8 12.6 16.1 18.3 24.6c9 13.4 20.3 30.2 20.3 47.4c0 28.3-21.5 51.2-48 51.2s-48-22.9-48-51.2c0-17.2 11.2-34 20.3-47.4c5.7-8.5 11.9-16.7 18.3-24.6c2.4-2.9 5.7-4.8 9.4-4.8s7 1.9 9.4 4.8"/></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%22M528%20320c0-114.9-93.1-208-208-208s-208%2093.1-208%20208c0%2041.8%2012.3%2080.7%2033.6%20113.3c8.2%2044.7%2047.3%2078.6%2094.3%2078.7c24.7%2010.3%2051.7%2016%2080.1%2016c114.9%200%20208-93.1%20208-208m-176%2096c-5.5%200-10.9.6-16%201.8V416c0-16.2-4-31.5-11.1-44.9c8.7-2%2017.8-3.1%2027.1-3.1c40.2%200%2075.7%2019.8%2097.5%2050c7.7%2010.8%205.3%2025.8-5.5%2033.5s-25.8%205.3-33.5-5.5c-13.1-18.2-34.4-30-58.5-30M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m176-80c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m128%2032c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m-118.6%2068.8c6.5%207.8%2012.6%2016.1%2018.3%2024.6c9%2013.4%2020.3%2030.2%2020.3%2047.4c0%2028.3-21.5%2051.2-48%2051.2s-48-22.9-48-51.2c0-17.2%2011.2-34%2020.3-47.4c5.7-8.5%2011.9-16.7%2018.3-24.6c2.4-2.9%205.7-4.8%209.4-4.8s7%201.9%209.4%204.8%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%22M528%20320c0-114.9-93.1-208-208-208s-208%2093.1-208%20208c0%2041.8%2012.3%2080.7%2033.6%20113.3c8.2%2044.7%2047.3%2078.6%2094.3%2078.7c24.7%2010.3%2051.7%2016%2080.1%2016c114.9%200%20208-93.1%20208-208m-176%2096c-5.5%200-10.9.6-16%201.8V416c0-16.2-4-31.5-11.1-44.9c8.7-2%2017.8-3.1%2027.1-3.1c40.2%200%2075.7%2019.8%2097.5%2050c7.7%2010.8%205.3%2025.8-5.5%2033.5s-25.8%205.3-33.5-5.5c-13.1-18.2-34.4-30-58.5-30M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m176-80c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m128%2032c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m-118.6%2068.8c6.5%207.8%2012.6%2016.1%2018.3%2024.6c9%2013.4%2020.3%2030.2%2020.3%2047.4c0%2028.3-21.5%2051.2-48%2051.2s-48-22.9-48-51.2c0-17.2%2011.2-34%2020.3-47.4c5.7-8.5%2011.9-16.7%2018.3-24.6c2.4-2.9%205.7-4.8%209.4-4.8s7%201.9%209.4%204.8%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-tear.svg?color=%231a73e8&size=48