Arrow Top Right 5 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Top 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/308776.svg" alt="Arrow Top Right 5 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308776.svg" alt="Arrow Top Right 5 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308776.svg" alt="Arrow Top Right 5 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-top-right-5-circle---svg {
background-image: url('https://proicons.com/icon/308776.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 12ZM14 15C14.5523 15 15 14.5523 15 14V10C15 9.44772 14.5523 9 14 9H10C9.44772 9 9 9.44771 9 10C9 10.5523 9.44772 11 10 11H11.5858L9.29289 13.2929C8.90237 13.6834 8.90237 14.3166 9.29289 14.7071C9.68342 15.0976 10.3166 15.0976 10.7071 14.7071L13 12.4142V14C13 14.5523 13.4477 15 14 15Z" fill="#292929"/> </svg>
Copied!