face grin squint tears icon

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

Name
face-grin-squint-tears
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the face grin squint tears icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M426.8 14.2c19.2-19.2 50.7-18.8 70.3.7s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6.2-3.1.5-4.6.6c-4.9.8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4.1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3.7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1c55.5 97.7 41.5 224-41.7 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75c83.2-83.3 209.5-97.2 307.2-41.8zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1.7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9c-4.2 15.9-9.8 30.5-16.6 37.3c-19.2 19.2-50.7 18.8-70.3-.7s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8.3c-19 35.5-45 70.8-77.5 103.3s-67.8 58.5-103.3 77.4c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1l5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8M265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1l-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFaceGrinSquintTears(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M426.8 14.2c19.2-19.2 50.7-18.8 70.3.7s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6.2-3.1.5-4.6.6c-4.9.8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4.1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3.7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1c55.5 97.7 41.5 224-41.7 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75c83.2-83.3 209.5-97.2 307.2-41.8zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1.7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9c-4.2 15.9-9.8 30.5-16.6 37.3c-19.2 19.2-50.7 18.8-70.3-.7s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8.3c-19 35.5-45 70.8-77.5 103.3s-67.8 58.5-103.3 77.4c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1l5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8M265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1l-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M426.8 14.2c19.2-19.2 50.7-18.8 70.3.7s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6.2-3.1.5-4.6.6c-4.9.8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4.1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3.7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1c55.5 97.7 41.5 224-41.7 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75c83.2-83.3 209.5-97.2 307.2-41.8zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1.7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9c-4.2 15.9-9.8 30.5-16.6 37.3c-19.2 19.2-50.7 18.8-70.3-.7s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8.3c-19 35.5-45 70.8-77.5 103.3s-67.8 58.5-103.3 77.4c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1l5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8M265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1l-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426.8%2014.2c19.2-19.2%2050.7-18.8%2070.3.7s20%2051%20.7%2070.3c-6.8%206.8-21.4%2012.4-37.4%2016.7c-16.3%204.4-34.1%207.5-46.3%209.3c-1.6.2-3.1.5-4.6.6c-4.9.8-9.1-2.8-9.5-7.4c-.1-.7%200-1.4.1-2.1c1.6-11.2%204.6-29.6%209-47c.3-1.3.7-2.6%201-3.9c4.3-15.9%209.8-30.5%2016.7-37.4zm-44.7%2019c-1.5%204.8-2.9%209.6-4.1%2014.3c-4.8%2018.9-8%2038.5-9.7%2050.3c-4%2026.8%2018.9%2049.7%2045.7%2045.8c11.9-1.6%2031.5-4.8%2050.4-9.7c4.7-1.2%209.5-2.5%2014.3-4.1c55.5%2097.7%2041.5%20224-41.7%20307.2s-209.5%2097.2-307.2%2041.8c1.5-4.8%202.8-9.6%204-14.3c4.8-18.9%208-38.5%209.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9%201.6-31.5%204.8-50.4%209.7c-4.7%201.2-9.5%202.5-14.3%204.1C-22.2%20284.5-8.2%20158.2%2075%2075c83.2-83.3%20209.5-97.2%20307.2-41.8zM51.5%20410.1c18.5-5%2038.8-8.3%2050.9-10c.4-.1.7-.1%201-.1c5.1-.2%209.2%204.3%208.4%209.6c-1.7%2012.1-5%2032.4-10%2050.9c-4.2%2015.9-9.8%2030.5-16.6%2037.3c-19.2%2019.2-50.7%2018.8-70.3-.7s-20-51-.7-70.3c6.8-6.8%2021.4-12.4%2037.4-16.7zM416.9%20209c-4.7-11.9-20.8-11-26.8.3c-19%2035.5-45%2070.8-77.5%20103.3s-67.8%2058.5-103.3%2077.4c-11.3%206-12.2%2022.1-.3%2026.8c57.6%2022.9%20125.8%2011%20172.3-35.5s58.4-114.8%2035.5-172.3zM87.1%20285.1c2%202%204.6%203.2%207.3%203.4l56.1%205.1l5.1%2056.1c.3%202.8%201.5%205.4%203.4%207.3c6.3%206.3%2017.2%203.6%2019.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92%20265.3c-8.6%202.6-11.3%2013.4-4.9%2019.8M265.3%2092l-29.7%2097.4c-3.5%2011.6%207.3%2022.5%2019%2019l97.4-29.7c8.6-2.6%2011.3-13.4%204.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1l-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8%204.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426.8%2014.2c19.2-19.2%2050.7-18.8%2070.3.7s20%2051%20.7%2070.3c-6.8%206.8-21.4%2012.4-37.4%2016.7c-16.3%204.4-34.1%207.5-46.3%209.3c-1.6.2-3.1.5-4.6.6c-4.9.8-9.1-2.8-9.5-7.4c-.1-.7%200-1.4.1-2.1c1.6-11.2%204.6-29.6%209-47c.3-1.3.7-2.6%201-3.9c4.3-15.9%209.8-30.5%2016.7-37.4zm-44.7%2019c-1.5%204.8-2.9%209.6-4.1%2014.3c-4.8%2018.9-8%2038.5-9.7%2050.3c-4%2026.8%2018.9%2049.7%2045.7%2045.8c11.9-1.6%2031.5-4.8%2050.4-9.7c4.7-1.2%209.5-2.5%2014.3-4.1c55.5%2097.7%2041.5%20224-41.7%20307.2s-209.5%2097.2-307.2%2041.8c1.5-4.8%202.8-9.6%204-14.3c4.8-18.9%208-38.5%209.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9%201.6-31.5%204.8-50.4%209.7c-4.7%201.2-9.5%202.5-14.3%204.1C-22.2%20284.5-8.2%20158.2%2075%2075c83.2-83.3%20209.5-97.2%20307.2-41.8zM51.5%20410.1c18.5-5%2038.8-8.3%2050.9-10c.4-.1.7-.1%201-.1c5.1-.2%209.2%204.3%208.4%209.6c-1.7%2012.1-5%2032.4-10%2050.9c-4.2%2015.9-9.8%2030.5-16.6%2037.3c-19.2%2019.2-50.7%2018.8-70.3-.7s-20-51-.7-70.3c6.8-6.8%2021.4-12.4%2037.4-16.7zM416.9%20209c-4.7-11.9-20.8-11-26.8.3c-19%2035.5-45%2070.8-77.5%20103.3s-67.8%2058.5-103.3%2077.4c-11.3%206-12.2%2022.1-.3%2026.8c57.6%2022.9%20125.8%2011%20172.3-35.5s58.4-114.8%2035.5-172.3zM87.1%20285.1c2%202%204.6%203.2%207.3%203.4l56.1%205.1l5.1%2056.1c.3%202.8%201.5%205.4%203.4%207.3c6.3%206.3%2017.2%203.6%2019.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92%20265.3c-8.6%202.6-11.3%2013.4-4.9%2019.8M265.3%2092l-29.7%2097.4c-3.5%2011.6%207.3%2022.5%2019%2019l97.4-29.7c8.6-2.6%2011.3-13.4%204.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1l-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8%204.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-squint-tears.svg?color=%231a73e8&size=48