Direction Up Right 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Direction Up 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/310090.svg" alt="Direction Up Right 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310090.svg" alt="Direction Up Right 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310090.svg" alt="Direction Up Right 2 icon" :width="24" :height="24" />
CSS background
.icon-direction-up-right-2 {
background-image: url('https://proicons.com/icon/310090.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="M21.38 2.49946C21.7685 2.89783 22.0386 3.39641 22.16 3.93946C22.2806 4.48282 22.2389 5.04963 22.04 5.56947L16.87 20.4895C16.7165 20.8646 16.4886 21.2048 16.2 21.4895C16.0617 21.6264 15.9111 21.7502 15.75 21.8595C15.2538 22.1908 14.6664 22.3586 14.07 22.3395C13.4715 22.3235 12.8926 22.1227 12.4127 21.7646C11.9329 21.4065 11.5756 20.9087 11.39 20.3395C11.39 20.3395 11.39 20.2495 11.39 20.2195L10.77 16.4495C10.7311 16.2026 10.7467 15.9502 10.8158 15.7101C10.8849 15.4699 11.0058 15.2479 11.17 15.0595L11.93 14.1895L16.14 9.34947C16.2332 9.25623 16.3072 9.14554 16.3577 9.02372C16.4081 8.9019 16.4341 8.77133 16.4341 8.63947C16.4341 8.50762 16.4081 8.37703 16.3577 8.25521C16.3072 8.13339 16.2332 8.02271 16.14 7.92947C16.0468 7.83623 15.9361 7.76226 15.8143 7.7118C15.6924 7.66134 15.5619 7.63537 15.43 7.63537C15.2982 7.63537 15.1676 7.66134 15.0457 7.7118C14.9239 7.76226 14.8132 7.83623 14.72 7.92947L9.96001 12.0795L9.13 12.7995C8.94034 12.9645 8.71624 13.0852 8.47405 13.1526C8.23186 13.2201 7.97767 13.2327 7.73 13.1895L3.99001 12.5195C3.37752 12.3591 2.83146 12.0091 2.43001 11.5195C2.04824 11.0377 1.82819 10.4478 1.80126 9.83375C1.77433 9.21968 1.94185 8.61277 2.27999 8.09947C2.61551 7.58257 3.11059 7.18933 3.68999 6.97947L18.35 1.78947C18.8712 1.60015 19.4354 1.56261 19.977 1.68121C20.5187 1.79981 21.0156 2.06968 21.41 2.45947L21.38 2.49946Z" fill="black"/> </svg>
Copied!