Arrow Right Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Right Square 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/310520.svg" alt="Arrow Right Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310520.svg" alt="Arrow Right Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310520.svg" alt="Arrow Right Square icon" :width="24" :height="24" />
CSS background
.icon-arrow-right-square {
background-image: url('https://proicons.com/icon/310520.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="M17.3957 12H6.604" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M12.6782 17.1389L17.1388 12.7297C17.2351 12.6341 17.3115 12.5204 17.3638 12.3953C17.416 12.27 17.4428 12.1356 17.4428 12C17.4428 11.8643 17.416 11.73 17.3638 11.6047C17.3115 11.4795 17.2351 11.3658 17.1388 11.2703L12.6782 6.86108" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Arrow Right Square in other icon packs
Copied!