← Go back
Share

Union


Usage:

React Code:

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

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

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 16.2v-2.1c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 9.3 17.88 9.3 16.2 9.3h-1.5V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C12.42 3 11.58 3 9.9 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v2.1c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h1.5v1.5c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C11.58 21 12.42 21 14.1 21h2.1c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2"/></svg>

SVG CDN:

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