Arrow Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The 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/310521.svg" alt="Arrow Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310521.svg" alt="Arrow Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310521.svg" alt="Arrow Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-right {
background-image: url('https://proicons.com/icon/310521.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="M20 12L4 12" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M12.9676 19.6606L19.5404 13.0878C19.684 12.9454 19.798 12.776 19.8757 12.5892C19.9536 12.4025 19.9936 12.2023 19.9936 12C19.9936 11.7977 19.9536 11.5975 19.8757 11.4108C19.798 11.224 19.684 11.0546 19.5404 10.9123L12.9676 4.33942" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Right in other icon packs
Copied!