Direction Right 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Direction Right 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/310087.svg" alt="Direction Right 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310087.svg" alt="Direction Right 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310087.svg" alt="Direction Right 2 icon" :width="24" :height="24" />
CSS background
.icon-direction-right-2 {
background-image: url('https://proicons.com/icon/310087.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="M22.0022 11.8843C22.0022 12.4408 21.8425 12.9857 21.5422 13.4543C21.2456 13.9235 20.818 14.2955 20.3122 14.5243L6.1022 21.4243C5.72531 21.5834 5.32125 21.6683 4.9122 21.6743C4.71729 21.6747 4.52289 21.6545 4.33219 21.6143C3.74566 21.4984 3.21042 21.2011 2.8022 20.7643C2.38901 20.3334 2.11995 19.7848 2.03221 19.1943C1.93991 18.6068 2.03434 18.0052 2.3022 17.4743L2.36221 17.3643L4.5922 14.2643C4.73506 14.0617 4.92149 13.8936 5.1378 13.7725C5.3541 13.6514 5.5948 13.5802 5.8422 13.5643L7.00221 13.4843L13.4022 13.0343C13.6674 13.0343 13.9218 12.9289 14.1093 12.7414C14.2968 12.5538 14.4022 12.2995 14.4022 12.0343C14.4022 11.7691 14.2968 11.5147 14.1093 11.3272C13.9218 11.1396 13.6674 11.0343 13.4022 11.0343L7.1022 10.5943L6.0122 10.5243C5.76033 10.5061 5.51567 10.4321 5.29598 10.3075C5.0763 10.183 4.88712 10.0111 4.7422 9.80428L2.5722 6.68428C2.24852 6.13586 2.11166 5.49717 2.1822 4.86427C2.25213 4.25423 2.51324 3.68195 2.92816 3.22931C3.34307 2.77667 3.89053 2.46689 4.4922 2.34428C5.09468 2.21349 5.72344 2.28374 6.28221 2.54428L20.2822 9.24428C20.7913 9.47377 21.224 9.84446 21.5288 10.3124C21.8337 10.7803 21.998 11.3258 22.0022 11.8843Z" fill="black"/> </svg>
Copied!