face grin tongue wink icon

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

Name
face-grin-tongue-wink
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 tongue wink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0s256 114.6 256 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448v-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8m20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0M336 272a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-16 130.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64v-45.4c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6M336 184a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFaceGrinTongueWink(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="M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0s256 114.6 256 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448v-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8m20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0M336 272a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-16 130.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64v-45.4c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6M336 184a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0s256 114.6 256 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448v-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8m20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0M336 272a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-16 130.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64v-45.4c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6M336 184a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
</template>

CSS

.icon-face-grin-tongue-wink {
  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%22M174.5%20498.8C73.1%20464.7%200%20368.9%200%20256C0%20114.6%20114.6%200%20256%200s256%20114.6%20256%20256c0%20112.9-73.1%20208.7-174.5%20242.8C346.7%20484%20352%20466.6%20352%20448v-46.9c24.3-17.5%2043.6-41.6%2055.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c11.7%2027.8%2030.8%2051.7%2054.8%2069.2V448c0%2018.6%205.3%2036%2014.5%2050.8m20.7-265.2c5.3%207.1%2015.3%208.5%2022.4%203.2s8.5-15.3%203.2-22.4c-30.4-40.5-91.2-40.5-121.6%200c-5.3%207.1-3.9%2017.1%203.2%2022.4s17.1%203.9%2022.4-3.2c17.6-23.5%2052.8-23.5%2070.4%200M336%20272a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-16%20130.6V448c0%2035.3-28.7%2064-64%2064s-64-28.7-64-64v-45.4c0-14.7%2011.9-26.6%2026.6-26.6h2c11.3%200%2021.1%207.9%2023.6%2018.9c2.8%2012.6%2020.8%2012.6%2023.6%200c2.5-11.1%2012.3-18.9%2023.6-18.9h2c14.7%200%2026.6%2011.9%2026.6%2026.6M336%20184a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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%22M174.5%20498.8C73.1%20464.7%200%20368.9%200%20256C0%20114.6%20114.6%200%20256%200s256%20114.6%20256%20256c0%20112.9-73.1%20208.7-174.5%20242.8C346.7%20484%20352%20466.6%20352%20448v-46.9c24.3-17.5%2043.6-41.6%2055.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c11.7%2027.8%2030.8%2051.7%2054.8%2069.2V448c0%2018.6%205.3%2036%2014.5%2050.8m20.7-265.2c5.3%207.1%2015.3%208.5%2022.4%203.2s8.5-15.3%203.2-22.4c-30.4-40.5-91.2-40.5-121.6%200c-5.3%207.1-3.9%2017.1%203.2%2022.4s17.1%203.9%2022.4-3.2c17.6-23.5%2052.8-23.5%2070.4%200M336%20272a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-16%20130.6V448c0%2035.3-28.7%2064-64%2064s-64-28.7-64-64v-45.4c0-14.7%2011.9-26.6%2026.6-26.6h2c11.3%200%2021.1%207.9%2023.6%2018.9c2.8%2012.6%2020.8%2012.6%2023.6%200c2.5-11.1%2012.3-18.9%2023.6-18.9h2c14.7%200%2026.6%2011.9%2026.6%2026.6M336%20184a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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-tongue-wink.svg?color=%231a73e8&size=48