tongue wink left icon

tongue-wink-left from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tongue-wink-left
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the tongue wink left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22c5.523 0 10-4.478 10-10S17.523 2 12 2S2 6.476 2 12c0 1.231.223 2.41.63 3.5"/><path d="M6.341 14a6.002 6.002 0 0 0 11.317 0M11 18l-1.773 2.71a2.51 2.51 0 0 1-3.46.944c-1.212-.713-1.627-2.291-.927-3.525L6.613 15M10 8.8A1.84 1.84 0 0 0 8.5 8c-.613 0-1.158.313-1.5.8m9.125-.414v.53m-.375-.167c0-.414.168-.75.375-.75s.375.336.375.75s-.168.75-.375.75s-.375-.336-.375-.75"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTongueWinkLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 22c5.523 0 10-4.478 10-10S17.523 2 12 2S2 6.476 2 12c0 1.231.223 2.41.63 3.5"/><path d="M6.341 14a6.002 6.002 0 0 0 11.317 0M11 18l-1.773 2.71a2.51 2.51 0 0 1-3.46.944c-1.212-.713-1.627-2.291-.927-3.525L6.613 15M10 8.8A1.84 1.84 0 0 0 8.5 8c-.613 0-1.158.313-1.5.8m9.125-.414v.53m-.375-.167c0-.414.168-.75.375-.75s.375.336.375.75s-.168.75-.375.75s-.375-.336-.375-.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22c5.523 0 10-4.478 10-10S17.523 2 12 2S2 6.476 2 12c0 1.231.223 2.41.63 3.5"/><path d="M6.341 14a6.002 6.002 0 0 0 11.317 0M11 18l-1.773 2.71a2.51 2.51 0 0 1-3.46.944c-1.212-.713-1.627-2.291-.927-3.525L6.613 15M10 8.8A1.84 1.84 0 0 0 8.5 8c-.613 0-1.158.313-1.5.8m9.125-.414v.53m-.375-.167c0-.414.168-.75.375-.75s.375.336.375.75s-.168.75-.375.75s-.375-.336-.375-.75"/></g></svg>
</template>

CSS

.icon-tongue-wink-left {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.478%2010-10S17.523%202%2012%202S2%206.476%202%2012c0%201.231.223%202.41.63%203.5%22%2F%3E%3Cpath%20d%3D%22M6.341%2014a6.002%206.002%200%200%200%2011.317%200M11%2018l-1.773%202.71a2.51%202.51%200%200%201-3.46.944c-1.212-.713-1.627-2.291-.927-3.525L6.613%2015M10%208.8A1.84%201.84%200%200%200%208.5%208c-.613%200-1.158.313-1.5.8m9.125-.414v.53m-.375-.167c0-.414.168-.75.375-.75s.375.336.375.75s-.168.75-.375.75s-.375-.336-.375-.75%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.478%2010-10S17.523%202%2012%202S2%206.476%202%2012c0%201.231.223%202.41.63%203.5%22%2F%3E%3Cpath%20d%3D%22M6.341%2014a6.002%206.002%200%200%200%2011.317%200M11%2018l-1.773%202.71a2.51%202.51%200%200%201-3.46.944c-1.212-.713-1.627-2.291-.927-3.525L6.613%2015M10%208.8A1.84%201.84%200%200%200%208.5%208c-.613%200-1.158.313-1.5.8m9.125-.414v.53m-.375-.167c0-.414.168-.75.375-.75s.375.336.375.75s-.168.75-.375.75s-.375-.336-.375-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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