Double Arrow Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double 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/310683.svg" alt="Double Arrow Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310683.svg" alt="Double Arrow Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310683.svg" alt="Double Arrow Up icon" :width="24" :height="24" />
CSS background
.icon-double-arrow-up {
background-image: url('https://proicons.com/icon/310683.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="M5 18.64L10.7633 12.8767C10.925 12.713 11.1176 12.5831 11.3299 12.4944C11.5422 12.4057 11.7699 12.36 12 12.36C12.2301 12.36 12.4578 12.4057 12.6701 12.4944C12.8824 12.5831 13.075 12.713 13.2367 12.8767L19 18.64" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 11.64L10.7633 5.87668C10.925 5.71301 11.1176 5.58306 11.3299 5.49437C11.5422 5.40568 11.7699 5.36001 12 5.36001C12.2301 5.36001 12.4578 5.40568 12.6701 5.49437C12.8824 5.58306 13.075 5.71301 13.2367 5.87668L19 11.64" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Double Arrow Up in other icon packs
Copied!