Arcticons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arcticons 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/322012.svg" alt="Arcticons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322012.svg" alt="Arcticons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322012.svg" alt="Arcticons icon" :width="24" :height="24" />
CSS background
.icon-arcticons {
background-image: url('https://proicons.com/icon/322012.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><path class="a" d="M24,10.84,12.6,17.42V30.58L24,37.16l11.4-6.58V17.42Z"/><circle class="a" cx="8.07" cy="14.8" r="3.11"/><circle class="a" cx="24" cy="5.61" r="3.11"/><circle class="a" cx="39.93" cy="14.8" r="3.11"/><circle class="a" cx="39.93" cy="33.2" r="3.11"/><circle class="a" cx="24" cy="42.39" r="3.11"/><circle class="a" cx="8.07" cy="33.2" r="3.11"/><line class="a" x1="12.6" y1="30.58" x2="10.76" y2="31.64"/><line class="a" x1="24" y1="37.16" x2="24" y2="39.28"/><line class="a" x1="24" y1="10.84" x2="24" y2="8.71"/><line class="a" x1="35.4" y1="30.58" x2="37.24" y2="31.64"/><line class="a" x1="35.4" y1="17.42" x2="37.24" y2="16.36"/><line class="a" x1="12.6" y1="17.42" x2="10.76" y2="16.36"/><line class="a" x1="24.14" y1="29.78" x2="24.14" y2="18.38"/></svg>
Copied!