face grin squint tears icon

face-grin-squint-tears from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
face-grin-squint-tears
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 grin squint tears icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M592 99.4c0 25.6-18.8 47.3-44.1 50.9l-46.8 6.7c-10.6 1.5-19.6-7.5-18.1-18.1l6.7-46.7C493.3 66.8 515 48 540.6 48C569 48 592 71 592 99.4m-156.5 32.7c-6 42.2 30.2 78.4 72.4 72.4l37.8-5.4c52 96.9 37.1 220.2-44.7 301.9s-205 96.6-301.9 44.7l5.4-37.8c6-42.2-30.2-78.4-72.4-72.4l-37.8 5.4C42.3 344 57.2 220.7 139 139s205-96.7 301.9-44.7zM449.8 265c-19.1 36.4-45.6 72.7-78.9 106s-69.6 59.8-106 78.9c-11.1 5.8-12.4 21.4-1.1 26.6c59.2 27.5 131.8 16.8 180.6-32s59.5-121.4 32-180.6c-5.3-11.3-20.8-10-26.6 1.1m-303.9 69.6c1.7 8 9 13.4 17.1 12.7l43.1-3.9l-3.9 43.1c-.7 8.1 4.7 15.5 12.7 17.1s15.9-2.9 18.4-10.6l28-84.6c1.9-5.7.4-12.1-3.9-16.3s-10.6-5.8-16.3-3.9l-84.6 28c-7.7 2.6-12.3 10.5-10.6 18.5zm201.3-171.5c.7-8.1-4.7-15.5-12.7-17.1s-15.9 2.9-18.5 10.6l-28 84.6c-1.9 5.7-.4 12.1 3.9 16.3s10.6 5.8 16.3 3.9l84.6-28c7.7-2.6 12.3-10.5 10.6-18.4s-9-13.4-17.1-12.7l-43.1 3.9l3.9-43.1zM92.1 489.7l46.7-6.7c10.6-1.5 19.6 7.5 18.1 18.1l-6.7 46.7C146.7 573.2 125 592 99.4 592C71 592 48 569 48 540.6c0-25.6 18.8-47.3 44.1-50.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFaceGrinSquintTears(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="M592 99.4c0 25.6-18.8 47.3-44.1 50.9l-46.8 6.7c-10.6 1.5-19.6-7.5-18.1-18.1l6.7-46.7C493.3 66.8 515 48 540.6 48C569 48 592 71 592 99.4m-156.5 32.7c-6 42.2 30.2 78.4 72.4 72.4l37.8-5.4c52 96.9 37.1 220.2-44.7 301.9s-205 96.6-301.9 44.7l5.4-37.8c6-42.2-30.2-78.4-72.4-72.4l-37.8 5.4C42.3 344 57.2 220.7 139 139s205-96.7 301.9-44.7zM449.8 265c-19.1 36.4-45.6 72.7-78.9 106s-69.6 59.8-106 78.9c-11.1 5.8-12.4 21.4-1.1 26.6c59.2 27.5 131.8 16.8 180.6-32s59.5-121.4 32-180.6c-5.3-11.3-20.8-10-26.6 1.1m-303.9 69.6c1.7 8 9 13.4 17.1 12.7l43.1-3.9l-3.9 43.1c-.7 8.1 4.7 15.5 12.7 17.1s15.9-2.9 18.4-10.6l28-84.6c1.9-5.7.4-12.1-3.9-16.3s-10.6-5.8-16.3-3.9l-84.6 28c-7.7 2.6-12.3 10.5-10.6 18.5zm201.3-171.5c.7-8.1-4.7-15.5-12.7-17.1s-15.9 2.9-18.5 10.6l-28 84.6c-1.9 5.7-.4 12.1 3.9 16.3s10.6 5.8 16.3 3.9l84.6-28c7.7-2.6 12.3-10.5 10.6-18.4s-9-13.4-17.1-12.7l-43.1 3.9l3.9-43.1zM92.1 489.7l46.7-6.7c10.6-1.5 19.6 7.5 18.1 18.1l-6.7 46.7C146.7 573.2 125 592 99.4 592C71 592 48 569 48 540.6c0-25.6 18.8-47.3 44.1-50.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M592 99.4c0 25.6-18.8 47.3-44.1 50.9l-46.8 6.7c-10.6 1.5-19.6-7.5-18.1-18.1l6.7-46.7C493.3 66.8 515 48 540.6 48C569 48 592 71 592 99.4m-156.5 32.7c-6 42.2 30.2 78.4 72.4 72.4l37.8-5.4c52 96.9 37.1 220.2-44.7 301.9s-205 96.6-301.9 44.7l5.4-37.8c6-42.2-30.2-78.4-72.4-72.4l-37.8 5.4C42.3 344 57.2 220.7 139 139s205-96.7 301.9-44.7zM449.8 265c-19.1 36.4-45.6 72.7-78.9 106s-69.6 59.8-106 78.9c-11.1 5.8-12.4 21.4-1.1 26.6c59.2 27.5 131.8 16.8 180.6-32s59.5-121.4 32-180.6c-5.3-11.3-20.8-10-26.6 1.1m-303.9 69.6c1.7 8 9 13.4 17.1 12.7l43.1-3.9l-3.9 43.1c-.7 8.1 4.7 15.5 12.7 17.1s15.9-2.9 18.4-10.6l28-84.6c1.9-5.7.4-12.1-3.9-16.3s-10.6-5.8-16.3-3.9l-84.6 28c-7.7 2.6-12.3 10.5-10.6 18.5zm201.3-171.5c.7-8.1-4.7-15.5-12.7-17.1s-15.9 2.9-18.5 10.6l-28 84.6c-1.9 5.7-.4 12.1 3.9 16.3s10.6 5.8 16.3 3.9l84.6-28c7.7-2.6 12.3-10.5 10.6-18.4s-9-13.4-17.1-12.7l-43.1 3.9l3.9-43.1zM92.1 489.7l46.7-6.7c10.6-1.5 19.6 7.5 18.1 18.1l-6.7 46.7C146.7 573.2 125 592 99.4 592C71 592 48 569 48 540.6c0-25.6 18.8-47.3 44.1-50.9"/></svg>
</template>

CSS

.icon-face-grin-squint-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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M592%2099.4c0%2025.6-18.8%2047.3-44.1%2050.9l-46.8%206.7c-10.6%201.5-19.6-7.5-18.1-18.1l6.7-46.7C493.3%2066.8%20515%2048%20540.6%2048C569%2048%20592%2071%20592%2099.4m-156.5%2032.7c-6%2042.2%2030.2%2078.4%2072.4%2072.4l37.8-5.4c52%2096.9%2037.1%20220.2-44.7%20301.9s-205%2096.6-301.9%2044.7l5.4-37.8c6-42.2-30.2-78.4-72.4-72.4l-37.8%205.4C42.3%20344%2057.2%20220.7%20139%20139s205-96.7%20301.9-44.7zM449.8%20265c-19.1%2036.4-45.6%2072.7-78.9%20106s-69.6%2059.8-106%2078.9c-11.1%205.8-12.4%2021.4-1.1%2026.6c59.2%2027.5%20131.8%2016.8%20180.6-32s59.5-121.4%2032-180.6c-5.3-11.3-20.8-10-26.6%201.1m-303.9%2069.6c1.7%208%209%2013.4%2017.1%2012.7l43.1-3.9l-3.9%2043.1c-.7%208.1%204.7%2015.5%2012.7%2017.1s15.9-2.9%2018.4-10.6l28-84.6c1.9-5.7.4-12.1-3.9-16.3s-10.6-5.8-16.3-3.9l-84.6%2028c-7.7%202.6-12.3%2010.5-10.6%2018.5zm201.3-171.5c.7-8.1-4.7-15.5-12.7-17.1s-15.9%202.9-18.5%2010.6l-28%2084.6c-1.9%205.7-.4%2012.1%203.9%2016.3s10.6%205.8%2016.3%203.9l84.6-28c7.7-2.6%2012.3-10.5%2010.6-18.4s-9-13.4-17.1-12.7l-43.1%203.9l3.9-43.1zM92.1%20489.7l46.7-6.7c10.6-1.5%2019.6%207.5%2018.1%2018.1l-6.7%2046.7C146.7%20573.2%20125%20592%2099.4%20592C71%20592%2048%20569%2048%20540.6c0-25.6%2018.8-47.3%2044.1-50.9%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%22M592%2099.4c0%2025.6-18.8%2047.3-44.1%2050.9l-46.8%206.7c-10.6%201.5-19.6-7.5-18.1-18.1l6.7-46.7C493.3%2066.8%20515%2048%20540.6%2048C569%2048%20592%2071%20592%2099.4m-156.5%2032.7c-6%2042.2%2030.2%2078.4%2072.4%2072.4l37.8-5.4c52%2096.9%2037.1%20220.2-44.7%20301.9s-205%2096.6-301.9%2044.7l5.4-37.8c6-42.2-30.2-78.4-72.4-72.4l-37.8%205.4C42.3%20344%2057.2%20220.7%20139%20139s205-96.7%20301.9-44.7zM449.8%20265c-19.1%2036.4-45.6%2072.7-78.9%20106s-69.6%2059.8-106%2078.9c-11.1%205.8-12.4%2021.4-1.1%2026.6c59.2%2027.5%20131.8%2016.8%20180.6-32s59.5-121.4%2032-180.6c-5.3-11.3-20.8-10-26.6%201.1m-303.9%2069.6c1.7%208%209%2013.4%2017.1%2012.7l43.1-3.9l-3.9%2043.1c-.7%208.1%204.7%2015.5%2012.7%2017.1s15.9-2.9%2018.4-10.6l28-84.6c1.9-5.7.4-12.1-3.9-16.3s-10.6-5.8-16.3-3.9l-84.6%2028c-7.7%202.6-12.3%2010.5-10.6%2018.5zm201.3-171.5c.7-8.1-4.7-15.5-12.7-17.1s-15.9%202.9-18.5%2010.6l-28%2084.6c-1.9%205.7-.4%2012.1%203.9%2016.3s10.6%205.8%2016.3%203.9l84.6-28c7.7-2.6%2012.3-10.5%2010.6-18.4s-9-13.4-17.1-12.7l-43.1%203.9l3.9-43.1zM92.1%20489.7l46.7-6.7c10.6-1.5%2019.6%207.5%2018.1%2018.1l-6.7%2046.7C146.7%20573.2%20125%20592%2099.4%20592C71%20592%2048%20569%2048%20540.6c0-25.6%2018.8-47.3%2044.1-50.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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