Skip to main content

Folder Project

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">folder_project</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#folder-project" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-folder-project" viewBox="0 0 24 24">
  <path d="M12 6h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6zm2.213 4c-.805 0-1.372.116-1.705.247-.01.482-.014 2.114.423 3.318l-.28.1c-.025-.056-.559-1.198-.805-2.86-.063.116-.09.203-.09.203-2.137 1.184-2.294 3.422-2.294 3.422s-.325.328-.374.452c-.05.123-.085 1.12-.085 1.127-.036.497.32.571.32.571h1.137c.126.267.414.412.545.412h3.212V17h3.204v-.004c.13 0 .423-.144.549-.411h1.134c.006-.002.355-.083.324-.572 0-.017-.037-1-.086-1.127-.05-.122-.365-.444-.373-.452 0 0-.158-2.234-2.295-3.422 0-.001-.027-.087-.09-.202-.247 1.666-.783 2.81-.806 2.859l-.279-.099c.436-1.205.433-2.842.424-3.319-.332-.131-.896-.246-1.697-.247z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.