face grin tongue wink icon

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

Name
face-grin-tongue-wink
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the face grin tongue wink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.2 554.1C126.5 514.2 64 424.4 64 320C64 178.6 178.6 64 320 64s256 114.6 256 256c0 104.4-62.5 194.2-152.2 234.1c5.3-13 8.2-27.2 8.2-42.1v-61.7c16.9-16.5 30.1-36.7 38.3-59.3c4.3-11.8-7.7-21.8-19.6-18.1C411.5 385.1 367 392 320 392s-91.5-6.9-130.7-19.1c-11.9-3.7-23.9 6.3-19.6 18.1c8.3 22.6 21.5 42.8 38.3 59.3V512c0 14.9 2.9 29.1 8.2 42.1M216 276h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m184 60c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 130.6V512c0 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.6M400 248c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFaceGrinTongueWink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.2 554.1C126.5 514.2 64 424.4 64 320C64 178.6 178.6 64 320 64s256 114.6 256 256c0 104.4-62.5 194.2-152.2 234.1c5.3-13 8.2-27.2 8.2-42.1v-61.7c16.9-16.5 30.1-36.7 38.3-59.3c4.3-11.8-7.7-21.8-19.6-18.1C411.5 385.1 367 392 320 392s-91.5-6.9-130.7-19.1c-11.9-3.7-23.9 6.3-19.6 18.1c8.3 22.6 21.5 42.8 38.3 59.3V512c0 14.9 2.9 29.1 8.2 42.1M216 276h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m184 60c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 130.6V512c0 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.6M400 248c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.2 554.1C126.5 514.2 64 424.4 64 320C64 178.6 178.6 64 320 64s256 114.6 256 256c0 104.4-62.5 194.2-152.2 234.1c5.3-13 8.2-27.2 8.2-42.1v-61.7c16.9-16.5 30.1-36.7 38.3-59.3c4.3-11.8-7.7-21.8-19.6-18.1C411.5 385.1 367 392 320 392s-91.5-6.9-130.7-19.1c-11.9-3.7-23.9 6.3-19.6 18.1c8.3 22.6 21.5 42.8 38.3 59.3V512c0 14.9 2.9 29.1 8.2 42.1M216 276h16c11 0 20 9 20 20s9 20 20 20s20-9 20-20c0-33.1-26.9-60-60-60h-16c-33.1 0-60 26.9-60 60c0 11 9 20 20 20s20-9 20-20s9-20 20-20m184 60c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m-16 130.6V512c0 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.6M400 248c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216.2%20554.1C126.5%20514.2%2064%20424.4%2064%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256c0%20104.4-62.5%20194.2-152.2%20234.1c5.3-13%208.2-27.2%208.2-42.1v-61.7c16.9-16.5%2030.1-36.7%2038.3-59.3c4.3-11.8-7.7-21.8-19.6-18.1C411.5%20385.1%20367%20392%20320%20392s-91.5-6.9-130.7-19.1c-11.9-3.7-23.9%206.3-19.6%2018.1c8.3%2022.6%2021.5%2042.8%2038.3%2059.3V512c0%2014.9%202.9%2029.1%208.2%2042.1M216%20276h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20s9-20%2020-20m184%2060c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m-16%20130.6V512c0%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.6M400%20248c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216.2%20554.1C126.5%20514.2%2064%20424.4%2064%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256c0%20104.4-62.5%20194.2-152.2%20234.1c5.3-13%208.2-27.2%208.2-42.1v-61.7c16.9-16.5%2030.1-36.7%2038.3-59.3c4.3-11.8-7.7-21.8-19.6-18.1C411.5%20385.1%20367%20392%20320%20392s-91.5-6.9-130.7-19.1c-11.9-3.7-23.9%206.3-19.6%2018.1c8.3%2022.6%2021.5%2042.8%2038.3%2059.3V512c0%2014.9%202.9%2029.1%208.2%2042.1M216%20276h16c11%200%2020%209%2020%2020s9%2020%2020%2020s20-9%2020-20c0-33.1-26.9-60-60-60h-16c-33.1%200-60%2026.9-60%2060c0%2011%209%2020%2020%2020s20-9%2020-20s9-20%2020-20m184%2060c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m-16%20130.6V512c0%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.6M400%20248c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/face-grin-tongue-wink.svg?color=%231a73e8&size=48