heart tick icon

heart-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
heart-tick-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the heart tick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.2 12.398c-2.65 0-4.8 2.15-4.8 4.8c0 .9.25 1.75.7 2.47a4.77 4.77 0 0 0 4.1 2.33c1.75 0 3.28-.94 4.1-2.33c.44-.72.7-1.57.7-2.47c0-2.65-2.15-4.8-4.8-4.8m2.38 4.17l-2.56 2.36c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.18-1.18a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.67.67l2.03-1.88c.3-.28.78-.26 1.06.04c.28.31.26.79-.04 1.07"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartTickFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.2 12.398c-2.65 0-4.8 2.15-4.8 4.8c0 .9.25 1.75.7 2.47a4.77 4.77 0 0 0 4.1 2.33c1.75 0 3.28-.94 4.1-2.33c.44-.72.7-1.57.7-2.47c0-2.65-2.15-4.8-4.8-4.8m2.38 4.17l-2.56 2.36c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.18-1.18a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.67.67l2.03-1.88c.3-.28.78-.26 1.06.04c.28.31.26.79-.04 1.07"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.2 12.398c-2.65 0-4.8 2.15-4.8 4.8c0 .9.25 1.75.7 2.47a4.77 4.77 0 0 0 4.1 2.33c1.75 0 3.28-.94 4.1-2.33c.44-.72.7-1.57.7-2.47c0-2.65-2.15-4.8-4.8-4.8m2.38 4.17l-2.56 2.36c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.18-1.18a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.67.67l2.03-1.88c.3-.28.78-.26 1.06.04c.28.31.26.79-.04 1.07"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>
</template>

CSS

.icon-heart-tick-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17.2%2012.398c-2.65%200-4.8%202.15-4.8%204.8c0%20.9.25%201.75.7%202.47a4.77%204.77%200%200%200%204.1%202.33c1.75%200%203.28-.94%204.1-2.33c.44-.72.7-1.57.7-2.47c0-2.65-2.15-4.8-4.8-4.8m2.38%204.17l-2.56%202.36c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.18-1.18a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.67.67l2.03-1.88c.3-.28.78-.26%201.06.04c.28.31.26.79-.04%201.07%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.2%2012.398c-2.65%200-4.8%202.15-4.8%204.8c0%20.9.25%201.75.7%202.47a4.77%204.77%200%200%200%204.1%202.33c1.75%200%203.28-.94%204.1-2.33c.44-.72.7-1.57.7-2.47c0-2.65-2.15-4.8-4.8-4.8m2.38%204.17l-2.56%202.36c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.18-1.18a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.67.67l2.03-1.88c.3-.28.78-.26%201.06.04c.28.31.26.79-.04%201.07%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart-tick-filled.svg?color=%231a73e8&size=48

Heart Tick filled icon — Reicon · IconsDB