forked from edent/SuperTinyIcons
Add Rust icon
This commit is contained in:
20
images/android-vector-drawable/rust.xml
Normal file
20
images/android-vector-drawable/rust.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M276,73 L262,50 C259,45,253,45,250,50 L236,73 M236,439 L250,462 C253,467,259,467,262,462 L276,439" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M378,110 A189,189,0,0,0,256,66 C210,66,168,82,135,109 L161,134 A154,154,0,0,1,228,104 L248,124 A10,10,0,0,0,264,124 L285,106 A154,154,0,0,1,361,143 M256,84 C273,84,272,109,256,109 S239,84,256,84" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M391,266 S395,298,373,298 S367,274,330,247 C330,247,361,234,361,200 S321,152,304,152 L117,152 L117,198 L152,198 L152,297 L100,297 L100,346 L260,346 L260,298 L221,298 L221,270 L261,270 C302,270,274,346,321,346 L420,346 L420,266 M221,228 L221,198 L275,198 C297,198,298,228,275,228" />
|
||||
</vector>
|
18
images/reference/Rust_programming_language_black_logo.svg
Executable file
18
images/reference/Rust_programming_language_black_logo.svg
Executable file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.5 KiB |
@@ -157,3 +157,4 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/safari.svg" width="256" /> | <img src="/images/reference/Safari_browser_logo.svg" width="256" /> | https://www.apple.com/uk/safari/ |
|
||||
| <img src="/images/svg/researchgate.svg" width="256" /> | <img src="/images/reference/researchgate.png" width="256" /> | https://mobile.twitter.com/ResearchGate/photo |
|
||||
| <img src="/images/svg/opencores.svg" width="256" /> | <img src="/images/reference/opencores.png" width="256" /> | https://opencores.org |
|
||||
| <img src="/images/svg/rust.svg" width="256" /> | <img src="/images/reference/Rust_programming_language_black_logo.svg" width="256" /> | https://www.rust-lang.org/policies/media-guide |
|
||||
|
6
images/svg/rust.svg
Normal file
6
images/svg/rust.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
|
||||
aria-label="Rust" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fff"/><g id="d"><g id="c"><g id="b"><path id="a" d="M276 73 262 50c-3-5-9-5-12 0l-14 23m0 366 14 23c3 5 9 5 12 0l14-23"/><use x:href="#a" transform="rotate(11.3 256 256)"/></g><use x:href="#b" transform="rotate(22.5 256 256)"/></g><use x:href="#c" transform="rotate(45 256 256)"/></g><use x:href="#d" transform="rotate(90 256 256)"/><g id="f"><path id="e" d="M378 110a189 189 0 0 0-122-44c-46 0-88 16-121 43l26 25a154 154 0 0 1 67-30l20 20a10 10 0 0 0 16 0l21-18a154 154 0 0 1 76 37M256 84c17 0 16 25 0 25s-17-25 0-25"/><use x:href="#e" transform="rotate(72 256 256)"/></g><use x:href="#f" transform="rotate(144 256 256)"/><use x:href="#e" transform="rotate(-72 256 256)"/><path d="M391 266s4 32-18 32-6-24-43-51c0 0 31-13 31-47s-40-48-57-48H117v46h35v99h-52v49h160v-48h-39v-28h40c41 0 13 76 60 76h99v-80m-199-38v-30h54c22 0 23 30 0 30"/></svg>
|
After Width: | Height: | Size: 1021 B |
Reference in New Issue
Block a user