Patient Gateway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Patient Gateway 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/331021.svg" alt="Patient Gateway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331021.svg" alt="Patient Gateway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331021.svg" alt="Patient Gateway icon" :width="24" :height="24" />
CSS background
.icon-patient-gateway {
background-image: url('https://proicons.com/icon/331021.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.854,36.5c2.912-1.1851,5.9819-.8841,9.1798-.8954,3.4951-.0113,7.216.3123,9.1836-1.7005M14.854,32.5685c2.912-1.1851,5.9819-.8841,9.1798-.8954,3.4951-.0113,7.216.3123,9.1836-1.6968M32.3484,20.7777v6.8473M26.8066,20.7777v7.9947M21.2649,20.7777v7.9947M15.7269,20.7777v7.9947M33.146,14.5775l-9.1798-3.0775-9.1836,3.0775M14.8465,17.9259h18.3597"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!