Skip to main content

icon-social-apple


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-social-apple"></s-icon>

Icon font

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

<span class="sf-social sf-icon-social-apple"></span>

Code point

  • Unicode: U+F101
  • CSS: \F101
  • JS: \uF101
  • HTML: &#xF101;

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-social-apple" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M9.74 3.47c-.497.56-1.291 1.002-2.086.939-.099-.757.29-1.562.745-2.058.496-.576 1.365-.986 2.068-1.018.083.789-.24 1.562-.728 2.137Zm.72 1.088c-1.15-.063-2.135.623-2.681.623-.555 0-1.39-.591-2.3-.576A3.425 3.425 0 0 0 2.59 6.277c-1.241 2.034-.323 5.047.877 6.702.587.82 1.29 1.72 2.217 1.688.877-.032 1.225-.544 2.284-.544 1.067 0 1.373.544 2.3.528.96-.016 1.564-.82 2.151-1.64.67-.93.944-1.837.96-1.884-.017-.016-1.853-.687-1.87-2.705-.016-1.688 1.448-2.492 1.514-2.54-.827-1.166-2.118-1.292-2.565-1.324Z"/>
</svg>