Arrow Right Icon
Free SVG icon from the VS Code Codicons 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/306991.svg" alt="Arrow Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306991.svg" alt="Arrow Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306991.svg" alt="Arrow Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-right {
background-image: url('https://proicons.com/icon/306991.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 8.14576L8.854 3.14576C8.659 2.95076 8.342 2.95076 8.147 3.14576C7.952 3.34076 7.952 3.65776 8.147 3.85276L12.293 7.99876H2.5C2.224 7.99876 2 8.22276 2 8.49876C2 8.77476 2.224 8.99876 2.5 8.99876H12.293L8.147 13.1448C7.952 13.3398 7.952 13.6568 8.147 13.8518C8.245 13.9498 8.373 13.9978 8.501 13.9978C8.629 13.9978 8.757 13.9488 8.855 13.8518L13.855 8.85176C14.05 8.65676 14.05 8.33976 13.855 8.14476L13.854 8.14576Z"/></svg>
Arrow Right in other icon packs
Copied!