heart filled icon

heart-filled from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
heart-filled
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the heart filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.022 14.072a.5.5 0 0 1-.354-.146L2.104 8.361A3.74 3.74 0 0 1 .998 5.699c0-1.754 1.328-3.698 3.73-3.698c.975 0 1.951.357 2.665 1.07l.602.601l.592-.595a3.73 3.73 0 0 1 2.642-1.074c2.975 0 3.769 2.682 3.769 3.75c0 .957-.362 1.913-1.086 2.641l-5.536 5.533a.5.5 0 0 1-.354.146z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconHeartFilled(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="M8.022 14.072a.5.5 0 0 1-.354-.146L2.104 8.361A3.74 3.74 0 0 1 .998 5.699c0-1.754 1.328-3.698 3.73-3.698c.975 0 1.951.357 2.665 1.07l.602.601l.592-.595a3.73 3.73 0 0 1 2.642-1.074c2.975 0 3.769 2.682 3.769 3.75c0 .957-.362 1.913-1.086 2.641l-5.536 5.533a.5.5 0 0 1-.354.146z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.022 14.072a.5.5 0 0 1-.354-.146L2.104 8.361A3.74 3.74 0 0 1 .998 5.699c0-1.754 1.328-3.698 3.73-3.698c.975 0 1.951.357 2.665 1.07l.602.601l.592-.595a3.73 3.73 0 0 1 2.642-1.074c2.975 0 3.769 2.682 3.769 3.75c0 .957-.362 1.913-1.086 2.641l-5.536 5.533a.5.5 0 0 1-.354.146z"/></svg>
</template>

CSS

.icon-heart-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.022%2014.072a.5.5%200%200%201-.354-.146L2.104%208.361A3.74%203.74%200%200%201%20.998%205.699c0-1.754%201.328-3.698%203.73-3.698c.975%200%201.951.357%202.665%201.07l.602.601l.592-.595a3.73%203.73%200%200%201%202.642-1.074c2.975%200%203.769%202.682%203.769%203.75c0%20.957-.362%201.913-1.086%202.641l-5.536%205.533a.5.5%200%200%201-.354.146z%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%22M8.022%2014.072a.5.5%200%200%201-.354-.146L2.104%208.361A3.74%203.74%200%200%201%20.998%205.699c0-1.754%201.328-3.698%203.73-3.698c.975%200%201.951.357%202.665%201.07l.602.601l.592-.595a3.73%203.73%200%200%201%202.642-1.074c2.975%200%203.769%202.682%203.769%203.75c0%20.957-.362%201.913-1.086%202.641l-5.536%205.533a.5.5%200%200%201-.354.146z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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