heart crack icon

heart-crack-bold from Solar by 480 Design · Bold · Like · CC-BY-4.0 Attribution required.

Name
heart-crack-bold
Set
Solar
Style
Bold
Category
Like
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More like icons from Solar

Use the heart crack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.10627 18.2468C5.29819 16.0833 2 13.5422 2 9.1371C2 4.53656 6.9226 1.20176 11.2639 4.81373L9.81064 8.20467C9.6718 8.52862 9.77727 8.90554 10.0641 9.1104L12.8973 11.1341L10.4306 14.012C10.1755 14.3096 10.1926 14.7533 10.4697 15.0304L12.1694 16.7302L11.2594 20.3702C10.5043 20.1169 9.74389 19.5275 8.96173 18.9109C8.68471 18.6925 8.39814 18.4717 8.10627 18.2468Z"/><path d="M12.8118 20.3453C13.5435 20.0798 14.2807 19.5081 15.0383 18.9109C15.3153 18.6925 15.6019 18.4717 15.8937 18.2468C18.7018 16.0833 22 13.5422 22 9.1371C22 4.62221 17.259 1.32637 12.9792 4.61919L11.4272 8.24067L14.4359 10.3898C14.6072 10.5121 14.7191 10.7007 14.7445 10.9096C14.7699 11.1185 14.7064 11.3284 14.5694 11.4882L12.0214 14.4609L13.5303 15.9698C13.7166 16.1561 13.7915 16.4264 13.7276 16.682L12.8118 20.3453Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHeartCrackBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.10627 18.2468C5.29819 16.0833 2 13.5422 2 9.1371C2 4.53656 6.9226 1.20176 11.2639 4.81373L9.81064 8.20467C9.6718 8.52862 9.77727 8.90554 10.0641 9.1104L12.8973 11.1341L10.4306 14.012C10.1755 14.3096 10.1926 14.7533 10.4697 15.0304L12.1694 16.7302L11.2594 20.3702C10.5043 20.1169 9.74389 19.5275 8.96173 18.9109C8.68471 18.6925 8.39814 18.4717 8.10627 18.2468Z"/><path d="M12.8118 20.3453C13.5435 20.0798 14.2807 19.5081 15.0383 18.9109C15.3153 18.6925 15.6019 18.4717 15.8937 18.2468C18.7018 16.0833 22 13.5422 22 9.1371C22 4.62221 17.259 1.32637 12.9792 4.61919L11.4272 8.24067L14.4359 10.3898C14.6072 10.5121 14.7191 10.7007 14.7445 10.9096C14.7699 11.1185 14.7064 11.3284 14.5694 11.4882L12.0214 14.4609L13.5303 15.9698C13.7166 16.1561 13.7915 16.4264 13.7276 16.682L12.8118 20.3453Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.10627 18.2468C5.29819 16.0833 2 13.5422 2 9.1371C2 4.53656 6.9226 1.20176 11.2639 4.81373L9.81064 8.20467C9.6718 8.52862 9.77727 8.90554 10.0641 9.1104L12.8973 11.1341L10.4306 14.012C10.1755 14.3096 10.1926 14.7533 10.4697 15.0304L12.1694 16.7302L11.2594 20.3702C10.5043 20.1169 9.74389 19.5275 8.96173 18.9109C8.68471 18.6925 8.39814 18.4717 8.10627 18.2468Z"/><path d="M12.8118 20.3453C13.5435 20.0798 14.2807 19.5081 15.0383 18.9109C15.3153 18.6925 15.6019 18.4717 15.8937 18.2468C18.7018 16.0833 22 13.5422 22 9.1371C22 4.62221 17.259 1.32637 12.9792 4.61919L11.4272 8.24067L14.4359 10.3898C14.6072 10.5121 14.7191 10.7007 14.7445 10.9096C14.7699 11.1185 14.7064 11.3284 14.5694 11.4882L12.0214 14.4609L13.5303 15.9698C13.7166 16.1561 13.7915 16.4264 13.7276 16.682L12.8118 20.3453Z"/></g></svg>
</template>

CSS

.icon-heart-crack-bold {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.10627%2018.2468C5.29819%2016.0833%202%2013.5422%202%209.1371C2%204.53656%206.9226%201.20176%2011.2639%204.81373L9.81064%208.20467C9.6718%208.52862%209.77727%208.90554%2010.0641%209.1104L12.8973%2011.1341L10.4306%2014.012C10.1755%2014.3096%2010.1926%2014.7533%2010.4697%2015.0304L12.1694%2016.7302L11.2594%2020.3702C10.5043%2020.1169%209.74389%2019.5275%208.96173%2018.9109C8.68471%2018.6925%208.39814%2018.4717%208.10627%2018.2468Z%22%2F%3E%3Cpath%20d%3D%22M12.8118%2020.3453C13.5435%2020.0798%2014.2807%2019.5081%2015.0383%2018.9109C15.3153%2018.6925%2015.6019%2018.4717%2015.8937%2018.2468C18.7018%2016.0833%2022%2013.5422%2022%209.1371C22%204.62221%2017.259%201.32637%2012.9792%204.61919L11.4272%208.24067L14.4359%2010.3898C14.6072%2010.5121%2014.7191%2010.7007%2014.7445%2010.9096C14.7699%2011.1185%2014.7064%2011.3284%2014.5694%2011.4882L12.0214%2014.4609L13.5303%2015.9698C13.7166%2016.1561%2013.7915%2016.4264%2013.7276%2016.682L12.8118%2020.3453Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.10627%2018.2468C5.29819%2016.0833%202%2013.5422%202%209.1371C2%204.53656%206.9226%201.20176%2011.2639%204.81373L9.81064%208.20467C9.6718%208.52862%209.77727%208.90554%2010.0641%209.1104L12.8973%2011.1341L10.4306%2014.012C10.1755%2014.3096%2010.1926%2014.7533%2010.4697%2015.0304L12.1694%2016.7302L11.2594%2020.3702C10.5043%2020.1169%209.74389%2019.5275%208.96173%2018.9109C8.68471%2018.6925%208.39814%2018.4717%208.10627%2018.2468Z%22%2F%3E%3Cpath%20d%3D%22M12.8118%2020.3453C13.5435%2020.0798%2014.2807%2019.5081%2015.0383%2018.9109C15.3153%2018.6925%2015.6019%2018.4717%2015.8937%2018.2468C18.7018%2016.0833%2022%2013.5422%2022%209.1371C22%204.62221%2017.259%201.32637%2012.9792%204.61919L11.4272%208.24067L14.4359%2010.3898C14.6072%2010.5121%2014.7191%2010.7007%2014.7445%2010.9096C14.7699%2011.1185%2014.7064%2011.3284%2014.5694%2011.4882L12.0214%2014.4609L13.5303%2015.9698C13.7166%2016.1561%2013.7915%2016.4264%2013.7276%2016.682L12.8118%2020.3453Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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