Skip to main content

icon-activity


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F101
  • CSS: \F101
  • JS: \uF101
  • HTML: &#xF101;

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-activity" viewBox="0 0 16 16">
  <path d="M10 14.667a.667.667 0 0 1-.632-.456L6 4.108 4.633 8.211A.667.667 0 0 1 4 8.667H1.334a.667.667 0 0 1 0-1.333H3.52L5.368 1.79a.667.667 0 0 1 1.266 0L10 11.892l1.368-4.102A.666.666 0 0 1 12 7.334h2.667a.667.667 0 1 1 0 1.333h-2.186l-1.849 5.544a.667.667 0 0 1-.632.456Z"/>
</svg>