Skip to main content

icon-launch


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F140
  • CSS: \F140
  • JS: \uF140
  • HTML: &#xF140;

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-launch" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M7 3.467c0-.4.267-.667.667-.667h.666c.4 0 .667.267.667.667s-.267.666-.667.666h-.666A.668.668 0 0 1 7 3.467Zm7.733 7V12.8c0 .4-.266.667-.666.667h-3l.4 1.733c.066.2 0 .4-.134.6-.133.133-.333.267-.533.267H5.133c-.2 0-.4-.067-.533-.267a.64.64 0 0 1-.133-.6l.4-1.733H1.933c-.4 0-.666-.267-.666-.667v-2.333c0-.134.066-.267.133-.4l3.667-4.6V4.2C5.133 3.2 6.133 0 8 0c1.8 0 2.867 3.2 2.933 4.2v1.267l3.667 4.6c.067.066.133.266.133.4Zm-8.266 1.666h.866V8.4c0-.4.267-.667.667-.667s.667.267.667.667v3.733h.866V4.2c0-.867-.866-2.867-1.533-2.867-.667 0-1.533 2-1.533 2.867v7.933Zm-3.867 0h2.467V7.6L2.6 10.667v1.466Zm4.6 2.534-.267-1.2h-.666L6 14.667h1.2Zm2.8 0-.333-1.2h-.6l-.267 1.2H10Zm3.4-4-2.467-3.134v4.534H13.4v-1.4Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>