grin tongue wink icon

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

Name
grin-tongue-wink
Set
Font Awesome Regular
Style
Regular
Category
Emoji
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More emoji icons from Font Awesome Regular

Use the 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="M430.9 496c.8-5.2 1.1-10.6 1.1-16v-53.5c10.2-12.6 18.3-26.9 23.8-42.5c4.1-11.6-7.8-21.4-19.6-17.8c-34.8 10.6-74.3 16.6-116.3 16.6c-41.9 0-81.4-6-116.1-16.5c-11.8-3.6-23.7 6.1-19.6 17.8c5.5 15.5 13.6 29.9 23.8 42.4V480c0 5.4.4 10.8 1.1 16c-58.4-36.8-97.1-101.9-97.1-176c0-114.9 93.1-208 208-208s208 93.1 208 208c0 74.1-38.8 139.2-97.1 176m-38.8 69.7C498.4 534.6 576 436.3 576 320c0-141.4-114.6-256-256-256S64 178.6 64 320c0 116.3 77.6 214.6 183.9 245.7c19.5 16.4 44.6 26.3 72.1 26.3s52.6-9.9 72.1-26.3M384 442.6V480c0 35.3-28.7 64-64 64s-64-28.7-64-64v-37.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.6M196 296c0-11 9-20 20-20h16c11 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-20m228.4-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-72.4 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m128 0c0-44.2-35.8-80-80-80s-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularGrinTongueWink(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="M430.9 496c.8-5.2 1.1-10.6 1.1-16v-53.5c10.2-12.6 18.3-26.9 23.8-42.5c4.1-11.6-7.8-21.4-19.6-17.8c-34.8 10.6-74.3 16.6-116.3 16.6c-41.9 0-81.4-6-116.1-16.5c-11.8-3.6-23.7 6.1-19.6 17.8c5.5 15.5 13.6 29.9 23.8 42.4V480c0 5.4.4 10.8 1.1 16c-58.4-36.8-97.1-101.9-97.1-176c0-114.9 93.1-208 208-208s208 93.1 208 208c0 74.1-38.8 139.2-97.1 176m-38.8 69.7C498.4 534.6 576 436.3 576 320c0-141.4-114.6-256-256-256S64 178.6 64 320c0 116.3 77.6 214.6 183.9 245.7c19.5 16.4 44.6 26.3 72.1 26.3s52.6-9.9 72.1-26.3M384 442.6V480c0 35.3-28.7 64-64 64s-64-28.7-64-64v-37.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.6M196 296c0-11 9-20 20-20h16c11 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-20m228.4-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-72.4 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m128 0c0-44.2-35.8-80-80-80s-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M430.9 496c.8-5.2 1.1-10.6 1.1-16v-53.5c10.2-12.6 18.3-26.9 23.8-42.5c4.1-11.6-7.8-21.4-19.6-17.8c-34.8 10.6-74.3 16.6-116.3 16.6c-41.9 0-81.4-6-116.1-16.5c-11.8-3.6-23.7 6.1-19.6 17.8c5.5 15.5 13.6 29.9 23.8 42.4V480c0 5.4.4 10.8 1.1 16c-58.4-36.8-97.1-101.9-97.1-176c0-114.9 93.1-208 208-208s208 93.1 208 208c0 74.1-38.8 139.2-97.1 176m-38.8 69.7C498.4 534.6 576 436.3 576 320c0-141.4-114.6-256-256-256S64 178.6 64 320c0 116.3 77.6 214.6 183.9 245.7c19.5 16.4 44.6 26.3 72.1 26.3s52.6-9.9 72.1-26.3M384 442.6V480c0 35.3-28.7 64-64 64s-64-28.7-64-64v-37.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.6M196 296c0-11 9-20 20-20h16c11 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-20m228.4-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-72.4 0c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m128 0c0-44.2-35.8-80-80-80s-80 35.8-80 80s35.8 80 80 80s80-35.8 80-80"/></svg>
</template>

CSS

.icon-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%22M430.9%20496c.8-5.2%201.1-10.6%201.1-16v-53.5c10.2-12.6%2018.3-26.9%2023.8-42.5c4.1-11.6-7.8-21.4-19.6-17.8c-34.8%2010.6-74.3%2016.6-116.3%2016.6c-41.9%200-81.4-6-116.1-16.5c-11.8-3.6-23.7%206.1-19.6%2017.8c5.5%2015.5%2013.6%2029.9%2023.8%2042.4V480c0%205.4.4%2010.8%201.1%2016c-58.4-36.8-97.1-101.9-97.1-176c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2074.1-38.8%20139.2-97.1%20176m-38.8%2069.7C498.4%20534.6%20576%20436.3%20576%20320c0-141.4-114.6-256-256-256S64%20178.6%2064%20320c0%20116.3%2077.6%20214.6%20183.9%20245.7c19.5%2016.4%2044.6%2026.3%2072.1%2026.3s52.6-9.9%2072.1-26.3M384%20442.6V480c0%2035.3-28.7%2064-64%2064s-64-28.7-64-64v-37.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.6M196%20296c0-11%209-20%2020-20h16c11%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-20m228.4-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m-72.4%200c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m128%200c0-44.2-35.8-80-80-80s-80%2035.8-80%2080s35.8%2080%2080%2080s80-35.8%2080-80%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%22M430.9%20496c.8-5.2%201.1-10.6%201.1-16v-53.5c10.2-12.6%2018.3-26.9%2023.8-42.5c4.1-11.6-7.8-21.4-19.6-17.8c-34.8%2010.6-74.3%2016.6-116.3%2016.6c-41.9%200-81.4-6-116.1-16.5c-11.8-3.6-23.7%206.1-19.6%2017.8c5.5%2015.5%2013.6%2029.9%2023.8%2042.4V480c0%205.4.4%2010.8%201.1%2016c-58.4-36.8-97.1-101.9-97.1-176c0-114.9%2093.1-208%20208-208s208%2093.1%20208%20208c0%2074.1-38.8%20139.2-97.1%20176m-38.8%2069.7C498.4%20534.6%20576%20436.3%20576%20320c0-141.4-114.6-256-256-256S64%20178.6%2064%20320c0%20116.3%2077.6%20214.6%20183.9%20245.7c19.5%2016.4%2044.6%2026.3%2072.1%2026.3s52.6-9.9%2072.1-26.3M384%20442.6V480c0%2035.3-28.7%2064-64%2064s-64-28.7-64-64v-37.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.6M196%20296c0-11%209-20%2020-20h16c11%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-20m228.4-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m-72.4%200c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m128%200c0-44.2-35.8-80-80-80s-80%2035.8-80%2080s35.8%2080%2080%2080s80-35.8%2080-80%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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