forked from edent/SuperTinyIcons
PeerTube icon (#767)
* PeerTube icon * Removed spaces in path definitions * Rounding and relative coords
This commit is contained in:
committed by
GitHub
parent
c855923242
commit
e3d78e6e1b
@@ -333,4 +333,5 @@ Super Tiny SVG | Official Logo | Source
|
||||
<img src="/images/svg/1password.svg" width="256" /> | <img src="/images/reference/1password.png" width="256" /> | https://1password.social/@1password
|
||||
<img src="/images/svg/xmpp.svg" width="256" /> | <img src="/images/reference/xmpp.svg" width="256" /> | https://xmpp.org/about/press-kit/
|
||||
<img src="/images/svg/mysql.svg" width="256" /> | <img src="/images/reference/mysql.svg" width="256" /> | https://www.mysql.com/about/legal/logos.html
|
||||
<img src="/images/svg/swift.svg" width="256" /> | <img src="/images/reference/swift.svg" width="256" /> | https://developer.apple.com/swift/resources/
|
||||
<img src="/images/svg/swift.svg" width="256" /> | <img src="/images/reference/swift.svg" width="256" /> | https://developer.apple.com/swift/resources/
|
||||
<img src="/images/svg/peertube.svg" width="256" /> | <img src="/images/reference/peertube.png" width="256" /> | https://joinpeertube.org
|
BIN
images/reference/peertube.png
Normal file
BIN
images/reference/peertube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
4
images/svg/peertube.svg
Normal file
4
images/svg/peertube.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="PeerTube" role="img"
|
||||
viewBox="0 0 512 512">
|
||||
<path d="M0 0h512v512H0" fill="#fff"/><path fill="#211f20" d="M140 100v156l116-78"/><path fill="#737373" d="M140 256v156l116-78"/><path fill="#f1680d" d="M256 178v156l116-78"/></svg>
|
After Width: | Height: | Size: 278 B |
Reference in New Issue
Block a user