Anton Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anton 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/321850.svg" alt="Anton icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321850.svg" alt="Anton icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321850.svg" alt="Anton icon" :width="24" :height="24" />
CSS background
.icon-anton {
background-image: url('https://proicons.com/icon/321850.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{stroke-linejoin:round;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m34.4571,20.6666c0-1.5242-1.2355-2.7598-2.7598-2.7598s-2.7598,1.2357-2.7598,2.7598v2.8119c0,1.5242,1.2357,2.7598,2.7598,2.7598s2.7598-1.2357,2.7598-2.7598v-2.8119Z"/><path class="c" d="m21.2472,17.9068h5.5197"/><path class="c" d="m24.007,26.2384v-8.3315"/><path class="c" d="m13.0563,26.2384v-8.3315l5.5197,8.3315v-8.3315"/><path class="c" d="m37.9803,26.2384v-8.3315l5.5196,8.3315v-8.3315"/><path class="c" d="m9.1054,23.4785h-3.6912"/><path class="c" d="m4.5,26.2384l2.7599-8.3315,2.7598,8.3315"/><circle class="e" cx="17.9798" cy="12.8645" r=".75"/><circle class="e" cx="30.2704" cy="12.8645" r=".75"/><path class="d" d="m33.5679,30.155c-.9286,1.7158-2.2992,3.1519-3.9699,4.1594-1.6707,1.0076-3.5805,1.5498-5.5314,1.5705-1.9508.0207-3.8716-.4809-5.5633-1.4528s-3.0924-2.3787-4.0572-4.0744"/></svg>
Copied!