Arc Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arc Icon Pack 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/322000.svg" alt="Arc Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322000.svg" alt="Arc Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322000.svg" alt="Arc Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-arc-icon-pack {
background-image: url('https://proicons.com/icon/322000.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="24" r="15.5"/><polygon class="c" points="24 31.9302 31.2093 20.3953 16.7907 20.3953 24 31.9302"/><polyline class="c" points="36.4649 14.7937 27.6479 14.7937 20.3881 14.7937 11.5351 14.7937"/><line class="c" x1="38.3177" y1="18.0595" x2="24.9372" y2="39.4712"/><line class="c" x1="23.0628" y1="39.4712" x2="9.6823" y2="18.0595"/><line class="c" x1="16.7907" y1="20.3953" x2="10.4393" y2="16.5023"/><line class="c" x1="37.5607" y1="16.5023" x2="31.2093" y2="20.3953"/><line class="c" x1="24" y1="39.5" x2="24" y2="31.9302"/><line class="c" x1="20.3886" y1="14.7964" x2="18.7149" y2="9.4254"/><line class="c" x1="27.6476" y1="14.7964" x2="29.3213" y2="9.4254"/><line class="c" x1="18.0356" y1="31.4729" x2="14.1527" y2="35.9014"/><line class="c" x1="14.1546" y1="25.3038" x2="8.7932" y2="26.6544"/><line class="c" x1="29.9493" y1="31.4729" x2="33.8162" y2="35.8832"/><line class="c" x1="33.8303" y1="25.3038" x2="39.1917" y2="26.6544"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!