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