Skip to main content

icon-lightshow


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F19D
  • CSS: \F19D
  • JS: \uF19D
  • HTML: &#xF19D;

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-lightshow" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M4.667 7.333h-4v1.333h4V7.333Zm1.446-2.16L4.7 3.76l-.94.94 1.413 1.413.94-.94ZM8.667.667H7.333v4h1.334v-4ZM12.24 4.7l-.94-.94-1.413 1.413.94.94L12.24 4.7Zm-.907 2.633v1.333h4V7.333h-4ZM8 6c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2Zm1.887 4.826L11.3 12.24l.94-.94-1.413-1.414-.94.94ZM3.76 11.3l.94.94 1.413-1.414-.94-.94L3.76 11.3Zm3.573 4.033h1.334v-4H7.333v4Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>