Double Arrow Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double Arrow Right 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/310682.svg" alt="Double Arrow Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310682.svg" alt="Double Arrow Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310682.svg" alt="Double Arrow Right icon" :width="24" :height="24" />
CSS background
.icon-double-arrow-right {
background-image: url('https://proicons.com/icon/310682.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.35999 19L11.1233 13.2367C11.287 13.075 11.4169 12.8824 11.5056 12.6701C11.5943 12.4578 11.64 12.2301 11.64 12C11.64 11.7699 11.5943 11.5422 11.5056 11.3299C11.4169 11.1176 11.287 10.925 11.1233 10.7633L5.35999 5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.36 19L18.1233 13.2367C18.287 13.075 18.4169 12.8824 18.5056 12.6701C18.5943 12.4578 18.64 12.2301 18.64 12C18.64 11.7699 18.5943 11.5422 18.5056 11.3299C18.4169 11.1176 18.287 10.925 18.1233 10.7633L12.36 5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Double Arrow Right in other icon packs
Copied!