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

Name
light-blue-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 light blue heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.458-.471a6.4 6.4 0 0 0-1.074-.538a5.25 5.25 0 0 0-2.962-.266L22.72 21.438c.587-.578 1.136-1.125 1.622-1.61zM25.203 18.92a12.5 12.5 0 0 0 1.42-2.009L18.724 8.55a6.7 6.7 0 0 0-1.125 1.149a2 2 0 0 1-.933.686zM19.776 7.842l7.436 7.874a9.5 9.5 0 0 0 .67-2.348l-6.188-6.19a5.5 5.5 0 0 0-1.161.311q-.396.154-.757.353m3.733-.616l4.41 4.41c-.185-1.61-1.04-2.963-2.813-3.85a6.4 6.4 0 0 0-1.597-.56m-1.68 15.087L7.17 7.656a7 7 0 0 0-.276.13c-.67.336-1.21.738-1.63 1.195l14.913 14.914c.56-.528 1.116-1.061 1.65-1.582m-2.567 2.434L4.544 10.028c-.404.818-.55 1.749-.486 2.75l13.469 13.516a69 69 0 0 0 1.736-1.547m-2.7 2.352L4.52 15.013c.548 1.606 1.55 3.226 2.895 4.57c2.106 2.107 6.108 5.869 8.631 7.924q.253-.195.516-.409" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastLightBlueHeart(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" fillRule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.458-.471a6.4 6.4 0 0 0-1.074-.538a5.25 5.25 0 0 0-2.962-.266L22.72 21.438c.587-.578 1.136-1.125 1.622-1.61zM25.203 18.92a12.5 12.5 0 0 0 1.42-2.009L18.724 8.55a6.7 6.7 0 0 0-1.125 1.149a2 2 0 0 1-.933.686zM19.776 7.842l7.436 7.874a9.5 9.5 0 0 0 .67-2.348l-6.188-6.19a5.5 5.5 0 0 0-1.161.311q-.396.154-.757.353m3.733-.616l4.41 4.41c-.185-1.61-1.04-2.963-2.813-3.85a6.4 6.4 0 0 0-1.597-.56m-1.68 15.087L7.17 7.656a7 7 0 0 0-.276.13c-.67.336-1.21.738-1.63 1.195l14.913 14.914c.56-.528 1.116-1.061 1.65-1.582m-2.567 2.434L4.544 10.028c-.404.818-.55 1.749-.486 2.75l13.469 13.516a69 69 0 0 0 1.736-1.547m-2.7 2.352L4.52 15.013c.548 1.606 1.55 3.226 2.895 4.57c2.106 2.107 6.108 5.869 8.631 7.924q.253-.195.516-.409" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 8.498a8.7 8.7 0 0 0-1.403-1.453C12.675 5.461 9.582 4.207 6 5.998c-6 3-4.5 10.5 0 15c2.165 2.165 6.33 6.08 8.923 8.173a1.764 1.764 0 0 0 2.186.04c2.829-2.15 6.696-6.017 8.891-8.213c4.5-4.5 6-12 0-15c-3.581-1.791-6.674-.537-8.596 1.047A8.6 8.6 0 0 0 16 8.498m-3.458-.471a6.4 6.4 0 0 0-1.074-.538a5.25 5.25 0 0 0-2.962-.266L22.72 21.438c.587-.578 1.136-1.125 1.622-1.61zM25.203 18.92a12.5 12.5 0 0 0 1.42-2.009L18.724 8.55a6.7 6.7 0 0 0-1.125 1.149a2 2 0 0 1-.933.686zM19.776 7.842l7.436 7.874a9.5 9.5 0 0 0 .67-2.348l-6.188-6.19a5.5 5.5 0 0 0-1.161.311q-.396.154-.757.353m3.733-.616l4.41 4.41c-.185-1.61-1.04-2.963-2.813-3.85a6.4 6.4 0 0 0-1.597-.56m-1.68 15.087L7.17 7.656a7 7 0 0 0-.276.13c-.67.336-1.21.738-1.63 1.195l14.913 14.914c.56-.528 1.116-1.061 1.65-1.582m-2.567 2.434L4.544 10.028c-.404.818-.55 1.749-.486 2.75l13.469 13.516a69 69 0 0 0 1.736-1.547m-2.7 2.352L4.52 15.013c.548 1.606 1.55 3.226 2.895 4.57c2.106 2.107 6.108 5.869 8.631 7.924q.253-.195.516-.409" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-light-blue-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.498a8.7%208.7%200%200%200-1.403-1.453C12.675%205.461%209.582%204.207%206%205.998c-6%203-4.5%2010.5%200%2015c2.165%202.165%206.33%206.08%208.923%208.173a1.764%201.764%200%200%200%202.186.04c2.829-2.15%206.696-6.017%208.891-8.213c4.5-4.5%206-12%200-15c-3.581-1.791-6.674-.537-8.596%201.047A8.6%208.6%200%200%200%2016%208.498m-3.458-.471a6.4%206.4%200%200%200-1.074-.538a5.25%205.25%200%200%200-2.962-.266L22.72%2021.438c.587-.578%201.136-1.125%201.622-1.61zM25.203%2018.92a12.5%2012.5%200%200%200%201.42-2.009L18.724%208.55a6.7%206.7%200%200%200-1.125%201.149a2%202%200%200%201-.933.686zM19.776%207.842l7.436%207.874a9.5%209.5%200%200%200%20.67-2.348l-6.188-6.19a5.5%205.5%200%200%200-1.161.311q-.396.154-.757.353m3.733-.616l4.41%204.41c-.185-1.61-1.04-2.963-2.813-3.85a6.4%206.4%200%200%200-1.597-.56m-1.68%2015.087L7.17%207.656a7%207%200%200%200-.276.13c-.67.336-1.21.738-1.63%201.195l14.913%2014.914c.56-.528%201.116-1.061%201.65-1.582m-2.567%202.434L4.544%2010.028c-.404.818-.55%201.749-.486%202.75l13.469%2013.516a69%2069%200%200%200%201.736-1.547m-2.7%202.352L4.52%2015.013c.548%201.606%201.55%203.226%202.895%204.57c2.106%202.107%206.108%205.869%208.631%207.924q.253-.195.516-.409%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.498a8.7%208.7%200%200%200-1.403-1.453C12.675%205.461%209.582%204.207%206%205.998c-6%203-4.5%2010.5%200%2015c2.165%202.165%206.33%206.08%208.923%208.173a1.764%201.764%200%200%200%202.186.04c2.829-2.15%206.696-6.017%208.891-8.213c4.5-4.5%206-12%200-15c-3.581-1.791-6.674-.537-8.596%201.047A8.6%208.6%200%200%200%2016%208.498m-3.458-.471a6.4%206.4%200%200%200-1.074-.538a5.25%205.25%200%200%200-2.962-.266L22.72%2021.438c.587-.578%201.136-1.125%201.622-1.61zM25.203%2018.92a12.5%2012.5%200%200%200%201.42-2.009L18.724%208.55a6.7%206.7%200%200%200-1.125%201.149a2%202%200%200%201-.933.686zM19.776%207.842l7.436%207.874a9.5%209.5%200%200%200%20.67-2.348l-6.188-6.19a5.5%205.5%200%200%200-1.161.311q-.396.154-.757.353m3.733-.616l4.41%204.41c-.185-1.61-1.04-2.963-2.813-3.85a6.4%206.4%200%200%200-1.597-.56m-1.68%2015.087L7.17%207.656a7%207%200%200%200-.276.13c-.67.336-1.21.738-1.63%201.195l14.913%2014.914c.56-.528%201.116-1.061%201.65-1.582m-2.567%202.434L4.544%2010.028c-.404.818-.55%201.749-.486%202.75l13.469%2013.516a69%2069%200%200%200%201.736-1.547m-2.7%202.352L4.52%2015.013c.548%201.606%201.55%203.226%202.895%204.57c2.106%202.107%206.108%205.869%208.631%207.924q.253-.195.516-.409%22%20clip-rule%3D%22evenodd%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/light-blue-heart.svg?color=%231a73e8&size=48