Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Documents and Graphics
Logo
Commits
f0c5b349
Commit
f0c5b349
authored
Oct 13, 2018
by
Nicolas Lenz
Browse files
Orange and black logo versions
parent
504f1be0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/orange-black-plain-transparent.svg
0 → 100644
View file @
f0c5b349
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
version=
"1.1"
viewBox=
"-4 -4 48 48"
>
<defs>
<g
id=
"spark"
>
<!-- The up and down bar of the spark isn't needed as the big star bar goes through the spark. -->
<path
d=
"M -5,0 5,0"
transform=
"rotate(+30)"
/>
<path
d=
"M -5,0 5,0"
transform=
"rotate(-30)"
/>
</g>
<g
id=
"bar"
>
<!-- One big bar with sparks at the ends -->
<path
d=
"M 0,-19 0,19"
/>
<use
xlink:href=
"#spark"
transform=
"translate(0 -13.7)"
/>
<use
xlink:href=
"#spark"
transform=
"translate(0 +13.7)"
/>
</g>
<linearGradient
id=
"col-circle"
>
<stop
stop-color=
"#f19204"
/>
</linearGradient>
<linearGradient
id=
"col-star"
>
<stop
stop-color=
"#000000"
/>
</linearGradient>
</defs>
<g
stroke-width=
"2"
>
<g
id=
"star"
transform=
"translate(20,20)"
stroke=
"url(#col-star)"
>
<use
xlink:href=
"#bar"
transform=
"rotate(0)"
/>
<use
xlink:href=
"#bar"
transform=
"rotate(60)"
/>
<use
xlink:href=
"#bar"
transform=
"rotate(120)"
/>
</g>
<circle
id=
"circle"
cx=
"20"
cy=
"20"
r=
"19"
fill=
"none"
stroke=
"url(#col-circle)"
/>
</g>
</svg>
src/orange-black-shadow-transparent.svg
0 → 100644
View file @
f0c5b349
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
version=
"1.1"
viewBox=
"-4 -4 48 48"
>
<defs>
<g
id=
"spark"
>
<!-- The up and down bar of the spark isn't needed as the big star bar goes through the spark. -->
<path
d=
"M -5,0 5,0"
transform=
"rotate(+30)"
/>
<path
d=
"M -5,0 5,0"
transform=
"rotate(-30)"
/>
</g>
<g
id=
"bar"
>
<!-- One big bar with sparks at the ends -->
<path
d=
"M 0,-19 0,19"
/>
<use
xlink:href=
"#spark"
transform=
"translate(0 -13.7)"
/>
<use
xlink:href=
"#spark"
transform=
"translate(0 +13.7)"
/>
</g>
<filter
id=
"dropShadow"
>
<feFlood
flood-opacity=
"0.5"
flood-color=
"black"
result=
"flood"
/>
<feComposite
in=
"flood"
in2=
"SourceGraphic"
operator=
"in"
result=
"cut"
/>
<feGaussianBlur
in=
"cut"
stdDeviation=
"0.32"
result=
"shadow"
/>
<feMerge>
<feMergeNode
in=
"shadow"
/>
<feMergeNode
in=
"SourceGraphic"
/>
</feMerge>
</filter>
<linearGradient
id=
"col-circle"
>
<stop
stop-color=
"#f19204"
/>
</linearGradient>
<linearGradient
id=
"col-star"
>
<stop
stop-color=
"#000000"
/>
</linearGradient>
</defs>
<g
stroke-width=
"2"
filter=
"url(#dropShadow)"
>
<g
id=
"star"
transform=
"translate(20,20)"
stroke=
"url(#col-star)"
>
<use
xlink:href=
"#bar"
transform=
"rotate(0)"
/>
<use
xlink:href=
"#bar"
transform=
"rotate(60)"
/>
<use
xlink:href=
"#bar"
transform=
"rotate(120)"
/>
</g>
<circle
id=
"circle"
cx=
"20"
cy=
"20"
r=
"19"
fill=
"none"
stroke=
"url(#col-circle)"
/>
</g>
</svg>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment