1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00
portfolio/public/favicon.svg

26 lines
590 B
XML
Raw Normal View History

2022-11-16 20:04:06 +01:00
<svg
xmlns="http://www.w3.org/2000/svg"
width="512"
height="512"
viewBox="0 0 512 512"
>
<style>
@media (prefers-color-scheme: dark) {
#background {
fill: #161a1b;
}
2022-11-16 21:52:59 +01:00
#logomark {
fill: #e7eef4;
}
2022-11-16 20:04:06 +01:00
}
</style>
<g fill="none" fill-rule="evenodd">
2022-11-16 21:36:25 +01:00
<rect id="background" fill="#e7eef4" width="512" height="512" />
2022-11-16 20:04:06 +01:00
<path
id="logomark"
2022-11-16 21:36:25 +01:00
fill="#6b7f88"
2022-11-16 20:04:06 +01:00
d="M397,91 L421,115 L114,421 L91,398 L397,91 Z M397,182 L421,206 L205,421 L182,398 L397,182 Z M307,91 L330,115 L114,330 L91,307 L307,91 Z"
/>
</g>
</svg>