suit-heart from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
suit-heart
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the suit 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 6.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2C2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37c.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064c.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92C15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852c-.545.515-.93 1.152-1.152 1.595zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92C0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008c.26.365.458.716.596.992a7.6 7.6 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92c0 2.069-1.3 3.288-3.365 5.227c-1.193 1.12-2.642 2.48-4.243 4.38z"/></svg>

React

import type { SVGProps } from "react";

export function BiSuitHeart(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 6.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2C2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37c.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064c.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92C15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852c-.545.515-.93 1.152-1.152 1.595zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92C0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008c.26.365.458.716.596.992a7.6 7.6 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92c0 2.069-1.3 3.288-3.365 5.227c-1.193 1.12-2.642 2.48-4.243 4.38z"/></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 6.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2C2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37c.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064c.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92C15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852c-.545.515-.93 1.152-1.152 1.595zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92C0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008c.26.365.458.716.596.992a7.6 7.6 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92c0 2.069-1.3 3.288-3.365 5.227c-1.193 1.12-2.642 2.48-4.243 4.38z"/></svg>
</template>

CSS

.icon-suit-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%206.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418%202.345%204.776%202%204%202C2.324%202%201%203.326%201%204.92c0%201.211.554%202.066%201.868%203.37c.337.334.721.695%201.146%201.093C5.122%2010.423%206.5%2011.717%208%2013.447c1.5-1.73%202.878-3.024%203.986-4.064c.425-.398.81-.76%201.146-1.093C14.446%206.986%2015%206.131%2015%204.92C15%203.326%2013.676%202%2012%202c-.777%200-1.418.345-1.954.852c-.545.515-.93%201.152-1.152%201.595zm.392%208.292a.513.513%200%200%201-.784%200c-1.601-1.902-3.05-3.262-4.243-4.381C1.3%208.208%200%206.989%200%204.92C0%202.755%201.79%201%204%201c1.6%200%202.719%201.05%203.404%202.008c.26.365.458.716.596.992a7.6%207.6%200%200%201%20.596-.992C9.281%202.049%2010.4%201%2012%201c2.21%200%204%201.755%204%203.92c0%202.069-1.3%203.288-3.365%205.227c-1.193%201.12-2.642%202.48-4.243%204.38z%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%206.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418%202.345%204.776%202%204%202C2.324%202%201%203.326%201%204.92c0%201.211.554%202.066%201.868%203.37c.337.334.721.695%201.146%201.093C5.122%2010.423%206.5%2011.717%208%2013.447c1.5-1.73%202.878-3.024%203.986-4.064c.425-.398.81-.76%201.146-1.093C14.446%206.986%2015%206.131%2015%204.92C15%203.326%2013.676%202%2012%202c-.777%200-1.418.345-1.954.852c-.545.515-.93%201.152-1.152%201.595zm.392%208.292a.513.513%200%200%201-.784%200c-1.601-1.902-3.05-3.262-4.243-4.381C1.3%208.208%200%206.989%200%204.92C0%202.755%201.79%201%204%201c1.6%200%202.719%201.05%203.404%202.008c.26.365.458.716.596.992a7.6%207.6%200%200%201%20.596-.992C9.281%202.049%2010.4%201%2012%201c2.21%200%204%201.755%204%203.92c0%202.069-1.3%203.288-3.365%205.227c-1.193%201.12-2.642%202.48-4.243%204.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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