Anixart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anixart 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/321819.svg" alt="Anixart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321819.svg" alt="Anixart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321819.svg" alt="Anixart icon" :width="24" :height="24" />
CSS background
.icon-anixart {
background-image: url('https://proicons.com/icon/321819.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="24" cy="26.1246" r="7.5"/><path class="c" d="m22.0055,8.7666c-8.0647.8932-14.5386,7.419-15.377,15.4895-.8016,7.7169,3.429,14.5368,9.8065,17.6067.4974.2394,1.0867-.0653,1.1679-.6113l.7399-4.9745c.0806-.5418.6591-.8425,1.1539-.6073,1.3658.6492,2.8901,1.0174,4.5033,1.0174s3.1375-.3682,4.5033-1.0174c.4947-.2352,1.0733.0655,1.1539.6073l.7398,4.9743c.0811.5451.6693.8515,1.1659.6125,5.8585-2.8191,9.9058-8.8026,9.9058-15.7392,0-10.3047-8.9225-18.5255-19.4633-17.3581Z"/><path class="c" d="m13.1717,9.6782c.5897-.3446.4854-1.2324-.1599-1.4561-2.9635-1.0273-7.8565-2.6082-8.4116-2.0531-.5019.5018.9939,5.2361,2.0071,8.2271.2215.6538,1.0877.7372,1.4627.1577,1.2928-1.9981,3.0426-3.6725,5.1017-4.8757Z"/><path class="c" d="m34.8283,9.6782c-.5897-.3446-.4854-1.2324.1599-1.4561,2.9635-1.0273,7.8565-2.6082,8.4116-2.0531.5019.5018-.9939,5.2361-2.0071,8.2271-.2215.6538-1.0877.7372-1.4627.1577-1.2928-1.9981-3.0426-3.6725-5.1017-4.8757Z"/></svg>
Copied!