Athenapatient Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Athenapatient 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/336680.svg" alt="Athenapatient icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336680.svg" alt="Athenapatient icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336680.svg" alt="Athenapatient icon" :width="24" :height="24" />
CSS background
.icon-athenapatient {
background-image: url('https://proicons.com/icon/336680.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M29.58,39.4918c2.7942-1.1354,5.6719-3.0996,7.3738-5.033,2.9166-3.3135,5.0856-9.3072,5.308-14.6682l.1148-2.7678-1.052.124c-1.8759.2211-5.4551,1.764-7.9692,3.4353-5.0639,3.3665-8.1233,9.4329-8.5816,17.0163l-.2051,3.3929,1.4775-.332c.8126-.1826,2.4028-.7079,3.5336-1.1674ZM21.4223,43c.4474-3.3772.4781-5.3577.4781-7.3596,0-8.9424-1.4111-13.4782-5.3346-17.1483-1.8566-1.7366-5.5145-3.6967-7.7214-4.1373l-1.2211-.2438.0056,2.0194c.0132,4.8037,2.185,10.084,5.2989,12.8838.9863.8868,3.0703,2.1865,4.6311,2.8883,1.0854.488,4.3415,1.952,4.3415,1.952M23.0753,19.454c4.6959-7.1142-.8993-14.454-1.4756-14.454-.2645,0-1.0031,1.0266-1.6414,2.2813-3.5813,6.4732,1.972,13.4115,1.9895,13.4115.1703,0,.6777-.5575,1.1275-1.2389Z"/><circle id="d" class="e" cx="29.4574" cy="15.7382" r="2.0207"/></svg>
Copied!