Patient Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Patient Access 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/331020.svg" alt="Patient Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331020.svg" alt="Patient Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331020.svg" alt="Patient Access icon" :width="24" :height="24" />
CSS background
.icon-patient-access {
background-image: url('https://proicons.com/icon/331020.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="16.3393" cy="18.4058" r="3.6123"/><path class="c" d="M18.8943,15.8508l5.1055-5.1055c4.2321-4.2321,11.094-4.2321,15.326,0,4.2321,4.2321,4.2321,11.094,0,15.326l-13.669,13.669c-.9179.9179-2.3958.9179-3.3137,0l-13.669-13.669c-4.2321-4.2321-4.2321-11.094,0-15.326,4.2321-4.2321,11.094-4.2321,15.326,0,2.7377,2.7377,3.8069,6.728,2.8048,10.468-.8159,3.0451-2.9041,5.5474-5.6706,6.9129-.9298.3353-1.3488,1.3935-.5408,2.2016l7.2381,7.2381"/><path class="c" d="M13.7853,20.9598l-5.1118,5.1118"/></svg>
Copied!