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/310091.svg" alt="Direction Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310091.svg" alt="Direction Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310091.svg" alt="Direction Up Right icon" :width="24" :height="24" />
CSS background
.icon-direction-up-right {
background-image: url('https://proicons.com/icon/310091.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.3339 2.46001C21.7314 2.84773 22.0031 3.34595 22.1139 3.89002C22.2424 4.42867 22.2041 4.99367 22.004 5.51001L16.8539 20.37C16.7194 20.7915 16.4824 21.1729 16.164 21.48C16.0371 21.6155 15.8924 21.7333 15.7339 21.83C15.344 22.0913 14.8967 22.2544 14.4301 22.3054C13.9635 22.3564 13.4914 22.2937 13.0543 22.1228C12.6171 21.9519 12.2278 21.6777 11.9195 21.3237C11.6113 20.9698 11.3932 20.5465 11.284 20.09L10.3339 14.28C10.2569 14.0884 10.1412 13.9148 9.99395 13.77C9.83887 13.6091 9.64654 13.4889 9.43395 13.42L4.00396 12.49C3.38829 12.3369 2.84011 11.9855 2.44396 11.49C2.06404 11.0093 1.84377 10.422 1.81396 9.81001C1.78906 9.20046 1.95701 8.59859 2.29394 8.09001C2.63664 7.57739 3.12898 7.18282 3.70394 6.96001L18.2939 1.8C18.8108 1.61722 19.3685 1.58259 19.904 1.70001C20.4435 1.81136 20.9398 2.07512 21.3339 2.46001Z" fill="black"/> </svg>
Copied!