Skip to content

Instantly share code, notes, and snippets.

@benjaminfritz
Created August 2, 2017 10:34
Show Gist options
  • Save benjaminfritz/50f6c82dc6645156737991ff298c833a to your computer and use it in GitHub Desktop.
Save benjaminfritz/50f6c82dc6645156737991ff298c833a to your computer and use it in GitHub Desktop.
Currently used SVG code
<svg width="328px" height="146px" viewBox="0 0 328 146" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch -->
<title>logo</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M125.951995,2.96805948 L191.793831,145.988462 L180.70713,145.988462 L114.865294,2.96805948 L125.951995,2.96805948 Z M0,144.988462 L0,1.96805948 L44.2263653,1.96805948 C71.178268,1.96805948 96.6117612,8.98625948 96.6117612,41.2322595 C96.6117612,51.6647995 90.9176908,63.8044595 81.2377831,68.7361995 C98.1301707,71.7711195 109.897909,88.2734695 109.897909,104.965509 C109.897909,133.607529 85.413434,144.988462 60.1697445,144.988462 L0,144.988462 Z M213.848043,3.51435948 C248.848329,-5.52454052 259.888473,4.54955948 274.588417,14.8188595 C291.626989,24.0114595 300.092325,25.9289595 328,21.8234595 L297.776077,60.5675995 L325.939414,98.0324395 C302.847566,106.635949 286.11451,101.465529 268.825371,93.1424395 C251.536232,84.8193495 236.794826,83.2665595 224.600554,88.4840195 L224.600554,146.000004 L213.848043,146.000004 L213.848043,3.51435948 Z M224.851122,77.2671695 C228.012984,74.7910495 250.567532,72.7526495 266.101402,80.0891895 C281.635171,87.4257195 295.123341,96.3410295 309.12983,91.1672095 L286.881897,60.6828295 L307.672683,33.2912595 C295.148218,35.3170595 287.401115,33.9466595 272.029195,25.9431595 C261.719472,19.2976595 254.257504,14.6062595 245.69296,13.1090595 C236.171605,11.4444595 227.842243,13.6542595 224.851122,14.3766595 L224.851122,77.2671695 Z" id="svgLogo" fill="#000000"></path>
</g>
</svg>
@benjaminfritz
Copy link
Author

Do I need to remove the width and height values? And the id="svgLogo" should be the one I can target in the css of any of the subpages, right?

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