Skip to main content
Go back
Share

Location Check

React Code

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

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

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='M12.56 20.82a.964.964 0 0 1-1.12 0C6.611 17.378 1.486 10.298 6.667 5.182A7.592 7.592 0 0 1 12 3c2 0 3.919.785 5.333 2.181 5.181 5.116.056 12.196-4.773 15.64'/><path d='m9.6 10.323 1.379 1.575a.299.299 0 0 0 .466-.022L14.245 8'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/location-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-location-check"></use>
</svg>