Skip to main content

icon-no-volume


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-no-volume"></s-icon>

Icon font

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

<span class="sf-main sf-icon-no-volume"></span>

Code point

  • Unicode: U+F156
  • CSS: \F156
  • JS: \uF156
  • HTML: &#xF156;

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-no-volume" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M6.953 2.731a.668.668 0 0 0-.7.08L3.1 5.331H.667c-.367 0-.667.3-.667.667v4c0 .366.3.666.667.666H3.1l3.187 2.52a.667.667 0 0 0 .666.08.669.669 0 0 0 .38-.6V3.331a.669.669 0 0 0-.38-.6ZM6 11.278l-2.253-1.8a.666.666 0 0 0-.414-.147h-2V6.664h2a.666.666 0 0 0 .414-.146L6 4.718v6.56Zm9.14-1.754c.26.26.26.687 0 .947a.672.672 0 0 1-.947 0l-1.526-1.527-1.527 1.527a.672.672 0 0 1-.947 0 .672.672 0 0 1 0-.947l1.527-1.526-1.527-1.527a.67.67 0 0 1-.006-.94l.006-.007a.67.67 0 0 1 .94-.006l.007.006 1.527 1.527 1.526-1.527a.67.67 0 0 1 .94-.006l.007.006c.26.26.26.68.007.94l-.007.007-1.527 1.527 1.527 1.526Z"/>
</svg>