Direction Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Direction Up 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/310092.svg" alt="Direction Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310092.svg" alt="Direction Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310092.svg" alt="Direction Up icon" :width="24" :height="24" />
CSS background
.icon-direction-up {
background-image: url('https://proicons.com/icon/310092.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="M11.883 1.97579C12.4367 1.97435 12.9787 2.13418 13.443 2.43578C13.9119 2.72838 14.2841 3.15274 14.513 3.65579L21.373 17.8058C21.571 18.1998 21.6737 18.6348 21.673 19.0758C21.6733 19.2608 21.6532 19.4452 21.613 19.6258C21.497 20.2435 21.1807 20.8058 20.713 21.2258C20.2458 21.6488 19.654 21.9086 19.0264 21.9663C18.3988 22.0241 17.7695 21.8765 17.233 21.5458L12.453 18.1058C12.263 18.0263 12.059 17.9855 11.853 17.9858C11.6309 17.9854 11.4118 18.0368 11.213 18.1358L6.71303 21.3158C6.16653 21.6444 5.52617 21.7816 4.89302 21.7058C4.28506 21.6374 3.71447 21.3779 3.26341 20.9646C2.81235 20.5513 2.5041 20.0055 2.38303 19.4058C2.26478 18.8027 2.33459 18.1779 2.58302 17.6158L9.25302 3.61579C9.49423 3.12388 9.86853 2.70946 10.3334 2.41956C10.7983 2.12967 11.3352 1.97593 11.883 1.97579Z" fill="black"/> </svg>
Copied!