Skip to main content

icon-time


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F186
  • CSS: \F186
  • JS: \uF186
  • HTML: &#xF186;

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-time" viewBox="0 0 16 16">
  <path d="M8 15.334A7.333 7.333 0 1 1 15.334 8 7.342 7.342 0 0 1 8 15.334ZM8 2a6 6 0 1 0 6 6 6.007 6.007 0 0 0-6-6Zm3.267 7.632a.666.666 0 0 0-.299-.895L8.667 7.588V4a.667.667 0 0 0-1.333 0v4a.667.667 0 0 0 .368.597L10.37 9.93a.666.666 0 0 0 .895-.298h.003Z"/>
</svg>