Direction Up 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Direction Up 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/310089.svg" alt="Direction Up 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310089.svg" alt="Direction Up 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310089.svg" alt="Direction Up 2 icon" :width="24" :height="24" />
CSS background
.icon-direction-up-2 {
background-image: url('https://proicons.com/icon/310089.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.9071 1.97495C12.4636 1.97499 13.0085 2.13464 13.4771 2.43496C13.9463 2.73158 14.3183 3.15919 14.5471 3.66495L21.4471 17.875C21.6062 18.2519 21.6911 18.6559 21.6971 19.065C21.6975 19.2599 21.6774 19.4543 21.6371 19.645C21.5212 20.2315 21.2239 20.7667 20.7871 21.175C20.3562 21.5881 19.8076 21.8572 19.2171 21.945C18.6296 22.0372 18.028 21.9428 17.4971 21.675L17.3871 21.6149L14.2871 19.385C14.0845 19.2421 13.9164 19.0557 13.7953 18.8394C13.6742 18.6231 13.603 18.3824 13.5871 18.135L13.5071 16.9749L13.0571 10.575C13.0571 10.3097 12.9517 10.0554 12.7642 9.86785C12.5767 9.68031 12.3223 9.57496 12.0571 9.57496C11.7919 9.57496 11.5375 9.68031 11.35 9.86785C11.1624 10.0554 11.0571 10.3097 11.0571 10.575L10.6171 16.875L10.5471 17.965C10.5289 18.2168 10.4549 18.4615 10.3304 18.6812C10.2058 18.9009 10.0339 19.09 9.82709 19.235L6.70709 21.405C6.15867 21.7286 5.51998 21.8655 4.88709 21.795C4.27705 21.725 3.70476 21.4639 3.25212 21.049C2.79948 20.6341 2.48971 20.0866 2.3671 19.485C2.2363 18.8825 2.30655 18.2537 2.56709 17.695L9.26709 3.69495C9.49658 3.18581 9.86727 2.75317 10.3352 2.44831C10.8031 2.14345 11.3486 1.97917 11.9071 1.97495Z" fill="black"/> </svg>
Copied!