File:Python icon (black and white).svg
Summary
Category:Commons:Maint:Igen:T
Description |
English: Black-and-white version of the Python logo, useful for small/high contrast icons. |
Date | |
Source | Own work based on: Python-logo-notext.svg |
Author | Waldir |
Other versions | for another monochrome version of the Python logo, see File:Python and Qt 2.svg. |
SVG development | Category:Valid SVG created with Text Editorbuilt using simplified geometry (two rounded rectangles, two straight lines, two circles, and a curve) code:
Source<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40">
<rect x="10" y="0" width="20" height="40" rx="10" ry="5" mask="url(#lines)"/>
<rect x="0" y="10" width="40" height="20" rx="5" ry="10" mask="url(#lines)"/>
<circle cx="14.5" cy="5" r="1.85" fill="white" />
<circle cx="25.5" cy="35" r="1.85" fill="white" />
<mask id="lines">
<rect id="bg" x="0" y="0" width="100%" height="100%" fill="white"/>
<line x1="10" y1="9.5" x2="20" y2="9.5" stroke="black" />
<line x1="20" y1="30.5" x2="30" y2="30.5" stroke="black" />
<path d="m 9.5,30 c 0,-10 2.5,-10 10,-10 8.5,0 11,0 11,-10" stroke="black" fill="none" />
</mask>
</svg>
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
![]() |
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details. |
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.
Category:CC-BY-SA-4.0
Category:Commons:Maint:Igen:T
Category:File description pages with SVG source
Category:GPL
Category:Official Python icons and direct derivatives
Category:Plain black SVG animal icons
Category:SVG files with masks
Category:Self-published work
Category:Valid SVG created with Text Editor