mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
add new logo types
This commit is contained in:
parent
399b00ba82
commit
530fd409b3
2 changed files with 58 additions and 0 deletions
27
assets/logo/logo_blue_bold.svg
Normal file
27
assets/logo/logo_blue_bold.svg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" width="1080" height="1080"
|
||||
viewBox="0 0 1080 1080">
|
||||
<defs>
|
||||
<clipPath id="clip-Logo_blue_bold">
|
||||
<rect width="1080" height="1080"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="Logo_blue_bold" clip-path="url(#clip-Logo_blue_bold)">
|
||||
<g id="Logo">
|
||||
<g id="Border" transform="translate(160 160)" fill="none"
|
||||
stroke="#3498db" stroke-width="30">
|
||||
<rect width="760" height="760" stroke="none"/>
|
||||
<rect x="15" y="15" width="730" height="730" fill="none"/>
|
||||
</g>
|
||||
<line id="Horizontal" y2="755" transform="translate(540.5 161.5)"
|
||||
fill="none" stroke="#3498db" stroke-width="30"/>
|
||||
<line id="Vertical" x2="760" transform="translate(160.5 540.5)"
|
||||
fill="none" stroke="#3498db" stroke-width="30"/>
|
||||
<line id="Top-Left" x2="359" y2="358" transform="translate(181 182)"
|
||||
fill="none" stroke="#3498db" stroke-width="30"/>
|
||||
<line id="Top-Right" x1="359" y2="358" transform="translate(541.5
|
||||
181.5)" fill="none" stroke="#3498db" stroke-width="30"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
31
assets/logo/logo_blue_white_text.svg
Normal file
31
assets/logo/logo_blue_white_text.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" width="2840" height="1080"
|
||||
viewBox="0 0 2840 1080">
|
||||
<defs>
|
||||
<clipPath id="clip-Logo_text_-_blue_1">
|
||||
<rect width="2840" height="1080"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="Logo_text_-_blue_1" data-name="Logo text - blue – 1"
|
||||
clip-path="url(#clip-Logo_text_-_blue_1)">
|
||||
<g id="Logo">
|
||||
<g id="Border" transform="translate(160 160)" fill="none"
|
||||
stroke="#3498db" stroke-width="20">
|
||||
<rect width="760" height="760" stroke="none"/>
|
||||
<rect x="10" y="10" width="740" height="740" fill="none"/>
|
||||
</g>
|
||||
<line id="Horizontal" y2="755" transform="translate(540.5 161.5)"
|
||||
fill="none" stroke="#3498db" stroke-width="20"/>
|
||||
<line id="Vertical" x2="760" transform="translate(160.5 540.5)"
|
||||
fill="none" stroke="#3498db" stroke-width="20"/>
|
||||
<line id="Top-Left" x2="368" y2="364" transform="translate(172 176)"
|
||||
fill="none" stroke="#3498db" stroke-width="20"/>
|
||||
<line id="Top-Right" x1="367" y2="364" transform="translate(541.5
|
||||
175.5)" fill="none" stroke="#3498db" stroke-width="20"/>
|
||||
</g>
|
||||
<text id="Michi" transform="translate(1133 760)" fill="#fff"
|
||||
font-size="532" font-family="Helvetica"><tspan x="0"
|
||||
y="0">Michi</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue