flirt from IconPark Outline by ByteDance · Outline · Hands · Apache-2.0 Free for personal and commercial use.

Name
flirt
Set
IconPark Outline
Style
Outline
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark Outline

Use the flirt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M26 21c-2-.5-4.753-1.638-8.83 1.092c-3.03 2.03-4.305 5.148-4.735 7.438c-.205 1.089.72 1.967 1.82 1.836c.796-.094 1.68-.24 2.347-.467c1.97-.667 1.712-1.93 2.717-3.453s3.533-2.04 5.613-.885c2.08 1.154 2.746 3.125 2.298 4.797s-1.453 3.194-3.98 3.711s-3.344-.896-5.981-2.2c-1.374-.68-3.166.202-4.249.899a1.514 1.514 0 0 0-.61 1.822c.175.463.415 1.005.729 1.548c.816 1.413 4.378 5.951 8.985 6.588s9.404-1.66 12.12-5.114c2.718-3.452 2.798-8.209.907-12.299"/><path d="M35.046 26.42L32.001 14l-9.293-9.293c-.39-.39-1.02-.384-1.335.07c-.753 1.085-1.751 3.154-.372 5.223c.487.731 4 5 4 5s2.097 12.574 2.472 14.567"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFlirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M26 21c-2-.5-4.753-1.638-8.83 1.092c-3.03 2.03-4.305 5.148-4.735 7.438c-.205 1.089.72 1.967 1.82 1.836c.796-.094 1.68-.24 2.347-.467c1.97-.667 1.712-1.93 2.717-3.453s3.533-2.04 5.613-.885c2.08 1.154 2.746 3.125 2.298 4.797s-1.453 3.194-3.98 3.711s-3.344-.896-5.981-2.2c-1.374-.68-3.166.202-4.249.899a1.514 1.514 0 0 0-.61 1.822c.175.463.415 1.005.729 1.548c.816 1.413 4.378 5.951 8.985 6.588s9.404-1.66 12.12-5.114c2.718-3.452 2.798-8.209.907-12.299"/><path d="M35.046 26.42L32.001 14l-9.293-9.293c-.39-.39-1.02-.384-1.335.07c-.753 1.085-1.751 3.154-.372 5.223c.487.731 4 5 4 5s2.097 12.574 2.472 14.567"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M26 21c-2-.5-4.753-1.638-8.83 1.092c-3.03 2.03-4.305 5.148-4.735 7.438c-.205 1.089.72 1.967 1.82 1.836c.796-.094 1.68-.24 2.347-.467c1.97-.667 1.712-1.93 2.717-3.453s3.533-2.04 5.613-.885c2.08 1.154 2.746 3.125 2.298 4.797s-1.453 3.194-3.98 3.711s-3.344-.896-5.981-2.2c-1.374-.68-3.166.202-4.249.899a1.514 1.514 0 0 0-.61 1.822c.175.463.415 1.005.729 1.548c.816 1.413 4.378 5.951 8.985 6.588s9.404-1.66 12.12-5.114c2.718-3.452 2.798-8.209.907-12.299"/><path d="M35.046 26.42L32.001 14l-9.293-9.293c-.39-.39-1.02-.384-1.335.07c-.753 1.085-1.751 3.154-.372 5.223c.487.731 4 5 4 5s2.097 12.574 2.472 14.567"/></g></svg>
</template>

CSS

.icon-flirt {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M26%2021c-2-.5-4.753-1.638-8.83%201.092c-3.03%202.03-4.305%205.148-4.735%207.438c-.205%201.089.72%201.967%201.82%201.836c.796-.094%201.68-.24%202.347-.467c1.97-.667%201.712-1.93%202.717-3.453s3.533-2.04%205.613-.885c2.08%201.154%202.746%203.125%202.298%204.797s-1.453%203.194-3.98%203.711s-3.344-.896-5.981-2.2c-1.374-.68-3.166.202-4.249.899a1.514%201.514%200%200%200-.61%201.822c.175.463.415%201.005.729%201.548c.816%201.413%204.378%205.951%208.985%206.588s9.404-1.66%2012.12-5.114c2.718-3.452%202.798-8.209.907-12.299%22%2F%3E%3Cpath%20d%3D%22M35.046%2026.42L32.001%2014l-9.293-9.293c-.39-.39-1.02-.384-1.335.07c-.753%201.085-1.751%203.154-.372%205.223c.487.731%204%205%204%205s2.097%2012.574%202.472%2014.567%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M26%2021c-2-.5-4.753-1.638-8.83%201.092c-3.03%202.03-4.305%205.148-4.735%207.438c-.205%201.089.72%201.967%201.82%201.836c.796-.094%201.68-.24%202.347-.467c1.97-.667%201.712-1.93%202.717-3.453s3.533-2.04%205.613-.885c2.08%201.154%202.746%203.125%202.298%204.797s-1.453%203.194-3.98%203.711s-3.344-.896-5.981-2.2c-1.374-.68-3.166.202-4.249.899a1.514%201.514%200%200%200-.61%201.822c.175.463.415%201.005.729%201.548c.816%201.413%204.378%205.951%208.985%206.588s9.404-1.66%2012.12-5.114c2.718-3.452%202.798-8.209.907-12.299%22%2F%3E%3Cpath%20d%3D%22M35.046%2026.42L32.001%2014l-9.293-9.293c-.39-.39-1.02-.384-1.335.07c-.753%201.085-1.751%203.154-.372%205.223c.487.731%204%205%204%205s2.097%2012.574%202.472%2014.567%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/flirt.svg?color=%231a73e8&size=48