Skip to content

Instantly share code, notes, and snippets.

@beijaflor
Created January 20, 2016 02:25
Show Gist options
  • Save beijaflor/6efe10a9f02636c86fb1 to your computer and use it in GitHub Desktop.
Save beijaflor/6efe10a9f02636c86fb1 to your computer and use it in GitHub Desktop.
▼.svg and its data URI
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="triangle" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" viewBox="0 0 20 20">
<g><path d="M18.6,3.1l-8.1,14.1c-0.2,0.3-0.7,0.3-0.9,0L1.4,3.1c-0.2-0.3,0-0.8,0.4-0.8h16.3C18.5,2.4,18.8,2.8,18.6,3.1z"/></g>
</svg>
data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InRyaWFuZ2xlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPg0KPGc+PHBhdGggZD0iTTE4LjYsMy4xbC04LjEsMTQuMWMtMC4yLDAuMy0wLjcsMC4zLTAuOSwwTDEuNCwzLjFjLTAuMi0wLjMsMC0wLjgsMC40LTAuOGgxNi4zQzE4LjUsMi40LDE4LjgsMi44LDE4LjYsMy4xeiIvPjwvZz4NCjwvc3ZnPg0K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment