heart-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
heart-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.541 3.948a3.25 3.25 0 0 0-4.595-.012a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0l4.683-4.68a3.25 3.25 0 0 0-.012-4.594a3.25 3.25 0 0 0-4.601-.012l-.447.448zm4.805 3.905L8.02 12.178L3.665 7.824a2.25 2.25 0 0 1-.012-3.18a2.25 2.25 0 0 1 3.181.01l.81.81a.5.5 0 0 0 .715-.008l.79-.796a2.25 2.25 0 0 1 3.186.012a2.25 2.25 0 0 1 .011 3.181"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeart16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.541 3.948a3.25 3.25 0 0 0-4.595-.012a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0l4.683-4.68a3.25 3.25 0 0 0-.012-4.594a3.25 3.25 0 0 0-4.601-.012l-.447.448zm4.805 3.905L8.02 12.178L3.665 7.824a2.25 2.25 0 0 1-.012-3.18a2.25 2.25 0 0 1 3.181.01l.81.81a.5.5 0 0 0 .715-.008l.79-.796a2.25 2.25 0 0 1 3.186.012a2.25 2.25 0 0 1 .011 3.181"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.541 3.948a3.25 3.25 0 0 0-4.595-.012a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0l4.683-4.68a3.25 3.25 0 0 0-.012-4.594a3.25 3.25 0 0 0-4.601-.012l-.447.448zm4.805 3.905L8.02 12.178L3.665 7.824a2.25 2.25 0 0 1-.012-3.18a2.25 2.25 0 0 1 3.181.01l.81.81a.5.5 0 0 0 .715-.008l.79-.796a2.25 2.25 0 0 1 3.186.012a2.25 2.25 0 0 1 .011 3.181"/></svg>
</template>

CSS

.icon-heart-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.541%203.948a3.25%203.25%200%200%200-4.595-.012a3.25%203.25%200%200%200%20.012%204.595l4.707%204.708a.5.5%200%200%200%20.707%200l4.683-4.68a3.25%203.25%200%200%200-.012-4.594a3.25%203.25%200%200%200-4.601-.012l-.447.448zm4.805%203.905L8.02%2012.178L3.665%207.824a2.25%202.25%200%200%201-.012-3.18a2.25%202.25%200%200%201%203.181.01l.81.81a.5.5%200%200%200%20.715-.008l.79-.796a2.25%202.25%200%200%201%203.186.012a2.25%202.25%200%200%201%20.011%203.181%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.541%203.948a3.25%203.25%200%200%200-4.595-.012a3.25%203.25%200%200%200%20.012%204.595l4.707%204.708a.5.5%200%200%200%20.707%200l4.683-4.68a3.25%203.25%200%200%200-.012-4.594a3.25%203.25%200%200%200-4.601-.012l-.447.448zm4.805%203.905L8.02%2012.178L3.665%207.824a2.25%202.25%200%200%201-.012-3.18a2.25%202.25%200%200%201%203.181.01l.81.81a.5.5%200%200%200%20.715-.008l.79-.796a2.25%202.25%200%200%201%203.186.012a2.25%202.25%200%200%201%20.011%203.181%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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