Skip to main content

icon-insecure


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F13F
  • CSS: \F13F
  • JS: \uF13F
  • HTML: &#xF13F;

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-insecure" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M13.127 10a.68.68 0 0 1-.43-.153.666.666 0 0 1-.21-.711c.116-.37.177-.753.18-1.14v-4.2l-4.666-1.75-1.874.7a.667.667 0 1 1-.466-1.25L7.767.709a.671.671 0 0 1 .467 0l5.333 2a.667.667 0 0 1 .434.625V8a5.29 5.29 0 0 1-.237 1.533.666.666 0 0 1-.637.467Zm-4.815 5.258a14.166 14.166 0 0 0 3.933-3.067.667.667 0 1 0-.99-.892A12.8 12.8 0 0 1 8 13.91C6.927 13.299 3.334 11.034 3.334 8V3.8l.051-.02a.667.667 0 1 0-.462-1.25l-.487.18A.667.667 0 0 0 2 3.334V8c0 4.362 5.466 7.147 5.702 7.266a.666.666 0 0 0 .609-.006v-.003Zm7.493.547a.667.667 0 0 0 0-.942L1.14.196a.667.667 0 0 0-.943.943l14.667 14.666a.667.667 0 0 0 .942 0Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>