Skip to main content

icon-minimize


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-minimize"></s-icon>

Icon font

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

<span class="sf-main sf-icon-minimize"></span>

Code point

  • Unicode: U+F14C
  • CSS: \F14C
  • JS: \uF14C
  • HTML: &#xF14C;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-minimize" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M5.333 1.333A.667.667 0 0 1 6 2v2a2 2 0 0 1-2 2H2a.667.667 0 1 1 0-1.334h2A.667.667 0 0 0 4.667 4V2a.667.667 0 0 1 .667-.667Zm5.334 0a.667.667 0 0 1 .667.667v2a.666.666 0 0 0 .666.666h2A.667.667 0 0 1 14 6h-2a2 2 0 0 1-2-2V2a.667.667 0 0 1 .667-.667Zm-9.334 9.333A.667.667 0 0 1 2 10h2a2 2 0 0 1 2 2v2a.667.667 0 1 1-1.333 0v-2A.667.667 0 0 0 4 11.333H2a.666.666 0 0 1-.667-.667ZM12 11.333a.666.666 0 0 0-.666.667v2A.666.666 0 1 1 10 14v-2a2 2 0 0 1 2-2h2a.667.667 0 0 1 0 1.333h-2Z"/>
</svg>