A Pen by Jason Melgoza on CodePen.
Created
October 14, 2015 22:21
-
-
Save anonymous/e4c527f18a13a923ba0d to your computer and use it in GitHub Desktop.
NGavxb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<svg width="16" height="12" viewbox="0 0 16 12" xmlns="http://www.w3.org/2000/svg"> | |
<title>CloudApps</title> | |
<path d="M7.3 0C4.79 0 2.726 2.2 2.726 4.906c0 .163.006.325.023.488C1.208 5.538 0 6.988 0 8.68 0 10.47 1.354 12 3.02 12h9.208C14.313 12 16 10.13 16 7.894c0-2.238-1.687-4.08-3.772-4.08-.158 0-.315 0-.468.017C11.3 1.645 9.46 0 7.3 0" class="primary-text-color" fill="#30373C" fill-rule="evenodd" /> | |
</svg> | |
</div> | |
<div> | |
<svg width="16" height="16" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | |
<title>Designer</title> | |
<path d="M15.414.585c-.78-.78-2.047-.78-2.828 0l-5.7 5.7c1.32.47 2.358 1.51 2.827 2.83l5.7-5.7c.782-.782.782-2.048 0-2.83zm-7.416 10.08C7.998 9.196 6.803 8 5.33 8c-1.472 0-2.666 1.194-2.666 2.666l.002.002C2.664 12.64 1.592 14.362 0 15.283l.01.01c.78.45 1.688.707 2.656.707C5.612 16 8 13.612 8 10.666h-.002z" class="primary-text-color" fill="#30373C" fill-rule="evenodd" /> | |
</svg> | |
</div> | |
<div> | |
<svg width="16" height="16" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | |
<title>Catalog</title> | |
<path d="M6.598 4.706H9.42L9.413 16H6.59l.008-11.294zm3.294-3C8.372 2.51 8.01 3.01 8.01 3.01s-.362-.5-1.882-1.304C4.608.903 3.766.882 2.825.94L6.59 3.766H9.41L13.177.94c-.95-.058-1.765-.037-3.285.766zm.47 2.353v11.293L16 11.293V0l-5.638 4.06zM0 0l5.656 4.06v11.293L0 11.293V0z" class="primary-text-color" fill="#30373C" fill-rule="evenodd" /> | |
</svg> | |
</div> | |
<div> | |
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | |
<title>Admin</title> | |
<path d="M15.91 14.326c-.076-.454-.705-1.054-3.38-2.038-2.633-.967-2.47-.496-2.47-2.276 0-1.154.587-.483.96-2.674.147-.863.264-.288.58-1.672.167-.725-.11-.78-.08-1.124.035-.346.068-.654.13-1.363C11.727 2.303 10.915 0 8 0 5.088 0 4.275 2.305 4.355 3.183c.062.705.095 1.017.13 1.363.033.346-.247.4-.08 1.125.316 1.38.433.805.58 1.672.373 2.19.96 1.52.96 2.675 0 1.783.163 1.313-2.47 2.275C.8 13.272.167 13.875.095 14.33 0 14.9 0 16 0 16h16s0-1.1-.09-1.674" class="primary-text-color" fill="#30373C" fill-rule="evenodd" /> | |
</svg> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #FF2E63; | |
} | |
.primary-text-color { | |
fill: currentColor; | |
color: #30373C; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment