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/310665.svg" alt="Direction Up Right 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310665.svg" alt="Direction Up Right 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310665.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/310665.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.70588 12.7812L4.38986 11.8281C3.96633 11.7094 3.59118 11.4599 3.31809 11.1152C3.04498 10.7704 2.88793 10.3482 2.86939 9.90869C2.85086 9.46927 2.97179 9.03524 3.21489 8.66871C3.45797 8.30218 3.81078 8.02194 4.2228 7.86808L18.3334 2.87632C18.7064 2.74019 19.1106 2.71343 19.4982 2.79922C19.886 2.885 20.2411 3.07974 20.5219 3.36053C20.8026 3.64132 20.9975 3.99646 21.0833 4.38418C21.169 4.77189 21.1422 5.17604 21.0061 5.54908L16.0143 19.9348C15.857 20.3311 15.5819 20.6696 15.226 20.9047C14.8703 21.1397 14.4509 21.2601 14.0246 21.2493C13.5984 21.2386 13.1856 21.0974 12.8421 20.8448C12.4986 20.5922 12.2408 20.2402 12.1035 19.8365L11.1897 14.265C11.1025 13.9053 10.9179 13.5764 10.6561 13.3147C10.3945 13.053 10.0656 12.8684 9.70588 12.7812Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2774 8.80157L10.6983 13.3806" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!