Skip to main content

icon-social-flickr


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F105
  • CSS: \F105
  • JS: \uF105
  • HTML: &#xF105;

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-flickr" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M10.571 4.667c.622 0 1.196.153 1.722.46a3.4 3.4 0 0 1 1.248 1.247c.306.526.459 1.1.459 1.721 0 .622-.153 1.196-.46 1.721a3.405 3.405 0 0 1-1.247 1.248c-.526.307-1.1.46-1.722.46a3.299 3.299 0 0 1-1.933-.604c.338-.384.599-.813.781-1.289a4.202 4.202 0 0 0 .288-1.536c0-.53-.096-1.042-.288-1.536a4.415 4.415 0 0 0-.781-1.303 3.394 3.394 0 0 1 1.933-.59Zm-5.142 0c.621 0 1.195.153 1.72.46.526.305.942.721 1.249 1.247.306.526.46 1.1.46 1.721 0 .622-.154 1.196-.46 1.721a3.404 3.404 0 0 1-1.248 1.248c-.526.307-1.1.46-1.721.46a3.358 3.358 0 0 1-1.722-.46A3.404 3.404 0 0 1 2.46 9.816 3.359 3.359 0 0 1 2 8.096c0-.622.153-1.196.46-1.722a3.404 3.404 0 0 1 1.247-1.248c.526-.306 1.1-.46 1.722-.46Z"/>
</svg>