face grin tongue icon
face-grin-tongue from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-tongue
- 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-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beamface-laugh-squint
Use the face grin tongue 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-52.4c-8.9-8-16.7-17.1-23.1-27.1c-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.1c-6.4 9.9-14.2 19-23 27V416c0 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 0m176.4-80a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0M320 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 Fa6RegularFaceGrinTongue(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-52.4c-8.9-8-16.7-17.1-23.1-27.1c-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.1c-6.4 9.9-14.2 19-23 27V416c0 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 0m176.4-80a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0M320 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-52.4c-8.9-8-16.7-17.1-23.1-27.1c-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.1c-6.4 9.9-14.2 19-23 27V416c0 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 0m176.4-80a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0M320 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 {
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-52.4c-8.9-8-16.7-17.1-23.1-27.1c-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.1c-6.4%209.9-14.2%2019-23%2027V416c0%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%200m176.4-80a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m128%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200M320%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-52.4c-8.9-8-16.7-17.1-23.1-27.1c-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.1c-6.4%209.9-14.2%2019-23%2027V416c0%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%200m176.4-80a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m128%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200M320%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.svg?color=%231a73e8&size=48