Arrows Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arrows 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/336612.svg" alt="Arrows icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336612.svg" alt="Arrows icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336612.svg" alt="Arrows icon" :width="24" :height="24" />
CSS background
.icon-arrows {
background-image: url('https://proicons.com/icon/336612.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polygon class="d" points="13.479 9.1332 8.2706 19.4369 18.6874 19.4369 13.479 9.1332"/><line class="d" x1="13.479" y1="42.5636" x2="13.479" y2="19.4369"/><polygon class="d" points="21.8292 20.0678 32.1329 25.2762 32.1329 14.8593 21.8292 20.0678"/><line class="d" x1="42.5" y1="20.0678" x2="32.1329" y2="20.0678"/><polygon class="d" points="21.8292 33.5257 32.1329 38.7341 32.1329 28.3173 21.8292 33.5257"/><line class="d" x1="42.5" y1="33.5257" x2="32.1329" y2="33.5257"/></svg>
Copied!