Patientsky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Patientsky 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/331024.svg" alt="Patientsky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331024.svg" alt="Patientsky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331024.svg" alt="Patientsky icon" :width="24" :height="24" />
CSS background
.icon-patientsky {
background-image: url('https://proicons.com/icon/331024.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="M25.6884,35.6845c6.453,0,11.6843-5.2313,11.6843-11.6844s-5.2313-11.6845-11.6843-11.6845c-5.0441,0-9.3287,3.2021-10.9652,7.6795-.7018-.2012-1.455-.3135-2.2216-.3135-4.4192,0-8.0015,3.5824-8.0015,8.0015s3.5823,8.0015,8.0015,8.0015c2.3227,0,4.4143-.9897,5.876-2.5704"/><path class="b" d="M31.6356,23.7952c0,3.2846-2.6627,5.9473-5.9473,5.9473s-5.9473-2.6627-5.9473-5.9473"/><path class="b" d="M25.6884,35.6845h12.8432c2.7439,0,4.9684-2.2244,4.9684-4.9684s-2.2244-4.9684-4.9684-4.9684h-1.1589"/></svg>
Copied!