Skip to main content
Go back
Share

Sparkles

React Code

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

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

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='M14.77 21c1.123-4.649 2.486-6.099 6.23-7.364-3.934-1.328-5.16-2.94-6.23-7.363-1.124 4.649-2.488 6.098-6.232 7.363 3.93 1.327 5.163 2.95 6.231 7.364m-8.308-9.818c.512-2.42 1.502-3.512 3.461-4.091C7.963 6.512 6.973 5.42 6.462 3 5.972 5.315 5.047 6.485 3 7.09c1.959.58 2.95 1.672 3.462 4.092'/>
</svg>

SVG CDN

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