Aetna Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aetna 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/321433.svg" alt="Aetna icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321433.svg" alt="Aetna icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321433.svg" alt="Aetna icon" :width="24" :height="24" />
CSS background
.icon-aetna {
background-image: url('https://proicons.com/icon/321433.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><path class="c" d="m3,24.2481c14.0002,14.5881,27.9998,13.8629,42,0-13.5097-14.6494-27.4975-15.1273-42,0Z"/><path class="c" d="m30.5171,21.4405c1.2216,3.1091.0759,6.6481-2.7359,8.4515-2.8114,1.8031-6.505,1.3688-8.8214-1.0373-2.3168-2.4063-2.6104-6.1143-.7012-8.8553,1.9091-2.7408,5.4889-3.7508,8.5491-2.412l-2.805,6.4128,6.5145-2.5597Z"/></svg>
Copied!