Arrow Right 5 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Right 5 Circle 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/308765.svg" alt="Arrow Right 5 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308765.svg" alt="Arrow Right 5 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308765.svg" alt="Arrow Right 5 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-right-5-circle---svg {
background-image: url('https://proicons.com/icon/308765.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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12.7071 8.29289C12.3166 7.90237 11.6834 7.90237 11.2929 8.29289C10.9024 8.68342 10.9024 9.31658 11.2929 9.70711L12.5858 11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H12.5858L11.2929 14.2929C10.9024 14.6834 10.9024 15.3166 11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L12.7071 8.29289Z" fill="#292929"/> </svg>
Copied!