Skip to main content

Document


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

<i class="wiw-icon wiw-document"></i>

Code point

  • Unicode: U+F136
  • CSS: \F136
  • JS: \uF136
  • HTML: &#xF136;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-document" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M17 17a1 1 0 0 1-1 1H8a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1ZM7 7a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm10 5a1 1 0 0 1-1 1H8a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1Zm1 10H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7v4c0 1.103.897 2 2 2h4v13a1 1 0 0 1-1 1Zm.586-16H15V2.414L18.586 6Zm2.121-.707-5-5A.996.996 0 0 0 15 0H6C4.346 0 3 1.346 3 3v18c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V6a.996.996 0 0 0-.293-.707Z"/>
</svg>