Skip to main content
Go back
Share

Location Selected

React Code

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

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

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.436 16.86a.75.75 0 0 1-.871 0C7.809 14.183 3.822 8.677 7.852 4.698A5.905 5.905 0 0 1 12 3c1.556 0 3.048.61 4.148 1.697 4.03 3.979.043 9.485-3.713 12.164'/><path d='m6.5 17-2 4h15l-2-4M12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/>
</svg>

SVG CDN

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