Skip to main content
Go back
Share

Shooting Star

React Code

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

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

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 5.647 9.353 3m.53 6.882L4.058 4.06M5.647 12 3 9.353m5.294 5.294 4.235-2.118 2.118-4.235 2.118 4.235L21 14.647l-4.235 2.118L14.647 21l-2.118-4.235z'/>
</svg>

SVG CDN

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