face grin tears icon
face-grin-tears from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-tears
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 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-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="M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.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.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5M320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-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-8-1.2-15.7.1-22.3 3.1C505.8 120.5 421.4 48 320 48M78.5 341.1C60 356.7 32 355.5 14.3 337.7c-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 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.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.4zM439 336.5c-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1M281.6 228.8l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceGrinTears(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="M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.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.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5M320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-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-8-1.2-15.7.1-22.3 3.1C505.8 120.5 421.4 48 320 48M78.5 341.1C60 356.7 32 355.5 14.3 337.7c-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 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.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.4zM439 336.5c-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1M281.6 228.8l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.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.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5M320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-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-8-1.2-15.7.1-22.3 3.1C505.8 120.5 421.4 48 320 48M78.5 341.1C60 356.7 32 355.5 14.3 337.7c-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 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.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.4zM439 336.5c-24.6 38.1-68.7 63.5-119.1 63.5s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1M281.6 228.8l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8m160 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3.4-.6.7-.7.9l-.2.2c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8"/></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%22M516.1%20325.5c1%203%202.1%206%203.3%208.9c3.3%208.1%208.4%2018.5%2016.5%2026.6c3.9%203.9%208.2%207.4%2012.7%2010.3C506.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.6c1.2-2.9%202.3-5.9%203.3-8.9C152.5%20406.2%20229.5%20464%20320%20464s167.5-57.8%20196.1-138.5M320%2048c-101.4%200-185.8%2072.5-204.3%20168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-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-8-1.2-15.7.1-22.3%203.1C505.8%20120.5%20421.4%2048%20320%2048M78.5%20341.1C60%20356.7%2032%20355.5%2014.3%20337.7c-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%209c-3.1%2021.5-11.4%2070.2-25.5%2084.4c-.9%201-1.9%201.8-2.9%202.7zm483%200c-.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.4zM439%20336.5c-24.6%2038.1-68.7%2063.5-119.1%2063.5s-94.5-25.4-119.1-63.5c-10.4-16.1%206.8-32.5%2025.5-28.1c28.9%206.8%2060.5%2010.5%2093.6%2010.5s64.7-3.7%2093.6-10.5c18.7-4.4%2035.9%2012%2025.5%2028.1M281.6%20228.8l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9%206.2-27.7%2014c-4.2%203.7-7.7%207.5-10.2%2010.3c-1.2%201.4-2.2%202.6-2.8%203.4c-.3.4-.6.7-.7.9l-.2.2c-2.1%202.8-5.7%203.9-8.9%202.8s-5.5-4.1-5.5-7.6c0-17.9%206.7-35.6%2016.6-48.8c9.8-13%2023.9-23.2%2039.4-23.2s29.6%2010.2%2039.4%2023.2c9.9%2013.2%2016.6%2030.9%2016.6%2048.8c0%203.4-2.2%206.5-5.5%207.6s-6.9%200-8.9-2.8m160%200l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9%206.2-27.7%2014c-4.2%203.7-7.7%207.5-10.2%2010.3c-1.2%201.4-2.2%202.6-2.8%203.4c-.3.4-.6.7-.7.9l-.2.2c-2.1%202.8-5.7%203.9-8.9%202.8s-5.5-4.1-5.5-7.6c0-17.9%206.7-35.6%2016.6-48.8c9.8-13%2023.9-23.2%2039.4-23.2s29.6%2010.2%2039.4%2023.2c9.9%2013.2%2016.6%2030.9%2016.6%2048.8c0%203.4-2.2%206.5-5.5%207.6s-6.9%200-8.9-2.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M516.1%20325.5c1%203%202.1%206%203.3%208.9c3.3%208.1%208.4%2018.5%2016.5%2026.6c3.9%203.9%208.2%207.4%2012.7%2010.3C506.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.6c1.2-2.9%202.3-5.9%203.3-8.9C152.5%20406.2%20229.5%20464%20320%20464s167.5-57.8%20196.1-138.5M320%2048c-101.4%200-185.8%2072.5-204.3%20168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-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-8-1.2-15.7.1-22.3%203.1C505.8%20120.5%20421.4%2048%20320%2048M78.5%20341.1C60%20356.7%2032%20355.5%2014.3%20337.7c-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%209c-3.1%2021.5-11.4%2070.2-25.5%2084.4c-.9%201-1.9%201.8-2.9%202.7zm483%200c-.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.4zM439%20336.5c-24.6%2038.1-68.7%2063.5-119.1%2063.5s-94.5-25.4-119.1-63.5c-10.4-16.1%206.8-32.5%2025.5-28.1c28.9%206.8%2060.5%2010.5%2093.6%2010.5s64.7-3.7%2093.6-10.5c18.7-4.4%2035.9%2012%2025.5%2028.1M281.6%20228.8l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9%206.2-27.7%2014c-4.2%203.7-7.7%207.5-10.2%2010.3c-1.2%201.4-2.2%202.6-2.8%203.4c-.3.4-.6.7-.7.9l-.2.2c-2.1%202.8-5.7%203.9-8.9%202.8s-5.5-4.1-5.5-7.6c0-17.9%206.7-35.6%2016.6-48.8c9.8-13%2023.9-23.2%2039.4-23.2s29.6%2010.2%2039.4%2023.2c9.9%2013.2%2016.6%2030.9%2016.6%2048.8c0%203.4-2.2%206.5-5.5%207.6s-6.9%200-8.9-2.8m160%200l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9%206.2-27.7%2014c-4.2%203.7-7.7%207.5-10.2%2010.3c-1.2%201.4-2.2%202.6-2.8%203.4c-.3.4-.6.7-.7.9l-.2.2c-2.1%202.8-5.7%203.9-8.9%202.8s-5.5-4.1-5.5-7.6c0-17.9%206.7-35.6%2016.6-48.8c9.8-13%2023.9-23.2%2039.4-23.2s29.6%2010.2%2039.4%2023.2c9.9%2013.2%2016.6%2030.9%2016.6%2048.8c0%203.4-2.2%206.5-5.5%207.6s-6.9%200-8.9-2.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-grin-tears.svg?color=%231a73e8&size=48