tinder from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tinder
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the tinder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.256 8.515c3.128 5.904.177 13.06-6.818 13.485C3.44 22 .307 11.364 7.38 6.455C7.38 14.5 14.13 7.5 12 2c3 1 5.794 3.562 7.256 6.515" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTinder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.256 8.515c3.128 5.904.177 13.06-6.818 13.485C3.44 22 .307 11.364 7.38 6.455C7.38 14.5 14.13 7.5 12 2c3 1 5.794 3.562 7.256 6.515" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.256 8.515c3.128 5.904.177 13.06-6.818 13.485C3.44 22 .307 11.364 7.38 6.455C7.38 14.5 14.13 7.5 12 2c3 1 5.794 3.562 7.256 6.515" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tinder {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.256%208.515c3.128%205.904.177%2013.06-6.818%2013.485C3.44%2022%20.307%2011.364%207.38%206.455C7.38%2014.5%2014.13%207.5%2012%202c3%201%205.794%203.562%207.256%206.515%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.256%208.515c3.128%205.904.177%2013.06-6.818%2013.485C3.44%2022%20.307%2011.364%207.38%206.455C7.38%2014.5%2014.13%207.5%2012%202c3%201%205.794%203.562%207.256%206.515%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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