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/310664.svg" alt="Direction Up 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310664.svg" alt="Direction Up 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310664.svg" alt="Direction Up 2 icon" :width="24" :height="24" />
CSS background
.icon-direction-up-2 {
background-image: url('https://proicons.com/icon/310664.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="M10.8835 17.6077L6.28082 20.8108C5.88279 21.0346 5.42415 21.1268 4.97053 21.0743C4.51691 21.0217 4.09155 20.827 3.75532 20.518C3.41909 20.209 3.18922 19.8015 3.09859 19.3539C3.00797 18.9063 3.06124 18.4415 3.25078 18.026L9.94573 4.0013C10.1197 3.62748 10.3967 3.31112 10.7444 3.08944C11.0921 2.86777 11.4958 2.75 11.908 2.75C12.3204 2.75 12.7241 2.86777 13.0717 3.08944C13.4193 3.31112 13.6965 3.62748 13.8703 4.0013L20.7673 18.2281C20.9427 18.6345 20.9893 19.0851 20.9006 19.5189C20.812 19.9528 20.5924 20.3489 20.2717 20.654C19.9508 20.9591 19.5441 21.1585 19.1064 21.2253C18.6687 21.292 18.221 21.2229 17.8238 21.0272L13.0624 17.6077C12.7342 17.4075 12.3574 17.3017 11.973 17.3017C11.5886 17.3017 11.2117 17.4075 10.8835 17.6077Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.0523 10.5952V17.3191" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!