Patient Bed Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Patient Bed icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306189.svg" alt="Patient Bed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306189.svg" alt="Patient Bed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306189.svg" alt="Patient Bed icon" :width="24" :height="24" />
CSS background
.icon-patient-bed {
background-image: url('https://proicons.com/icon/306189.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="M933 299L546 14c-25-19-66-19-91 0L68 299c-23 17-40 50-40 79v557c0 36 29 65 65 65h814c37 0 66-29 66-65V378c0-29-17-62-40-79zM93 935V378c0-8 7-22 13-26L493 66c1 0 4-1 7-1s6 1 7 1l387 286c7 4 13 18 13 26v557H93zm279-552h86c5 0 10 4 10 10v85c0 6 5 11 10 11h72c5 0 10-5 10-11v-85c0-6 5-10 10-10h86c5 0 10-5 10-11v-71c0-6-5-10-10-10h-86c-5 0-10-5-10-10v-86c0-6-5-10-10-10h-72c-5 0-10 4-10 10v85c0 6-5 11-10 11h-86c-5 0-10 4-10 10v71c0 6 5 11 10 11zm446 208c-13 0-23 9-25 21v125h-35v-14c0-8-15-15-33-15H292l-2-1c-15-19-38-30-60-30V536c0-18-15-33-33-33s-33 15-33 33v346c0 18 15 32 33 32s33-14 33-32v-93h34v19c0 10 13 26 30 30 76 20 220 8 264-12 36-15 121-9 167-4 18 2 33-4 33-14v-19h35v93c0 13 11 24 25 24 13 0 24-11 24-24V616v-4c-2-12-12-21-24-21z"/></svg>
Copied!