Skip to content

Instantly share code, notes, and snippets.

@kylewelsby
Last active June 2, 2016 11:09
Show Gist options
  • Save kylewelsby/420c6704c13ea16a71e347e12dd7322e to your computer and use it in GitHub Desktop.
Save kylewelsby/420c6704c13ea16a71e347e12dd7322e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div style="display:none;">
<?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 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<symbol id="icon-complete" viewBox="0 0 36 36">
<title>complete</title>
<path d="M18 36c9.94 0 18-8.06 18-18S27.94 0 18 0 0 8.06 0 18s8.06 18 18 18zm7.378-24.478l2.758 2.314-10.8 12.87-2.757-2.314 10.798-12.87zm-14 5.484l5.515 4.628-2.314 2.758-5.516-4.628 2.314-2.758z" fill-rule="evenodd"/>
</symbol>
</svg>
</div>
<svg width="36" height="36">
<use xlink:href="#icon-complete"></use>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment