Arrow Right 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Right 1 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/308761.svg" alt="Arrow Right 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308761.svg" alt="Arrow Right 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308761.svg" alt="Arrow Right 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-right-1---svg {
background-image: url('https://proicons.com/icon/308761.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="M11 19C11 19.4045 11.2436 19.7691 11.6173 19.9239C11.991 20.0787 12.4211 19.9931 12.7071 19.7071L19.7071 12.7071C20.0976 12.3166 20.0976 11.6834 19.7071 11.2929L12.7071 4.29289C12.4211 4.0069 11.991 3.92134 11.6173 4.07612C11.2436 4.2309 11 4.59554 11 5L11 11L5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13L11 13L11 19Z" fill="#292929"/> </svg>
Copied!