Athena Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Athena 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/322120.svg" alt="Athena icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322120.svg" alt="Athena icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322120.svg" alt="Athena icon" :width="24" :height="24" />
CSS background
.icon-athena {
background-image: url('https://proicons.com/icon/322120.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="b"><path id="c" class="d" d="M37.7871,35.5516c-3.0465,7.2445-9.3897,7.8595-10.349,7.9498-.398.0375-.6962-.3712-.4203-.773,1.1945-1.7398,2.1138-3.4795,2.1138-5.6151,0-2.9517-2.6391-4.5419-4.0961-6.079-2.8692-3.0269-2.0928-7.3486-2.0928-7.3486-.6019.4898-1.128.8668-1.5949,1.3067-2.0175,1.9008-3.5322,4.1036-4.1273,6.8701-.8024,3.7309-.1385,7.0992,2.3894,10.0294,1.8735,2.1717-.587,1.3701-1.2173,1.2253-2.3702-.5444-11.9995-5.5388-8.9545-15.7502,2.8954-9.7096,13.8941-10.6114,11.3113-22.1927-.1391-.6238.2242-.7435.5735-.635,3.7754,1.1728,6.6036,3.9855,8.1764,8.9782.6017,1.91.3109,3.8743-.0998,5.8064-.8768,4.124-.0621,6.7245,1.2537,5.1424,1.5293-1.8386,2.0815-3.8299,2.913-5.7393.5133-1.1787.8095-1.2446,1.6005-.2514,1.8999,2.3855,6.0878,8.8308,2.6205,17.0758Z"/></g></svg>
Copied!