face grin squint tears icon
face-grin-squint-tears from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-squint-tears
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 512×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-starsface-grin-tearsface-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 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-14.8 14.8-65.7 23.6-88.3 26.7c-5.6.9-10.3-3.9-9.5-9.5c3.3-22.5 12-73.4 26.8-88.2M75 75c83.2-83.3 209.5-97.2 307.2-41.8c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4S28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75m389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1c55.3 97.7 41.3 224-41.9 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4s80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6M92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19L178.7 352c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1l-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zM285 87.1c2 2 3.2 4.6 3.4 7.3l5.1 56.1l56.1 5.1c2.8.3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zm-270.1 410c-19.6-19.6-20-51-.7-70.3c14.8-14.8 65.6-23.6 88.2-26.7c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3c-19.2 19.1-50.7 18.7-70.3-.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceGrinSquintTears(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-14.8 14.8-65.7 23.6-88.3 26.7c-5.6.9-10.3-3.9-9.5-9.5c3.3-22.5 12-73.4 26.8-88.2M75 75c83.2-83.3 209.5-97.2 307.2-41.8c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4S28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75m389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1c55.3 97.7 41.3 224-41.9 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4s80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6M92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19L178.7 352c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1l-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zM285 87.1c2 2 3.2 4.6 3.4 7.3l5.1 56.1l56.1 5.1c2.8.3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zm-270.1 410c-19.6-19.6-20-51-.7-70.3c14.8-14.8 65.6-23.6 88.2-26.7c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3c-19.2 19.1-50.7 18.7-70.3-.8"/></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-14.8 14.8-65.7 23.6-88.3 26.7c-5.6.9-10.3-3.9-9.5-9.5c3.3-22.5 12-73.4 26.8-88.2M75 75c83.2-83.3 209.5-97.2 307.2-41.8c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4S28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75m389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1c55.3 97.7 41.3 224-41.9 307.2s-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4s80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6M92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19L178.7 352c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1l-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zM285 87.1c2 2 3.2 4.6 3.4 7.3l5.1 56.1l56.1 5.1c2.8.3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zm-270.1 410c-19.6-19.6-20-51-.7-70.3c14.8-14.8 65.6-23.6 88.2-26.7c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3c-19.2 19.1-50.7 18.7-70.3-.8"/></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-14.8%2014.8-65.7%2023.6-88.3%2026.7c-5.6.9-10.3-3.9-9.5-9.5c3.3-22.5%2012-73.4%2026.8-88.2M75%2075c83.2-83.3%20209.5-97.2%20307.2-41.8c-1.5%204.8-2.9%209.6-4.1%2014.3c-3.1%2012.2-5.5%2024.6-7.3%2035c-80.8-53.6-190.7-44.8-261.9%2026.4S28.9%20290%2082.5%20370.8c-10.5%201.8-22.9%204.2-35%207.3c-4.7%201.2-9.5%202.5-14.3%204.1C-22.2%20284.5-8.2%20158.2%2075%2075m389.6%2058.9c4.7-1.2%209.5-2.5%2014.3-4.1c55.3%2097.7%2041.3%20224-41.9%20307.2s-209.5%2097.2-307.2%2041.8c1.5-4.8%202.8-9.6%204-14.3c3.1-12.2%205.5-24.6%207.3-35c80.8%2053.6%20190.7%2044.8%20261.9-26.4s80-181.1%2026.4-261.9c10.5-1.8%2022.9-4.2%2035-7.3zm-105.4%2093c10.1-16.3%2033.9-16.9%2037.9%201.9c9.5%2044.4-3.7%2093.5-39.3%20129.1s-84.8%2048.8-129.1%2039.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7%2050.2-35.4%2073.6-58.8s43.1-48.4%2058.8-73.6M92%20265.3l97.4-29.7c11.6-3.5%2022.5%207.3%2019%2019L178.7%20352c-2.6%208.6-13.4%2011.3-19.8%204.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1l-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2%204.9-19.8zM285%2087.1c2%202%203.2%204.6%203.4%207.3l5.1%2056.1l56.1%205.1c2.8.3%205.4%201.5%207.3%203.4c6.3%206.3%203.6%2017.2-4.9%2019.8l-97.4%2029.7c-11.6%203.5-22.5-7.3-19-19L265.3%2092c2.6-8.6%2013.4-11.3%2019.8-4.9zm-270.1%20410c-19.6-19.6-20-51-.7-70.3c14.8-14.8%2065.6-23.6%2088.2-26.7c5.6-.9%2010.3%203.9%209.5%209.5c-3.2%2022.5-11.9%2073.5-26.7%2088.3c-19.2%2019.1-50.7%2018.7-70.3-.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%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-14.8%2014.8-65.7%2023.6-88.3%2026.7c-5.6.9-10.3-3.9-9.5-9.5c3.3-22.5%2012-73.4%2026.8-88.2M75%2075c83.2-83.3%20209.5-97.2%20307.2-41.8c-1.5%204.8-2.9%209.6-4.1%2014.3c-3.1%2012.2-5.5%2024.6-7.3%2035c-80.8-53.6-190.7-44.8-261.9%2026.4S28.9%20290%2082.5%20370.8c-10.5%201.8-22.9%204.2-35%207.3c-4.7%201.2-9.5%202.5-14.3%204.1C-22.2%20284.5-8.2%20158.2%2075%2075m389.6%2058.9c4.7-1.2%209.5-2.5%2014.3-4.1c55.3%2097.7%2041.3%20224-41.9%20307.2s-209.5%2097.2-307.2%2041.8c1.5-4.8%202.8-9.6%204-14.3c3.1-12.2%205.5-24.6%207.3-35c80.8%2053.6%20190.7%2044.8%20261.9-26.4s80-181.1%2026.4-261.9c10.5-1.8%2022.9-4.2%2035-7.3zm-105.4%2093c10.1-16.3%2033.9-16.9%2037.9%201.9c9.5%2044.4-3.7%2093.5-39.3%20129.1s-84.8%2048.8-129.1%2039.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7%2050.2-35.4%2073.6-58.8s43.1-48.4%2058.8-73.6M92%20265.3l97.4-29.7c11.6-3.5%2022.5%207.3%2019%2019L178.7%20352c-2.6%208.6-13.4%2011.3-19.8%204.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1l-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2%204.9-19.8zM285%2087.1c2%202%203.2%204.6%203.4%207.3l5.1%2056.1l56.1%205.1c2.8.3%205.4%201.5%207.3%203.4c6.3%206.3%203.6%2017.2-4.9%2019.8l-97.4%2029.7c-11.6%203.5-22.5-7.3-19-19L265.3%2092c2.6-8.6%2013.4-11.3%2019.8-4.9zm-270.1%20410c-19.6-19.6-20-51-.7-70.3c14.8-14.8%2065.6-23.6%2088.2-26.7c5.6-.9%2010.3%203.9%209.5%209.5c-3.2%2022.5-11.9%2073.5-26.7%2088.3c-19.2%2019.1-50.7%2018.7-70.3-.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-squint-tears.svg?color=%231a73e8&size=48