Brand Twitter
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandTwitter } from "@mynaui/icons-react";
const App = () => {
return <BrandTwitter />;
};
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 4.85c-.9.443-1.782.623-2.7.896-1.009-1.145-2.505-1.208-3.942-.667C12.427 5.806 12 7.529 12 9.364c-2.92.075-5.521-1.262-7.2-3.618 0 0-3.764 6.723 3.6 9.95-1.685 1.127-3.365 1.888-5.4 1.808 2.977 1.631 6.222 2.192 9.03 1.372 4.63-1.351 7.36-5.722 7.334-10.397 0-.225 1.359-2.506 1.636-3.629Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-twitter.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-twitter"></use></svg
>