Mri Patient Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mri Patient 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/320401.svg" alt="Mri Patient icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320401.svg" alt="Mri Patient icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320401.svg" alt="Mri Patient icon" :width="24" :height="24" />
CSS background
.icon-mri-patient {
background-image: url('https://proicons.com/icon/320401.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="mri--patient_1_" d="M17,30.36c-3.732,0-7.257-1.42-9.944-4H3.36v3.279H5v0.721H1v-0.72h1.64v-3.28H1 c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h23.813c1.148-1.587,1.826-3.535,1.826-5.64 c0-5.315-4.324-9.64-9.64-9.64c-3.833,0-7.302,2.271-8.838,5.784l-0.66-0.288C9.152,8.08,12.88,5.64,17,5.64 c5.713,0,10.36,4.647,10.36,10.36S22.713,26.36,17,26.36H8.126c2.471,2.121,5.588,3.279,8.874,3.279 c7.521,0,13.64-6.118,13.64-13.64c0-7.521-6.118-13.64-13.64-13.64c-5.991,0-11.368,4.006-13.075,9.743l-0.69-0.205 C5.032,5.858,10.692,1.64,17,1.64c7.918,0,14.36,6.442,14.36,14.36S24.918,30.36,17,30.36z M1.36,25.64H17 c2.881,0,5.471-1.27,7.238-3.279H1.36V25.64z M21.5,20.36c-1.073,0-2.011-0.595-2.5-1.473c-0.489,0.878-1.427,1.473-2.5,1.473H1 v-0.72h15.5c1.18,0,2.14-0.96,2.14-2.14s-0.96-2.14-2.14-2.14H11c-0.904,0-1.64,0.736-1.64,1.64c0,0.199-0.161,0.36-0.36,0.36H1 v-0.72h7.667c0.174-1.131,1.154-2,2.333-2h5.5c1.073,0,2.011,0.595,2.5,1.472c0.489-0.877,1.427-1.472,2.5-1.472 c1.577,0,2.86,1.283,2.86,2.86S23.077,20.36,21.5,20.36z M21.5,15.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14 s2.14-0.96,2.14-2.14S22.68,15.36,21.5,15.36z M19,4.36h-4V3.64h4V4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!