Skip to main content
Go back
Share

Heart Check

React Code

npm install @mynaui/icons-react
import { HeartCheck } from "@mynaui/icons-react";

const App = () => {
  return <HeartCheck />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M7.75 3.5C5.127 3.5 3 5.76 3 8.547 3 14.125 12 20.5 12 20.5s9-6.375 9-11.953C21 5.094 18.873 3.5 16.25 3.5c-1.86 0-3.47 1.136-4.25 2.79-.78-1.654-2.39-2.79-4.25-2.79'/><path d='m10.25 12.492 1.039 1.181c.095.109.267.1.351-.016l2.11-2.907'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/heart-check.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-heart-check"></use>
</svg>