Skip to content

Instantly share code, notes, and snippets.

@DfKimera
Created May 30, 2018 17:33
Show Gist options
  • Save DfKimera/a3d22d02d7c853f3638ad061e114c390 to your computer and use it in GitHub Desktop.
Save DfKimera/a3d22d02d7c853f3638ad061e114c390 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<style>
.svg {
display: inline-block;
vertical-align: middle;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
</style>
</head>
<body>
<svg class="svg">
<use xlink:href="mdn.svg#MDN_Web_Docs"></use>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment