heart fill icon

heart-fill-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
heart-fill-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Use the heart fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.655 14.916h-.002l-.006-.003l-.018-.01a22 22 0 0 1-3.744-2.584C2.045 10.731 0 8.35 0 5.5C0 2.836 2.086 1 4.25 1C5.797 1 7.153 1.802 8 3.02C8.847 1.802 10.203 1 11.75 1C13.914 1 16 2.836 16 5.5c0 2.85-2.044 5.231-3.886 6.818a22 22 0 0 1-3.433 2.414a7 7 0 0 1-.31.17l-.018.01l-.008.004a.75.75 0 0 1-.69 0"/></svg>

React

import type { SVGProps } from "react";

export function OcticonHeartFill16(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.655 14.916h-.002l-.006-.003l-.018-.01a22 22 0 0 1-3.744-2.584C2.045 10.731 0 8.35 0 5.5C0 2.836 2.086 1 4.25 1C5.797 1 7.153 1.802 8 3.02C8.847 1.802 10.203 1 11.75 1C13.914 1 16 2.836 16 5.5c0 2.85-2.044 5.231-3.886 6.818a22 22 0 0 1-3.433 2.414a7 7 0 0 1-.31.17l-.018.01l-.008.004a.75.75 0 0 1-.69 0"/></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.655 14.916h-.002l-.006-.003l-.018-.01a22 22 0 0 1-3.744-2.584C2.045 10.731 0 8.35 0 5.5C0 2.836 2.086 1 4.25 1C5.797 1 7.153 1.802 8 3.02C8.847 1.802 10.203 1 11.75 1C13.914 1 16 2.836 16 5.5c0 2.85-2.044 5.231-3.886 6.818a22 22 0 0 1-3.433 2.414a7 7 0 0 1-.31.17l-.018.01l-.008.004a.75.75 0 0 1-.69 0"/></svg>
</template>

CSS

.icon-heart-fill-16 {
  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.655%2014.916h-.002l-.006-.003l-.018-.01a22%2022%200%200%201-3.744-2.584C2.045%2010.731%200%208.35%200%205.5C0%202.836%202.086%201%204.25%201C5.797%201%207.153%201.802%208%203.02C8.847%201.802%2010.203%201%2011.75%201C13.914%201%2016%202.836%2016%205.5c0%202.85-2.044%205.231-3.886%206.818a22%2022%200%200%201-3.433%202.414a7%207%200%200%201-.31.17l-.018.01l-.008.004a.75.75%200%200%201-.69%200%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.655%2014.916h-.002l-.006-.003l-.018-.01a22%2022%200%200%201-3.744-2.584C2.045%2010.731%200%208.35%200%205.5C0%202.836%202.086%201%204.25%201C5.797%201%207.153%201.802%208%203.02C8.847%201.802%2010.203%201%2011.75%201C13.914%201%2016%202.836%2016%205.5c0%202.85-2.044%205.231-3.886%206.818a22%2022%200%200%201-3.433%202.414a7%207%200%200%201-.31.17l-.018.01l-.008.004a.75.75%200%200%201-.69%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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