Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active August 1, 2018 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudia-romano/bb94266405f93083dd8239874a183ecc to your computer and use it in GitHub Desktop.
Save claudia-romano/bb94266405f93083dd8239874a183ecc to your computer and use it in GitHub Desktop.
<svg class="js-transition-icon" width="32px" height="32px" viewBox="0 0 32 32">
<g class="js-transition-icon__state">
<title>Search</title>
<line fill="none" stroke="#111111" x1="30" y1="30" x2="21.5" y2="21.5"/>
<circle fill="none" stroke="#111111" cx="13" cy="13" r="12"/>
</g>
<g class="js-transition-icon__state" style="display: none;" aria-hidden="true">
<title>Close search</title>
<line fill="none" stroke="#111111" x1="27" y1="5" x2="5" y2="27"/>
<line fill="none" stroke="#111111" x1="27" y1="27" x2="5" y2="5"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment