Anchr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anchr 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/321738.svg" alt="Anchr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321738.svg" alt="Anchr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321738.svg" alt="Anchr icon" :width="24" :height="24" />
CSS background
.icon-anchr {
background-image: url('https://proicons.com/icon/321738.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="23.5734" cy="14.4081" r="9.3085"/><circle class="a" cx="23.5734" cy="14.2511" r="4.5147"/><path class="a" d="M21.3436,23.7888l-.0711,14.045c-4.2717-.9721-7.8747-2.772-9.7935-6.6595L14.17,28.5l-9.67.018.0711,9.5112,2.87-2.7806C11.12,40.62,16.78,42.9566,24,42.8993m2.7625-19.6061-.035,14.5406c4.2717-.9721,7.8747-2.772,9.7935-6.6595L33.83,28.5l9.67.018-.0711,9.5112-2.87-2.7806C36.88,40.62,31.22,42.9566,24,42.8993"/></svg>
Copied!