diff --git a/devicon-colors.css b/devicon-colors.css index ea07dc09..0abd003c 100644 --- a/devicon-colors.css +++ b/devicon-colors.css @@ -562,4 +562,7 @@ .devicon-zend-plain-wordmark.colored, .devicon-zend-plain.colored { color: #68b604; -} \ No newline at end of file +} +.devicon-rust-plain.colored { + color: #000000; +} diff --git a/devicon.json b/devicon.json index 1bc4f910..fbfe572a 100644 --- a/devicon.json +++ b/devicon.json @@ -766,6 +766,14 @@ "font": ["plain", "plain-wordmark"] } }, + { + "name": "rust", + "tags": ["programming", "language"], + "versions": { + "svg": ["plain"], + "font": ["plain"] + } + }, { "name": "safari", "tags": ["browser"], diff --git a/icons/rust/rust-plain.svg b/icons/rust/rust-plain.svg new file mode 100644 index 00000000..3026f048 --- /dev/null +++ b/icons/rust/rust-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file