Arrow Right 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Right 2 Svg 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/308762.svg" alt="Arrow Right 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308762.svg" alt="Arrow Right 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308762.svg" alt="Arrow Right 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-right-2---svg {
background-image: url('https://proicons.com/icon/308762.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 fill-rule="evenodd" clip-rule="evenodd" d="M9 17C9 17.4045 9.24364 17.7691 9.61732 17.9239C9.99099 18.0787 10.4211 17.9931 10.7071 17.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L10.7071 6.29289C10.4211 6.0069 9.99099 5.92134 9.61732 6.07612C9.24364 6.2309 9 6.59554 9 7L9 17Z" fill="#292929"/> </svg>
Copied!