Skip to content

Instantly share code, notes, and snippets.

@levenokk
Created March 7, 2020 09:42
Show Gist options
  • Save levenokk/f1edd60ca3eeb584a44eb077a5c88c05 to your computer and use it in GitHub Desktop.
Save levenokk/f1edd60ca3eeb584a44eb077a5c88c05 to your computer and use it in GitHub Desktop.
svg в before/after
content: url('data:image/svg+xml; utf8, <svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="33px" height="20px">
<path fill-rule="evenodd" fill="rgb(47, 201, 239)"
d="M23.464,0.977 L21.349,3.086 L27.271,8.991 L-0.008,8.991 L-0.008,11.974 L27.271,11.974 L21.349,17.880 L23.464,19.988 L32.998,10.482 L23.464,0.977 Z"/>
</svg>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment