← Go back
Share

Brand Gitlab


Usage:

React Code:

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

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

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="M11.981 21 21 13.708 18.498 3l-3.015 6.497H8.997L5.507 3 3 13.708z"/></svg>

SVG CDN:

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