Skip to content

Instantly share code, notes, and snippets.

@curran
Last active February 21, 2017 11:03
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 curran/fd968ab625f596c8e25bbb64c0db85ad to your computer and use it in GitHub Desktop.
Save curran/fd968ab625f596c8e25bbb64c0db85ad to your computer and use it in GitHub Desktop.
[UNLISTED] Music Symbol
license: mit
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
</style>
</head>
<body>
<svg width=960 height=500>
<g transform=" translate(38, 209) scale(0.1)">
<path transform="scale(1,-1)"
d="M51 1638q19 0 19 -34v-971q8 -68 51 -68h248q35 -1 46 19t15 57v465q0 23 6 29q7 6 21 6h18q25 0 25 -35v-2220q0 -23 -6 -29t-19 -6h-26q-19 0 -19 35v485q-8 78 -61 78h-238q-53 0 -61 -78v-975q0 -22 -6 -28t-20 -6h-26q-18 0 -18 34v3208q0 22 6 28t20 6h25z M131 -346h248q43 -1 51 67v54q-5 75 -55 75h-260q-41 -10 -45 -75v-45q8 -76 61 -76zM430 231v78q-14 47 -55 47h-256q-37 0 -49 -47v-73q8 -76 61 -76h248q37 0 47 47q4 16 4 24z"/>
</g>
</svg>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment