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/310662.svg" alt="Direction Right 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310662.svg" alt="Direction Right 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310662.svg" alt="Direction Right 2 icon" :width="24" :height="24" />
CSS background
.icon-direction-right-2 {
background-image: url('https://proicons.com/icon/310662.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="M6.39234 10.8835L3.18925 6.28081C2.96536 5.88278 2.87317 5.42415 2.92575 4.97053C2.97833 4.5169 3.17304 4.09154 3.48204 3.75532C3.79104 3.41909 4.19848 3.18921 4.64614 3.09859C5.09367 3.00797 5.55849 3.06123 5.97397 3.25077L19.9987 9.94573C20.3725 10.1197 20.6889 10.3967 20.9106 10.7444C21.1322 11.0921 21.25 11.4958 21.25 11.908C21.25 12.3204 21.1322 12.7241 20.9106 13.0717C20.6889 13.4193 20.3725 13.6965 19.9987 13.8703L5.77193 20.7673C5.36546 20.9427 4.91492 20.9893 4.48107 20.9006C4.04722 20.812 3.65107 20.5924 3.34603 20.2717C3.04087 19.9508 2.84147 19.5441 2.77473 19.1064C2.70798 18.6687 2.77713 18.221 2.97281 17.8238L6.39233 13.0624C6.59245 12.7342 6.69833 12.3573 6.69833 11.973C6.69833 11.5886 6.59245 11.2117 6.39234 10.8835Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.4047 12.0523L6.68092 12.0523" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!