Skip to main content

icon-podcast


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F160
  • CSS: \F160
  • JS: \uF160
  • HTML: &#xF160;

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-podcast" viewBox="0 0 16 16">
  <path d="M10.667 16H5.334a.666.666 0 1 1 0-1.333h2v-1.375A5.333 5.333 0 0 1 2.667 8V6.667a.667.667 0 0 1 1.333 0V8a4 4 0 1 0 8 0V6.667a.667.667 0 0 1 1.334 0V8a5.337 5.337 0 0 1-4.667 5.292v1.375h2a.667.667 0 1 1 0 1.333ZM8 10.667A2.667 2.667 0 0 1 5.334 8V2.667a2.667 2.667 0 1 1 5.333 0V8A2.667 2.667 0 0 1 8 10.667Zm0-9.334a1.333 1.333 0 0 0-1.333 1.334V8a1.324 1.324 0 0 0 .39.943 1.38 1.38 0 0 0 1.886 0c.25-.25.39-.59.39-.943V2.667a1.343 1.343 0 0 0-.822-1.233 1.324 1.324 0 0 0-.51-.1Z"/>
</svg>