heart shine icon

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

Name
heart-shine-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More like icons from Reicon

Use the heart shine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M5.47 5.47a.75.75 0 0 1 1.06 0l.344.343a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 0-1.06m13.06 0a.75.75 0 0 1 0 1.06l-.343.344a.75.75 0 0 1-1.06-1.061l.343-.343a.75.75 0 0 1 1.06 0M1.25 12a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m18 0a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M6.873 17.127a.75.75 0 0 1 0 1.06l-.343.343a.75.75 0 0 1-1.06-1.06l.343-.343a.75.75 0 0 1 1.06 0m10.254 0a.75.75 0 0 1 1.06 0l.343.343a.75.75 0 1 1-1.06 1.06l-.343-.343a.75.75 0 0 1 0-1.06M12 19.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M7 11.06c0 2.542 2.01 3.897 3.48 5.11c.52.427 1.02.83 1.52.83s1-.403 1.52-.83c1.47-1.213 3.48-2.568 3.48-5.11s-2.75-4.346-5-1.902c-2.25-2.444-5-.64-5 1.902"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartShineFilled(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 fillRule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M5.47 5.47a.75.75 0 0 1 1.06 0l.344.343a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 0-1.06m13.06 0a.75.75 0 0 1 0 1.06l-.343.344a.75.75 0 0 1-1.06-1.061l.343-.343a.75.75 0 0 1 1.06 0M1.25 12a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m18 0a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M6.873 17.127a.75.75 0 0 1 0 1.06l-.343.343a.75.75 0 0 1-1.06-1.06l.343-.343a.75.75 0 0 1 1.06 0m10.254 0a.75.75 0 0 1 1.06 0l.343.343a.75.75 0 1 1-1.06 1.06l-.343-.343a.75.75 0 0 1 0-1.06M12 19.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M7 11.06c0 2.542 2.01 3.897 3.48 5.11c.52.427 1.02.83 1.52.83s1-.403 1.52-.83c1.47-1.213 3.48-2.568 3.48-5.11s-2.75-4.346-5-1.902c-2.25-2.444-5-.64-5 1.902"/></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 fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M5.47 5.47a.75.75 0 0 1 1.06 0l.344.343a.75.75 0 0 1-1.061 1.06L5.47 6.53a.75.75 0 0 1 0-1.06m13.06 0a.75.75 0 0 1 0 1.06l-.343.344a.75.75 0 0 1-1.06-1.061l.343-.343a.75.75 0 0 1 1.06 0M1.25 12a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m18 0a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M6.873 17.127a.75.75 0 0 1 0 1.06l-.343.343a.75.75 0 0 1-1.06-1.06l.343-.343a.75.75 0 0 1 1.06 0m10.254 0a.75.75 0 0 1 1.06 0l.343.343a.75.75 0 1 1-1.06 1.06l-.343-.343a.75.75 0 0 1 0-1.06M12 19.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M7 11.06c0 2.542 2.01 3.897 3.48 5.11c.52.427 1.02.83 1.52.83s1-.403 1.52-.83c1.47-1.213 3.48-2.568 3.48-5.11s-2.75-4.346-5-1.902c-2.25-2.444-5-.64-5 1.902"/></g></svg>
</template>

CSS

.icon-heart-shine-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M5.47%205.47a.75.75%200%200%201%201.06%200l.344.343a.75.75%200%200%201-1.061%201.06L5.47%206.53a.75.75%200%200%201%200-1.06m13.06%200a.75.75%200%200%201%200%201.06l-.343.344a.75.75%200%200%201-1.06-1.061l.343-.343a.75.75%200%200%201%201.06%200M1.25%2012a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m18%200a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M6.873%2017.127a.75.75%200%200%201%200%201.06l-.343.343a.75.75%200%200%201-1.06-1.06l.343-.343a.75.75%200%200%201%201.06%200m10.254%200a.75.75%200%200%201%201.06%200l.343.343a.75.75%200%201%201-1.06%201.06l-.343-.343a.75.75%200%200%201%200-1.06M12%2019.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2011.06c0%202.542%202.01%203.897%203.48%205.11c.52.427%201.02.83%201.52.83s1-.403%201.52-.83c1.47-1.213%203.48-2.568%203.48-5.11s-2.75-4.346-5-1.902c-2.25-2.444-5-.64-5%201.902%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M5.47%205.47a.75.75%200%200%201%201.06%200l.344.343a.75.75%200%200%201-1.061%201.06L5.47%206.53a.75.75%200%200%201%200-1.06m13.06%200a.75.75%200%200%201%200%201.06l-.343.344a.75.75%200%200%201-1.06-1.061l.343-.343a.75.75%200%200%201%201.06%200M1.25%2012a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m18%200a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M6.873%2017.127a.75.75%200%200%201%200%201.06l-.343.343a.75.75%200%200%201-1.06-1.06l.343-.343a.75.75%200%200%201%201.06%200m10.254%200a.75.75%200%200%201%201.06%200l.343.343a.75.75%200%201%201-1.06%201.06l-.343-.343a.75.75%200%200%201%200-1.06M12%2019.25a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2011.06c0%202.542%202.01%203.897%203.48%205.11c.52.427%201.02.83%201.52.83s1-.403%201.52-.83c1.47-1.213%203.48-2.568%203.48-5.11s-2.75-4.346-5-1.902c-2.25-2.444-5-.64-5%201.902%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-shine-filled.svg?color=%231a73e8&size=48

Heart Shine filled icon — Reicon · IconsDB