Skip to content

Instantly share code, notes, and snippets.

@Joshuasony
Created December 14, 2017 12:06
Show Gist options
  • Save Joshuasony/3a1bc3e78c5c65db43a9b7240294bd48 to your computer and use it in GitHub Desktop.
Save Joshuasony/3a1bc3e78c5c65db43a9b7240294bd48 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="#B2BCC5" fill-rule="evenodd" d="M19.083 1c0 1.018-1.424 1.907-3.541 2.382V11c2.926.652 4.958 2.086 4.958 3.751h-7.792V23h-1.416v-8.25H3.5c0-1.665 2.032-3.1 4.958-3.751V3.382C6.341 2.907 4.917 2.018 4.917 1h14.166z"/>
</svg>
@Joshuasony
Copy link
Author

Enhanced Icon based on https://gist.github.com/mbritton/cbb8bfeb022975fb96572766f68f0788. The following things were improved:

  • doesn't have the cuts
  • is fitted into the canvas of 24px to nicely scale with other material design icons
  • has space around it so to prevent browsers from blurring out icon edges
  • is already cleaned with SVGOMG

@OscarRijpstra
Copy link

Thanks dude!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment