red-heart from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
red-heart
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the red heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.773 4.236a7.5 7.5 0 0 0-1.978.476a8.4 8.4 0 0 0-1.443.73a9.2 9.2 0 0 0-1.576 1.252c-.303.3-.563.601-.776.886a8.6 8.6 0 0 0-1.403-1.453a9 9 0 0 0-1.634-1.075c-1.058-.54-2.3-.893-3.674-.846a7.5 7.5 0 0 0-1.865.307a8.7 8.7 0 0 0-1.967.862q-.703.417-1.25.92c-.52.474-.938 1-1.263 1.566A6.6 6.6 0 0 0 2.26 9.57c-.19.77-.253 1.58-.201 2.407c.057.909.25 1.837.563 2.754c.659 1.934 1.844 3.815 3.377 5.349q.407.407.899.887c2.283 2.228 5.755 5.454 8.024 7.285a1.76 1.76 0 0 0 2.186.04q.345-.262.71-.556a49 49 0 0 0 1.532-1.297q.567-.498 1.144-1.027c.49-.448.98-.907 1.462-1.366q.565-.537 1.108-1.064c.498-.483.978-.955 1.427-1.4c.388-.384.753-.748 1.089-1.084l.414-.413l.005-.005a14.5 14.5 0 0 0 2.88-4.11q.359-.776.604-1.569c.245-.792.4-1.591.453-2.375a8 8 0 0 0-.171-2.343c-.433-1.881-1.62-3.53-3.766-4.603a9 9 0 0 0-1.395-.558a7.4 7.4 0 0 0-2.832-.286M18.19 8.108l8.228 8.229q-.401.657-.894 1.277l-8.389-8.389q.266-.181.464-.445c.16-.214.358-.442.59-.672m1.623-1.205q.344-.187.718-.332q.412-.16.864-.257l6.438 6.437a9.5 9.5 0 0 1-.48 1.693zm7.924 2.924l-3.22-3.22q.288.113.588.261c1.434.718 2.268 1.741 2.632 2.96m-15.95-3.122l12.379 12.38l-1.089 1.082l-13.95-13.95a5.3 5.3 0 0 1 2.34.354q.162.063.32.134m-4.856.145l14.72 14.717q-.544.528-1.107 1.063L5.623 7.711a6 6 0 0 1 1.31-.861m-2.499 2.5L19.08 23.997q-.579.53-1.146 1.026L4.048 11.137a5.1 5.1 0 0 1 .385-1.787m.29 5.29l11.673 11.673q-.177.142-.35.275c-2.523-2.055-6.526-5.817-8.632-7.923a12.3 12.3 0 0 1-2.691-4.025"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRedHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.773 4.236a7.5 7.5 0 0 0-1.978.476a8.4 8.4 0 0 0-1.443.73a9.2 9.2 0 0 0-1.576 1.252c-.303.3-.563.601-.776.886a8.6 8.6 0 0 0-1.403-1.453a9 9 0 0 0-1.634-1.075c-1.058-.54-2.3-.893-3.674-.846a7.5 7.5 0 0 0-1.865.307a8.7 8.7 0 0 0-1.967.862q-.703.417-1.25.92c-.52.474-.938 1-1.263 1.566A6.6 6.6 0 0 0 2.26 9.57c-.19.77-.253 1.58-.201 2.407c.057.909.25 1.837.563 2.754c.659 1.934 1.844 3.815 3.377 5.349q.407.407.899.887c2.283 2.228 5.755 5.454 8.024 7.285a1.76 1.76 0 0 0 2.186.04q.345-.262.71-.556a49 49 0 0 0 1.532-1.297q.567-.498 1.144-1.027c.49-.448.98-.907 1.462-1.366q.565-.537 1.108-1.064c.498-.483.978-.955 1.427-1.4c.388-.384.753-.748 1.089-1.084l.414-.413l.005-.005a14.5 14.5 0 0 0 2.88-4.11q.359-.776.604-1.569c.245-.792.4-1.591.453-2.375a8 8 0 0 0-.171-2.343c-.433-1.881-1.62-3.53-3.766-4.603a9 9 0 0 0-1.395-.558a7.4 7.4 0 0 0-2.832-.286M18.19 8.108l8.228 8.229q-.401.657-.894 1.277l-8.389-8.389q.266-.181.464-.445c.16-.214.358-.442.59-.672m1.623-1.205q.344-.187.718-.332q.412-.16.864-.257l6.438 6.437a9.5 9.5 0 0 1-.48 1.693zm7.924 2.924l-3.22-3.22q.288.113.588.261c1.434.718 2.268 1.741 2.632 2.96m-15.95-3.122l12.379 12.38l-1.089 1.082l-13.95-13.95a5.3 5.3 0 0 1 2.34.354q.162.063.32.134m-4.856.145l14.72 14.717q-.544.528-1.107 1.063L5.623 7.711a6 6 0 0 1 1.31-.861m-2.499 2.5L19.08 23.997q-.579.53-1.146 1.026L4.048 11.137a5.1 5.1 0 0 1 .385-1.787m.29 5.29l11.673 11.673q-.177.142-.35.275c-2.523-2.055-6.526-5.817-8.632-7.923a12.3 12.3 0 0 1-2.691-4.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.773 4.236a7.5 7.5 0 0 0-1.978.476a8.4 8.4 0 0 0-1.443.73a9.2 9.2 0 0 0-1.576 1.252c-.303.3-.563.601-.776.886a8.6 8.6 0 0 0-1.403-1.453a9 9 0 0 0-1.634-1.075c-1.058-.54-2.3-.893-3.674-.846a7.5 7.5 0 0 0-1.865.307a8.7 8.7 0 0 0-1.967.862q-.703.417-1.25.92c-.52.474-.938 1-1.263 1.566A6.6 6.6 0 0 0 2.26 9.57c-.19.77-.253 1.58-.201 2.407c.057.909.25 1.837.563 2.754c.659 1.934 1.844 3.815 3.377 5.349q.407.407.899.887c2.283 2.228 5.755 5.454 8.024 7.285a1.76 1.76 0 0 0 2.186.04q.345-.262.71-.556a49 49 0 0 0 1.532-1.297q.567-.498 1.144-1.027c.49-.448.98-.907 1.462-1.366q.565-.537 1.108-1.064c.498-.483.978-.955 1.427-1.4c.388-.384.753-.748 1.089-1.084l.414-.413l.005-.005a14.5 14.5 0 0 0 2.88-4.11q.359-.776.604-1.569c.245-.792.4-1.591.453-2.375a8 8 0 0 0-.171-2.343c-.433-1.881-1.62-3.53-3.766-4.603a9 9 0 0 0-1.395-.558a7.4 7.4 0 0 0-2.832-.286M18.19 8.108l8.228 8.229q-.401.657-.894 1.277l-8.389-8.389q.266-.181.464-.445c.16-.214.358-.442.59-.672m1.623-1.205q.344-.187.718-.332q.412-.16.864-.257l6.438 6.437a9.5 9.5 0 0 1-.48 1.693zm7.924 2.924l-3.22-3.22q.288.113.588.261c1.434.718 2.268 1.741 2.632 2.96m-15.95-3.122l12.379 12.38l-1.089 1.082l-13.95-13.95a5.3 5.3 0 0 1 2.34.354q.162.063.32.134m-4.856.145l14.72 14.717q-.544.528-1.107 1.063L5.623 7.711a6 6 0 0 1 1.31-.861m-2.499 2.5L19.08 23.997q-.579.53-1.146 1.026L4.048 11.137a5.1 5.1 0 0 1 .385-1.787m.29 5.29l11.673 11.673q-.177.142-.35.275c-2.523-2.055-6.526-5.817-8.632-7.923a12.3 12.3 0 0 1-2.691-4.025"/></svg>
</template>

CSS

.icon-red-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.773%204.236a7.5%207.5%200%200%200-1.978.476a8.4%208.4%200%200%200-1.443.73a9.2%209.2%200%200%200-1.576%201.252c-.303.3-.563.601-.776.886a8.6%208.6%200%200%200-1.403-1.453a9%209%200%200%200-1.634-1.075c-1.058-.54-2.3-.893-3.674-.846a7.5%207.5%200%200%200-1.865.307a8.7%208.7%200%200%200-1.967.862q-.703.417-1.25.92c-.52.474-.938%201-1.263%201.566A6.6%206.6%200%200%200%202.26%209.57c-.19.77-.253%201.58-.201%202.407c.057.909.25%201.837.563%202.754c.659%201.934%201.844%203.815%203.377%205.349q.407.407.899.887c2.283%202.228%205.755%205.454%208.024%207.285a1.76%201.76%200%200%200%202.186.04q.345-.262.71-.556a49%2049%200%200%200%201.532-1.297q.567-.498%201.144-1.027c.49-.448.98-.907%201.462-1.366q.565-.537%201.108-1.064c.498-.483.978-.955%201.427-1.4c.388-.384.753-.748%201.089-1.084l.414-.413l.005-.005a14.5%2014.5%200%200%200%202.88-4.11q.359-.776.604-1.569c.245-.792.4-1.591.453-2.375a8%208%200%200%200-.171-2.343c-.433-1.881-1.62-3.53-3.766-4.603a9%209%200%200%200-1.395-.558a7.4%207.4%200%200%200-2.832-.286M18.19%208.108l8.228%208.229q-.401.657-.894%201.277l-8.389-8.389q.266-.181.464-.445c.16-.214.358-.442.59-.672m1.623-1.205q.344-.187.718-.332q.412-.16.864-.257l6.438%206.437a9.5%209.5%200%200%201-.48%201.693zm7.924%202.924l-3.22-3.22q.288.113.588.261c1.434.718%202.268%201.741%202.632%202.96m-15.95-3.122l12.379%2012.38l-1.089%201.082l-13.95-13.95a5.3%205.3%200%200%201%202.34.354q.162.063.32.134m-4.856.145l14.72%2014.717q-.544.528-1.107%201.063L5.623%207.711a6%206%200%200%201%201.31-.861m-2.499%202.5L19.08%2023.997q-.579.53-1.146%201.026L4.048%2011.137a5.1%205.1%200%200%201%20.385-1.787m.29%205.29l11.673%2011.673q-.177.142-.35.275c-2.523-2.055-6.526-5.817-8.632-7.923a12.3%2012.3%200%200%201-2.691-4.025%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.773%204.236a7.5%207.5%200%200%200-1.978.476a8.4%208.4%200%200%200-1.443.73a9.2%209.2%200%200%200-1.576%201.252c-.303.3-.563.601-.776.886a8.6%208.6%200%200%200-1.403-1.453a9%209%200%200%200-1.634-1.075c-1.058-.54-2.3-.893-3.674-.846a7.5%207.5%200%200%200-1.865.307a8.7%208.7%200%200%200-1.967.862q-.703.417-1.25.92c-.52.474-.938%201-1.263%201.566A6.6%206.6%200%200%200%202.26%209.57c-.19.77-.253%201.58-.201%202.407c.057.909.25%201.837.563%202.754c.659%201.934%201.844%203.815%203.377%205.349q.407.407.899.887c2.283%202.228%205.755%205.454%208.024%207.285a1.76%201.76%200%200%200%202.186.04q.345-.262.71-.556a49%2049%200%200%200%201.532-1.297q.567-.498%201.144-1.027c.49-.448.98-.907%201.462-1.366q.565-.537%201.108-1.064c.498-.483.978-.955%201.427-1.4c.388-.384.753-.748%201.089-1.084l.414-.413l.005-.005a14.5%2014.5%200%200%200%202.88-4.11q.359-.776.604-1.569c.245-.792.4-1.591.453-2.375a8%208%200%200%200-.171-2.343c-.433-1.881-1.62-3.53-3.766-4.603a9%209%200%200%200-1.395-.558a7.4%207.4%200%200%200-2.832-.286M18.19%208.108l8.228%208.229q-.401.657-.894%201.277l-8.389-8.389q.266-.181.464-.445c.16-.214.358-.442.59-.672m1.623-1.205q.344-.187.718-.332q.412-.16.864-.257l6.438%206.437a9.5%209.5%200%200%201-.48%201.693zm7.924%202.924l-3.22-3.22q.288.113.588.261c1.434.718%202.268%201.741%202.632%202.96m-15.95-3.122l12.379%2012.38l-1.089%201.082l-13.95-13.95a5.3%205.3%200%200%201%202.34.354q.162.063.32.134m-4.856.145l14.72%2014.717q-.544.528-1.107%201.063L5.623%207.711a6%206%200%200%201%201.31-.861m-2.499%202.5L19.08%2023.997q-.579.53-1.146%201.026L4.048%2011.137a5.1%205.1%200%200%201%20.385-1.787m.29%205.29l11.673%2011.673q-.177.142-.35.275c-2.523-2.055-6.526-5.817-8.632-7.923a12.3%2012.3%200%200%201-2.691-4.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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