Skip to main content

icon-social-twitter-retweet


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

<s-icon name="icon-social-twitter-retweet"></s-icon>

Icon font

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

<span class="sf-social sf-icon-social-twitter-retweet"></span>

Code point

  • Unicode: U+F110
  • CSS: \F110
  • JS: \uF110
  • HTML: &#xF110;

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-twitter-retweet" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M14.067 9.692a.396.396 0 0 1 .547 0 .363.363 0 0 1 0 .527l-1.972 1.906a.392.392 0 0 1-.547 0l-1.971-1.906a.363.363 0 0 1 0-.527.396.396 0 0 1 .547 0l1.31 1.267V5.535c0-.618-.52-1.121-1.16-1.121H7.395a.38.38 0 0 1-.386-.374.38.38 0 0 1 .386-.373h3.428c1.066 0 1.933.838 1.933 1.868v5.424l1.312-1.267Zm-9.988.775c0 .617.52 1.12 1.16 1.12h3.428a.38.38 0 0 1 .387.373.38.38 0 0 1-.387.373H5.239c-1.066 0-1.934-.837-1.934-1.866V5.042L1.993 6.31a.394.394 0 0 1-.546 0 .364.364 0 0 1 0-.528l1.972-1.905a.396.396 0 0 1 .546 0l1.972 1.905a.364.364 0 0 1 0 .528.392.392 0 0 1-.546 0L4.079 5.042v5.425Z"/>
</svg>