Apex Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apex 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/321908.svg" alt="Apex Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321908.svg" alt="Apex Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321908.svg" alt="Apex Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-apex-icon-pack {
background-image: url('https://proicons.com/icon/321908.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="31.539" y1="19.5" x2="36.839" y2="27.5"/><line class="b" x1="36.839" y1="19.5" x2="31.539" y2="27.5"/><path class="b" d="M18.4315,27.5v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><line class="b" x1="25.6526" y1="23.5" x2="28.2606" y2="23.5"/><polyline class="b" points="29.6526 27.5 25.6526 27.5 25.6526 19.5 29.6526 19.5"/><line class="b" x1="15.5832" y1="24.85" x2="12.0388" y2="24.85"/><polyline class="b" points="11.161 27.5 13.811 19.5 16.461 27.5"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!