Brand Dribbble
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandDribbble } from "@mynaui/icons-react";
const App = () => {
return <BrandDribbble />;
};
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="M21 12c-1.313 0-4.936-.495-8.178.928-3.522 1.547-6.072 3.946-7.184 5.438"/><path d="M8.625 3.654c1.409 1.3 4.482 4.61 5.625 7.896 1.143 3.286 1.566 7.326 1.827 8.476"/><path d="M3.07 10.875c1.7.102 6.2.195 9.08-1.035s5.358-3.492 6.208-4.21"/><path d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-dribbble.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-brand-dribbble"></use></svg
>