Skip to main content

icon-hide


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F13C
  • CSS: \F13C
  • JS: \uF13C
  • HTML: &#xF13C;

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-hide" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path fill-rule="evenodd" d="M13.422 10.602c.133.133.313.2.5.193.186-.013.36-.1.48-.24a12.744 12.744 0 0 0 1.52-2.24c.1-.193.106-.42.006-.613l-.006.006c-.007 0-.08.04-.587.294l.587-.294v-.006l-.007-.014c-.007-.013-.013-.033-.027-.053a10.934 10.934 0 0 0-.487-.827c-.34-.52-.84-1.226-1.5-1.926-1.306-1.394-3.3-2.88-5.9-2.88-.52 0-1.04.06-1.553.18a.664.664 0 0 0-.486.466.68.68 0 0 0 .166.654l7.294 7.3Zm-.487-4.814a12.537 12.537 0 0 1 1.353 1.74c.12.187.214.347.287.474-.227.386-.473.766-.74 1.126L8.048 3.335c2.047.02 3.7 1.193 4.887 2.453Zm-.48 5.727c-.007-.007-.007-.013-.013-.02L9.895 8.948l-.007-.006-2.82-2.82-.006-.007-2.547-2.547c-.007-.006-.013-.006-.02-.013L1.135.195a.664.664 0 1 0-.94.94l2.867 2.867a12.705 12.705 0 0 0-2.974 3.68.665.665 0 0 0-.006.613v.007l.006.013c.007.013.014.033.027.053a10.942 10.942 0 0 0 .487.827c.34.52.84 1.227 1.5 1.927 1.3 1.393 3.3 2.88 5.9 2.88h.02a7.368 7.368 0 0 0 3.873-1.167l2.967 2.967a.664.664 0 1 0 .94-.94l-3.347-3.347ZM.222 8.222l.453-.227c-.227.113-.367.187-.453.227Zm7.773 4.446c-2.06 0-3.733-1.186-4.927-2.46a12.538 12.538 0 0 1-1.64-2.206c.674-1.16 1.54-2.2 2.567-3.067l1.693 1.7c-.06.107-.12.22-.173.333a2.658 2.658 0 0 0 .547 2.974 2.677 2.677 0 0 0 1.933.78 2.66 2.66 0 0 0 1.04-.234c.12-.046.227-.106.333-.173l1.547 1.547a6.116 6.116 0 0 1-2.92.806Zm-.013-3.28c-.174 0-.354-.033-.52-.1a1.333 1.333 0 0 1-.447-.293 1.333 1.333 0 0 1-.293-.447c-.074-.16-.1-.34-.1-.52 0-.14.026-.273.066-.4l1.694 1.694a1.36 1.36 0 0 1-.4.066Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>