Arrows All Direction 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrows All Direction 2 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/310532.svg" alt="Arrows All Direction 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310532.svg" alt="Arrows All Direction 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310532.svg" alt="Arrows All Direction 2 icon" :width="24" :height="24" />
CSS background
.icon-arrows-all-direction-2 {
background-image: url('https://proicons.com/icon/310532.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.375 20.375L3.62498 3.625" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.7877 20.375H20.375V14.7877" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.62498 9.21232V3.625H9.2123" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.62498 14.7877V20.375H9.2123" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.7877 3.625H20.375V9.21232" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.62498 20.375L20.375 3.625" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!