Direction Up Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Direction Up Right 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/310666.svg" alt="Direction Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310666.svg" alt="Direction Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310666.svg" alt="Direction Up Right icon" :width="24" :height="24" />
CSS background
.icon-direction-up-right {
background-image: url('https://proicons.com/icon/310666.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="M9.69712 12.695L4.42563 11.7854C4.00411 11.6674 3.63071 11.419 3.3589 11.0759C3.08708 10.7328 2.93077 10.3124 2.91232 9.87502C2.89386 9.43769 3.01423 9.0057 3.25619 8.64089C3.49813 8.27609 3.84928 7.99716 4.25936 7.84403L18.3037 2.87572C18.6749 2.74023 19.0771 2.71361 19.4631 2.79898C19.8489 2.88437 20.2024 3.0782 20.4819 3.35765C20.7614 3.63712 20.9552 3.9906 21.0405 4.3765C21.1259 4.7624 21.0993 5.16464 20.9638 5.53592L15.9956 19.854C15.8484 20.2789 15.5673 20.6445 15.1944 20.8958C14.8215 21.1471 14.3772 21.2704 13.9281 21.2472C13.479 21.2241 13.0497 21.0557 12.7046 20.7673C12.3596 20.4791 12.1176 20.0864 12.015 19.6487L11.1055 14.1033C11.0077 13.7693 10.8274 13.4652 10.5813 13.2191C10.3352 12.973 10.0312 12.7928 9.69712 12.695Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!