Skip to main content

Articles


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-articles"></i>

Code point

  • Unicode: U+F10C
  • CSS: \F10C
  • JS: \uF10C
  • HTML: &#xF10C;

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-articles" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M18 22H6.17c-1.141 0-2.112-.849-2.167-1.892a1.985 1.985 0 0 1 .546-1.484A1.982 1.982 0 0 1 6 18h13v1H6a1 1 0 1 0 0 2h13c0 .552-.449 1-1 1ZM4 5c0-1.654 1.346-3 3-3h12c.551 0 1 .448 1 1v12c0 .552-.449 1-1 1H6c-.705 0-1.396.189-2 .537V5Zm15-5H7C4.243 0 2 2.243 2 5v15.012c0 .067.002.134.006.202C2.117 22.337 3.946 24 6.17 24H18c1.654 0 3-1.346 3-3v-3.766c.613-.549 1-1.347 1-2.234V3c0-1.654-1.346-3-3-3Z"/>
    <path d="M7 7h10a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2"/>
  </g>
</svg>