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/308760.svg" alt="Arrow Right 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308760.svg" alt="Arrow Right 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308760.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/308760.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="M8.00003 17L16 17C16.5523 17 17 16.5523 17 16L17 8.00003C17 7.59557 16.7564 7.23093 16.3827 7.07615C16.009 6.92137 15.5789 7.00693 15.2929 7.29292L7.29292 15.2929C7.00693 15.5789 6.92137 16.009 7.07615 16.3827C7.23093 16.7564 7.59557 17 8.00003 17Z" fill="#292929"/> </svg>
Copied!