Skip to main content

icon-rss


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F167
  • CSS: \F167
  • JS: \uF167
  • HTML: &#xF167;

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-rss" viewBox="0 0 16 16">
  <path d="M8.667 14A.667.667 0 0 1 8 13.333 5.333 5.333 0 0 0 2.667 8a.667.667 0 0 1 0-1.333 6.666 6.666 0 0 1 6.666 6.666.667.667 0 0 1-.666.667ZM14 13.333a11.262 11.262 0 0 0-3.32-8.014A11.262 11.262 0 0 0 2.668 2a.667.667 0 0 0 0 1.333 9.933 9.933 0 0 1 7.07 2.93 9.933 9.933 0 0 1 2.93 7.07.667.667 0 1 0 1.333 0Zm-9.333-.666a1.334 1.334 0 1 0-2.667 0 1.334 1.334 0 0 0 2.667 0Z"/>
</svg>