← Go back
Share

Shooting Star


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><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"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-shooting-star"></use></svg
      >