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

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

The same icon in other sets

Related icons in Codicons

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="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.146zM4.728 2.965a2.726 2.726 0 0 0-2.73 2.731c0 .876.397 1.541.813 1.957l5.211 5.213l5.182-5.179c.53-.533.794-1.233.794-1.934a2.754 2.754 0 0 0-2.769-2.76c-.704 0-1.406.263-1.934.791l-.944.949a.5.5 0 0 1-.708.001l-.956-.955a2.75 2.75 0 0 0-1.958-.813z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconHeart(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.146zM4.728 2.965a2.726 2.726 0 0 0-2.73 2.731c0 .876.397 1.541.813 1.957l5.211 5.213l5.182-5.179c.53-.533.794-1.233.794-1.934a2.754 2.754 0 0 0-2.769-2.76c-.704 0-1.406.263-1.934.791l-.944.949a.5.5 0 0 1-.708.001l-.956-.955a2.75 2.75 0 0 0-1.958-.813z"/></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.146zM4.728 2.965a2.726 2.726 0 0 0-2.73 2.731c0 .876.397 1.541.813 1.957l5.211 5.213l5.182-5.179c.53-.533.794-1.233.794-1.934a2.754 2.754 0 0 0-2.769-2.76c-.704 0-1.406.263-1.934.791l-.944.949a.5.5 0 0 1-.708.001l-.956-.955a2.75 2.75 0 0 0-1.958-.813z"/></svg>
</template>

CSS

.icon-heart {
  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.146zM4.728%202.965a2.726%202.726%200%200%200-2.73%202.731c0%20.876.397%201.541.813%201.957l5.211%205.213l5.182-5.179c.53-.533.794-1.233.794-1.934a2.754%202.754%200%200%200-2.769-2.76c-.704%200-1.406.263-1.934.791l-.944.949a.5.5%200%200%201-.708.001l-.956-.955a2.75%202.75%200%200%200-1.958-.813z%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.146zM4.728%202.965a2.726%202.726%200%200%200-2.73%202.731c0%20.876.397%201.541.813%201.957l5.211%205.213l5.182-5.179c.53-.533.794-1.233.794-1.934a2.754%202.754%200%200%200-2.769-2.76c-.704%200-1.406.263-1.934.791l-.944.949a.5.5%200%200%201-.708.001l-.956-.955a2.75%202.75%200%200%200-1.958-.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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