Patient File Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Patient File 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/306190.svg" alt="Patient File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306190.svg" alt="Patient File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306190.svg" alt="Patient File icon" :width="24" :height="24" />
CSS background
.icon-patient-file {
background-image: url('https://proicons.com/icon/306190.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="M350 195h229c23 0 47 1 70-1 17 0 26-9 26-23 0-15-10-26-26-28-18-2-37-4-56-5-23-1-38-6-37-35 0-4-1-8-2-12-3-16-12-25-28-27-15-1-30-2-45-1-27 2-38 13-39 41-1 25-9 32-33 34-20 1-40 3-60 5-15 2-27 14-26 28 0 13 11 23 27 24zM500 84c10 0 18 9 18 19 0 11-7 19-18 19s-20-8-19-20c0-10 9-19 19-18zm192 96c-5 21-20 29-40 29-102 1-204 1-306 0-21 0-31-8-38-28l-1-4c-1-2-9-3-18-3h-68c-9 0-17 7-17 16v731c0 9 8 17 17 17h558c9 0 17-8 17-17V190c0-10-8-17-17-17h-80c-2 0-7 4-7 7zM402 359h42c9 0 17-7 17-17v-42c0-9 7-17 16-17h45c9 0 17 8 17 17v42c0 9 7 16 16 16h44c9 0 16 8 16 17v45c0 9-7 16-16 16h-43c-9 0-16 8-16 17v44c0 9-8 16-17 16h-45c-9 0-16-7-16-16v-44c0-9-8-16-17-16h-43c-10 0-17-8-17-17v-44c0-10 7-17 17-17zm283 479H316c-10 0-17-8-17-17v-12c0-9 7-16 17-16h369c9 0 16 7 16 16v12c0 9-7 17-16 17zm0-98H316c-10 0-17-8-17-17v-12c0-9 7-16 17-16h369c9 0 16 7 16 16v12c0 9-7 17-16 17zm0-98H316c-10 0-17-8-17-17v-12c0-9 7-16 17-16h369c9 0 16 7 16 16v12c0 9-7 17-16 17z"/></svg>
Copied!