Brand Slack
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandSlack } from "@mynaui/icons-react";
const App = () => {
return <BrandSlack />;
};
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 stroke-miterlimit="10" d="M14.25 3.27c-.9 0-1.71.72-1.71 1.71v4.14c0 .9.72 1.71 1.71 1.71.9 0 1.71-.72 1.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62Zm3.69 7.47h1.44c.81 0 1.44-.63 1.44-1.44 0-.81-.63-1.44-1.44-1.44-.81 0-1.44.63-1.44 1.44v1.44ZM3 9.48c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.72 1.71-1.71 0-.9-.72-1.71-1.71-1.71H4.71C3.72 7.86 3 8.58 3 9.48Zm7.56-5.04c0-.81-.63-1.44-1.44-1.44-.81 0-1.44.63-1.44 1.44 0 .81.63 1.44 1.44 1.44h1.44V4.44Zm-.9 16.38c.9 0 1.71-.72 1.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71-.9 0-1.71.72-1.71 1.71v4.14c.09.9.81 1.71 1.71 1.71Zm-3.6-7.56H4.62c-.81 0-1.44.63-1.44 1.44 0 .81.63 1.44 1.44 1.44.81 0 1.44-.63 1.44-1.44v-1.44ZM21 14.52c0-.9-.72-1.71-1.71-1.71h-4.14c-.9 0-1.71.72-1.71 1.71 0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.81 1.71-1.71Zm-7.56 3.6v1.44c0 .81.63 1.44 1.44 1.44.81 0 1.44-.63 1.44-1.44 0-.81-.63-1.44-1.44-1.44h-1.44Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-slack.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-slack"></use></svg
>