logo python icon
logo-python from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-python
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- logo-python-outline, social-python
The same icon in other sets
Related icons in IonIcons
logo-alipaylogo-amazonlogo-amplifylogo-androidlogo-angularlogo-appflowlogo-applelogo-apple-appstorelogo-apple-arlogo-behancelogo-bitbucketlogo-bitcoinlogo-bufferlogo-capacitorlogo-chromelogo-closed-captioninglogo-codepenlogo-css3logo-designernewslogo-deviantartlogo-discordlogo-dockerlogo-dribbblelogo-dropbox
Use the logo python icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M314 36.38c-18.59-3.06-45.8-4.47-64.27-4.38a311 311 0 0 0-51.66 4.38c-45.74 8-54.07 24.7-54.07 55.54V128h112v16H107.62C66.06 144 32.33 193.67 32 255.12v.88a163 163 0 0 0 3.13 32c9.29 46.28 38.23 80 72.49 80H128v-54c0-31.3 20.84-59.95 55-66.1l9.87-1.23H314a56 56 0 0 0 15.06-2A52.48 52.48 0 0 0 368 193.68V91.92c0-28.92-24.68-50.73-54-55.54M194.93 105.5a20.37 20.37 0 1 1 20.3-20.3a20.29 20.29 0 0 1-20.3 20.3"/><path fill="currentColor" d="M475.28 217c-10.7-42.61-38.41-73-70.9-73h-17.71v47.45c0 39.57-26 68.22-57.74 73.13a63.5 63.5 0 0 1-9.69.75H198.08a60 60 0 0 0-15.23 1.95C160.54 273.14 144 291.7 144 315.77v101.77c0 29 29.14 46 57.73 54.31c34.21 9.95 71.48 11.75 112.42 0c27.19-7.77 53.85-23.48 53.85-54.31V384H256v-16h148.38c29.44 0 54.95-24.93 67.45-61.31A156.8 156.8 0 0 0 480 256a160.6 160.6 0 0 0-4.72-39M316.51 404a20.37 20.37 0 1 1-20.3 20.3a20.29 20.29 0 0 1 20.3-20.3"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoPython(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M314 36.38c-18.59-3.06-45.8-4.47-64.27-4.38a311 311 0 0 0-51.66 4.38c-45.74 8-54.07 24.7-54.07 55.54V128h112v16H107.62C66.06 144 32.33 193.67 32 255.12v.88a163 163 0 0 0 3.13 32c9.29 46.28 38.23 80 72.49 80H128v-54c0-31.3 20.84-59.95 55-66.1l9.87-1.23H314a56 56 0 0 0 15.06-2A52.48 52.48 0 0 0 368 193.68V91.92c0-28.92-24.68-50.73-54-55.54M194.93 105.5a20.37 20.37 0 1 1 20.3-20.3a20.29 20.29 0 0 1-20.3 20.3"/><path fill="currentColor" d="M475.28 217c-10.7-42.61-38.41-73-70.9-73h-17.71v47.45c0 39.57-26 68.22-57.74 73.13a63.5 63.5 0 0 1-9.69.75H198.08a60 60 0 0 0-15.23 1.95C160.54 273.14 144 291.7 144 315.77v101.77c0 29 29.14 46 57.73 54.31c34.21 9.95 71.48 11.75 112.42 0c27.19-7.77 53.85-23.48 53.85-54.31V384H256v-16h148.38c29.44 0 54.95-24.93 67.45-61.31A156.8 156.8 0 0 0 480 256a160.6 160.6 0 0 0-4.72-39M316.51 404a20.37 20.37 0 1 1-20.3 20.3a20.29 20.29 0 0 1 20.3-20.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M314 36.38c-18.59-3.06-45.8-4.47-64.27-4.38a311 311 0 0 0-51.66 4.38c-45.74 8-54.07 24.7-54.07 55.54V128h112v16H107.62C66.06 144 32.33 193.67 32 255.12v.88a163 163 0 0 0 3.13 32c9.29 46.28 38.23 80 72.49 80H128v-54c0-31.3 20.84-59.95 55-66.1l9.87-1.23H314a56 56 0 0 0 15.06-2A52.48 52.48 0 0 0 368 193.68V91.92c0-28.92-24.68-50.73-54-55.54M194.93 105.5a20.37 20.37 0 1 1 20.3-20.3a20.29 20.29 0 0 1-20.3 20.3"/><path fill="currentColor" d="M475.28 217c-10.7-42.61-38.41-73-70.9-73h-17.71v47.45c0 39.57-26 68.22-57.74 73.13a63.5 63.5 0 0 1-9.69.75H198.08a60 60 0 0 0-15.23 1.95C160.54 273.14 144 291.7 144 315.77v101.77c0 29 29.14 46 57.73 54.31c34.21 9.95 71.48 11.75 112.42 0c27.19-7.77 53.85-23.48 53.85-54.31V384H256v-16h148.38c29.44 0 54.95-24.93 67.45-61.31A156.8 156.8 0 0 0 480 256a160.6 160.6 0 0 0-4.72-39M316.51 404a20.37 20.37 0 1 1-20.3 20.3a20.29 20.29 0 0 1 20.3-20.3"/></svg> </template>
CSS
.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M314%2036.38c-18.59-3.06-45.8-4.47-64.27-4.38a311%20311%200%200%200-51.66%204.38c-45.74%208-54.07%2024.7-54.07%2055.54V128h112v16H107.62C66.06%20144%2032.33%20193.67%2032%20255.12v.88a163%20163%200%200%200%203.13%2032c9.29%2046.28%2038.23%2080%2072.49%2080H128v-54c0-31.3%2020.84-59.95%2055-66.1l9.87-1.23H314a56%2056%200%200%200%2015.06-2A52.48%2052.48%200%200%200%20368%20193.68V91.92c0-28.92-24.68-50.73-54-55.54M194.93%20105.5a20.37%2020.37%200%201%201%2020.3-20.3a20.29%2020.29%200%200%201-20.3%2020.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.28%20217c-10.7-42.61-38.41-73-70.9-73h-17.71v47.45c0%2039.57-26%2068.22-57.74%2073.13a63.5%2063.5%200%200%201-9.69.75H198.08a60%2060%200%200%200-15.23%201.95C160.54%20273.14%20144%20291.7%20144%20315.77v101.77c0%2029%2029.14%2046%2057.73%2054.31c34.21%209.95%2071.48%2011.75%20112.42%200c27.19-7.77%2053.85-23.48%2053.85-54.31V384H256v-16h148.38c29.44%200%2054.95-24.93%2067.45-61.31A156.8%20156.8%200%200%200%20480%20256a160.6%20160.6%200%200%200-4.72-39M316.51%20404a20.37%2020.37%200%201%201-20.3%2020.3a20.29%2020.29%200%200%201%2020.3-20.3%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M314%2036.38c-18.59-3.06-45.8-4.47-64.27-4.38a311%20311%200%200%200-51.66%204.38c-45.74%208-54.07%2024.7-54.07%2055.54V128h112v16H107.62C66.06%20144%2032.33%20193.67%2032%20255.12v.88a163%20163%200%200%200%203.13%2032c9.29%2046.28%2038.23%2080%2072.49%2080H128v-54c0-31.3%2020.84-59.95%2055-66.1l9.87-1.23H314a56%2056%200%200%200%2015.06-2A52.48%2052.48%200%200%200%20368%20193.68V91.92c0-28.92-24.68-50.73-54-55.54M194.93%20105.5a20.37%2020.37%200%201%201%2020.3-20.3a20.29%2020.29%200%200%201-20.3%2020.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.28%20217c-10.7-42.61-38.41-73-70.9-73h-17.71v47.45c0%2039.57-26%2068.22-57.74%2073.13a63.5%2063.5%200%200%201-9.69.75H198.08a60%2060%200%200%200-15.23%201.95C160.54%20273.14%20144%20291.7%20144%20315.77v101.77c0%2029%2029.14%2046%2057.73%2054.31c34.21%209.95%2071.48%2011.75%20112.42%200c27.19-7.77%2053.85-23.48%2053.85-54.31V384H256v-16h148.38c29.44%200%2054.95-24.93%2067.45-61.31A156.8%20156.8%200%200%200%20480%20256a160.6%20160.6%200%200%200-4.72-39M316.51%20404a20.37%2020.37%200%201%201-20.3%2020.3a20.29%2020.29%200%200%201%2020.3-20.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-python.svg?color=%231a73e8&size=48