File Python Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The File Python icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305663.svg" alt="File Python icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305663.svg" alt="File Python icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305663.svg" alt="File Python icon" :width="24" :height="24" />
CSS background
.icon-file-python {
background-image: url('https://proicons.com/icon/305663.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M440 491h119c32 0 59-27 59-60V318c0-32-27-56-59-61-21-4-42-5-62-5s-40 2-57 5c-50 9-59 27-59 61v45h118v15H337c-35 0-65 21-74 60-11 45-12 74 0 121 8 35 28 60 63 60h40v-54c0-39 34-74 74-74zm-7-158c-12 0-22-10-22-22 0-13 10-23 22-23s22 11 22 23-10 22-22 22zm244 45h-45v53c0 41-34 75-73 75H440c-32 0-59 28-59 60v113c0 32 28 51 59 60 38 11 74 13 119 0 29-9 59-26 59-60v-45H500v-15h177c34 0 47-24 59-60 12-37 12-73 0-121-8-34-25-60-59-60zM566 664c12 0 22 10 22 22s-10 23-22 23-22-10-22-23c0-12 10-22 22-22zM842 0H176c-44 0-79 36-79 80v840c0 44 35 80 79 80h647c44 0 80-36 80-80V61c0-34-27-61-61-61zm-7 556v364c0 7-5 12-12 12H176c-6 0-11-5-11-12V80c0-7 5-12 11-12h489c14 0 36 10 45 21l16 18c10 12 20 24 30 35 14 16 28 32 41 48l18 21c10 11 20 37 20 52v293z"/></svg>
Copied!