face grin tears icon
face-grin-tears from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-tears
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
face-angryface-dizzyface-flushedface-frownface-frown-openface-grimaceface-grinface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beamface-laugh-squint
Use the face grin tears icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M548.6 371.4C506.4 454.8 419.9 512 320 512S133.6 454.8 91.4 371.4c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8.9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0s234.7 94.5 253.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7c-18.6 15.5-46.6 14.3-64.3-3.5c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2.3 3.3.5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M281.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFaceGrinTears(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M548.6 371.4C506.4 454.8 419.9 512 320 512S133.6 454.8 91.4 371.4c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8.9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0s234.7 94.5 253.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7c-18.6 15.5-46.6 14.3-64.3-3.5c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2.3 3.3.5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M281.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M548.6 371.4C506.4 454.8 419.9 512 320 512S133.6 454.8 91.4 371.4c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8.9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0s234.7 94.5 253.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7c-18.6 15.5-46.6 14.3-64.3-3.5c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2.3 3.3.5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M281.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg> </template>
CSS
.icon-face-grin-tears {
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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M548.6%20371.4C506.4%20454.8%20419.9%20512%20320%20512S133.6%20454.8%2091.4%20371.4c4.5-2.9%208.7-6.3%2012.7-10.3c8.1-8.1%2013.2-18.6%2016.5-26.6c3.6-8.8%206.5-18.4%208.8-27.5c4.6-18.2%207.7-37%209.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8.9-16.2%202.4-26.6%204.4C85.3%2094.5%20191.6%200%20320%200s234.7%2094.5%20253.2%20217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2%2018.8-45.2%2045.4c1.6%2011.3%204.6%2030%209.3%2048.2c2.3%209.1%205.2%2018.8%208.8%2027.5c3.3%208.1%208.4%2018.5%2016.5%2026.6c3.9%203.9%208.2%207.4%2012.7%2010.3zM107%20254.1c-3.1%2021.5-11.4%2070.2-25.5%2084.4c-.9%201-1.9%201.8-2.9%202.7c-18.6%2015.5-46.6%2014.3-64.3-3.5c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6%2030.1-15.1%2050.5-19.6c13-2.8%2025.5-4.8%2033.9-6c5.4-.8%209.9%203.7%209%209zm454.5%2087.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4%203.7-9.9%209-9c1%20.1%202.2.3%203.3.5c8.2%201.2%2019.2%203%2030.6%205.5c20.4%204.4%2041.9%2010.9%2050.5%2019.6c18.4%2018.4%2018%2048.5-.7%2067.2c-17.7%2017.7-45.7%2019-64.2%203.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c25%2059.1%2083.2%20100.5%20151.1%20100.5s126.2-41.4%20151.1-100.5M281.6%20228.8c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9zm160%200c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M548.6%20371.4C506.4%20454.8%20419.9%20512%20320%20512S133.6%20454.8%2091.4%20371.4c4.5-2.9%208.7-6.3%2012.7-10.3c8.1-8.1%2013.2-18.6%2016.5-26.6c3.6-8.8%206.5-18.4%208.8-27.5c4.6-18.2%207.7-37%209.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8.9-16.2%202.4-26.6%204.4C85.3%2094.5%20191.6%200%20320%200s234.7%2094.5%20253.2%20217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2%2018.8-45.2%2045.4c1.6%2011.3%204.6%2030%209.3%2048.2c2.3%209.1%205.2%2018.8%208.8%2027.5c3.3%208.1%208.4%2018.5%2016.5%2026.6c3.9%203.9%208.2%207.4%2012.7%2010.3zM107%20254.1c-3.1%2021.5-11.4%2070.2-25.5%2084.4c-.9%201-1.9%201.8-2.9%202.7c-18.6%2015.5-46.6%2014.3-64.3-3.5c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6%2030.1-15.1%2050.5-19.6c13-2.8%2025.5-4.8%2033.9-6c5.4-.8%209.9%203.7%209%209zm454.5%2087.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4%203.7-9.9%209-9c1%20.1%202.2.3%203.3.5c8.2%201.2%2019.2%203%2030.6%205.5c20.4%204.4%2041.9%2010.9%2050.5%2019.6c18.4%2018.4%2018%2048.5-.7%2067.2c-17.7%2017.7-45.7%2019-64.2%203.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c25%2059.1%2083.2%20100.5%20151.1%20100.5s126.2-41.4%20151.1-100.5M281.6%20228.8c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9zm160%200c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/face-grin-tears.svg?color=%231a73e8&size=48