← Go back
Share

Umbrella


Usage:

React Code:

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

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

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="M15.636 13c-2.424-2.424-4.848-2.424-7.272 0C5.878 10.87 4.486 10.87 2 13 2 7.477 6.477 3 12 3s10 4.477 10 10c-2.486-2.13-3.878-2.13-6.364 0"/><path d="M12 11.5v7.273c0 3.519-5.5 3.519-5.5 0"/></svg>

SVG CDN:

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