python logo
python from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- python
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×255
- License
- CC0
The same logo in other sets
Use the python logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><defs><linearGradient id="SVGg39WleeP2" x1="12.959%" x2="79.639%" y1="12.039%" y2="78.201%"><stop offset="0%" stop-color="#387eb8"/><stop offset="100%" stop-color="#366994"/></linearGradient><linearGradient id="SVGlXoRkc4T2" x1="19.128%" x2="90.742%" y1="20.579%" y2="88.429%"><stop offset="0%" stop-color="#ffe052"/><stop offset="100%" stop-color="#ffc331"/></linearGradient></defs><path fill="url(#SVGg39WleeP2)" d="M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072M92.802 19.66a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.13"/><path fill="url(#SVGlXoRkc4T2)" d="M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897m34.114-19.586a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.131a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13"/></svg>
React
import type { SVGProps } from "react";
export function LogosPython(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><defs><linearGradient id="SVGg39WleeP2" x1="12.959%" x2="79.639%" y1="12.039%" y2="78.201%"><stop offset="0%" stopColor="#387eb8"/><stop offset="100%" stopColor="#366994"/></linearGradient><linearGradient id="SVGlXoRkc4T2" x1="19.128%" x2="90.742%" y1="20.579%" y2="88.429%"><stop offset="0%" stopColor="#ffe052"/><stop offset="100%" stopColor="#ffc331"/></linearGradient></defs><path fill="url(#SVGg39WleeP2)" d="M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072M92.802 19.66a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.13"/><path fill="url(#SVGlXoRkc4T2)" d="M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897m34.114-19.586a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.131a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><defs><linearGradient id="SVGg39WleeP2" x1="12.959%" x2="79.639%" y1="12.039%" y2="78.201%"><stop offset="0%" stop-color="#387eb8"/><stop offset="100%" stop-color="#366994"/></linearGradient><linearGradient id="SVGlXoRkc4T2" x1="19.128%" x2="90.742%" y1="20.579%" y2="88.429%"><stop offset="0%" stop-color="#ffe052"/><stop offset="100%" stop-color="#ffc331"/></linearGradient></defs><path fill="url(#SVGg39WleeP2)" d="M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072M92.802 19.66a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.13"/><path fill="url(#SVGlXoRkc4T2)" d="M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897m34.114-19.586a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.131a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13"/></svg> </template>
CSS
.icon-python {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20255%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGg39WleeP2%22%20x1%3D%2212.959%25%22%20x2%3D%2279.639%25%22%20y1%3D%2212.039%25%22%20y2%3D%2278.201%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23387eb8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23366994%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGlXoRkc4T2%22%20x1%3D%2219.128%25%22%20x2%3D%2290.742%25%22%20y1%3D%2220.579%25%22%20y2%3D%2288.429%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ffe052%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffc331%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGg39WleeP2)%22%20d%3D%22M126.916.072c-64.832%200-60.784%2028.115-60.784%2028.115l.072%2029.128h61.868v8.745H41.631S.145%2061.355.145%20126.77c0%2065.417%2036.21%2063.097%2036.21%2063.097h21.61v-30.356s-1.165-36.21%2035.632-36.21h61.362s34.475.557%2034.475-33.319V33.97S194.67.072%20126.916.072M92.802%2019.66a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.13%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlXoRkc4T2)%22%20d%3D%22M128.757%20254.126c64.832%200%2060.784-28.115%2060.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486%204.705%2041.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165%2036.21-35.632%2036.21h-61.362s-34.475-.557-34.475%2033.32v56.013s-5.235%2033.897%2062.518%2033.897m34.114-19.586a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.131a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20255%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGg39WleeP2%22%20x1%3D%2212.959%25%22%20x2%3D%2279.639%25%22%20y1%3D%2212.039%25%22%20y2%3D%2278.201%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23387eb8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23366994%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGlXoRkc4T2%22%20x1%3D%2219.128%25%22%20x2%3D%2290.742%25%22%20y1%3D%2220.579%25%22%20y2%3D%2288.429%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ffe052%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffc331%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGg39WleeP2)%22%20d%3D%22M126.916.072c-64.832%200-60.784%2028.115-60.784%2028.115l.072%2029.128h61.868v8.745H41.631S.145%2061.355.145%20126.77c0%2065.417%2036.21%2063.097%2036.21%2063.097h21.61v-30.356s-1.165-36.21%2035.632-36.21h61.362s34.475.557%2034.475-33.319V33.97S194.67.072%20126.916.072M92.802%2019.66a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.13%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlXoRkc4T2)%22%20d%3D%22M128.757%20254.126c64.832%200%2060.784-28.115%2060.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486%204.705%2041.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165%2036.21-35.632%2036.21h-61.362s-34.475-.557-34.475%2033.32v56.013s-5.235%2033.897%2062.518%2033.897m34.114-19.586a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.131a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/python.svg?color=%231a73e8&size=48