HeartOctagonSolid
heart-octagon-solid
npm install @mynaui/icons-react
import { HeartOctagonSolid } from "@mynaui/icons-react";
const App = () => {
return <HeartOctagonSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M8.037 2.408a2.3 2.3 0 0 1 .9-.158h6.126c.302 0 .602.036.9.158s.54.31.762.53l4.337 4.337c.22.221.408.463.53.762.123.298.158.598.158.9v6.126c0 .313-.039.616-.163.914a2.3 2.3 0 0 1-.525.748l-4.337 4.337a2.3 2.3 0 0 1-.762.53 2.3 2.3 0 0 1-.9.158H8.937c-.313 0-.616-.039-.914-.163a2.3 2.3 0 0 1-.748-.525l-4.337-4.337a2.3 2.3 0 0 1-.53-.762 2.3 2.3 0 0 1-.158-.9V8.937c0-.313.039-.616.163-.914a2.3 2.3 0 0 1 .525-.748l4.337-4.337c.221-.22.463-.408.762-.53M12.3 16.124l.005-.003.009-.006.032-.022.117-.081a15 15 0 0 0 1.628-1.341c.444-.427.91-.938 1.27-1.492.354-.545.648-1.2.648-1.898 0-.782-.262-1.443-.767-1.902-.494-.449-1.136-.629-1.764-.629a2.52 2.52 0 0 0-1.594.565A2.531 2.531 0 0 0 7.76 11.28c0 .698.294 1.353.648 1.898.36.554.826 1.065 1.27 1.491a15 15 0 0 0 1.745 1.423l.032.022.01.006.004.003a.75.75 0 0 0 .832 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/heart-octagon.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-heart-octagon"></use>
</svg>