face grin tongue squint icon
face-grin-tongue-squint from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-tongue-squint
- 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-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beamface-laugh-squint
Use the face grin tongue squint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8zM320 416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceGrinTongueSquint(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="M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8zM320 416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2l36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8zM320 416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64"/></svg> </template>
CSS
.icon-face-grin-tongue-squint {
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%22M464%20256c0-114.9-93.1-208-208-208S48%20141.1%2048%20256c0%2081.7%2047.1%20152.4%20115.7%20186.4c-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8%207-22.5%2019.3-18.7c39.7%2012.2%2084.5%2019%20131.8%2019s92.1-6.8%20131.8-19c12.3-3.8%2024.3%206.9%2019.3%2018.7c-11.8%2028-31.1%2052-55.4%2069.6V416c0%209.2-1.3%2018-3.7%2026.4C416.9%20408.4%20464%20337.7%20464%20256M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m116-98.9c0-9%209.6-14.7%2017.5-10.5l89.9%2047.9c10.7%205.7%2010.7%2021.1%200%2026.8l-89.9%2047.9c-7.9%204.2-17.5-1.5-17.5-10.5c0-2.8%201-5.5%202.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2%2017.5%201.5%2017.5%2010.5c0%202.8-1%205.5-2.8%207.6l-36%2043.2l36%2043.2c1.8%202.1%202.8%204.8%202.8%207.6c0%209-9.6%2014.7-17.5%2010.5l-89.9-47.9c-10.7-5.7-10.7-21.1%200-26.8zM320%20416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3%200-21.1%207.9-23.6%2018.9c-2.8%2012.6-20.8%2012.6-23.6%200c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7%200-26.6%2011.9-26.6%2026.6V416c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64%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%22M464%20256c0-114.9-93.1-208-208-208S48%20141.1%2048%20256c0%2081.7%2047.1%20152.4%20115.7%20186.4c-2.4-8.4-3.7-17.3-3.7-26.4v-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8%207-22.5%2019.3-18.7c39.7%2012.2%2084.5%2019%20131.8%2019s92.1-6.8%20131.8-19c12.3-3.8%2024.3%206.9%2019.3%2018.7c-11.8%2028-31.1%2052-55.4%2069.6V416c0%209.2-1.3%2018-3.7%2026.4C416.9%20408.4%20464%20337.7%20464%20256M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m116-98.9c0-9%209.6-14.7%2017.5-10.5l89.9%2047.9c10.7%205.7%2010.7%2021.1%200%2026.8l-89.9%2047.9c-7.9%204.2-17.5-1.5-17.5-10.5c0-2.8%201-5.5%202.8-7.6l36-43.2l-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6m262.5-10.5c7.9-4.2%2017.5%201.5%2017.5%2010.5c0%202.8-1%205.5-2.8%207.6l-36%2043.2l36%2043.2c1.8%202.1%202.8%204.8%202.8%207.6c0%209-9.6%2014.7-17.5%2010.5l-89.9-47.9c-10.7-5.7-10.7-21.1%200-26.8zM320%20416v-37.4c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3%200-21.1%207.9-23.6%2018.9c-2.8%2012.6-20.8%2012.6-23.6%200c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7%200-26.6%2011.9-26.6%2026.6V416c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64%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-tongue-squint.svg?color=%231a73e8&size=48