Arrow Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Up icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310530.svg" alt="Arrow Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310530.svg" alt="Arrow Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310530.svg" alt="Arrow Up icon" :width="24" :height="24" />
CSS background
.icon-arrow-up {
background-image: url('https://proicons.com/icon/310530.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="M12 4L12 20" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M19.6606 11.0325L13.0877 4.45962C12.9454 4.31608 12.776 4.20207 12.5892 4.12433C12.4025 4.04647 12.2023 4.00642 12 4.00642C11.7977 4.00642 11.5975 4.04647 11.4108 4.12433C11.224 4.20207 11.0546 4.31608 10.9122 4.45962L4.3394 11.0325" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Up in other icon packs
Copied!