Arrow Circle Right Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow Circle Right 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/306987.svg" alt="Arrow Circle Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306987.svg" alt="Arrow Circle Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306987.svg" alt="Arrow Circle Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-circle-right {
background-image: url('https://proicons.com/icon/306987.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8.85355 10.8536L11.3536 8.35355C11.5488 8.15829 11.5488 7.84171 11.3536 7.64645L8.85355 5.14645C8.65829 4.95118 8.34171 4.95118 8.14645 5.14645C7.95118 5.34171 7.95118 5.65829 8.14645 5.85355L9.79289 7.5H5C4.72386 7.5 4.5 7.72386 4.5 8C4.5 8.27614 4.72386 8.5 5 8.5H9.79289L8.14645 10.1464C7.95118 10.3417 7.95118 10.6583 8.14645 10.8536C8.34171 11.0488 8.65829 11.0488 8.85355 10.8536ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z"/></svg>
Arrow Circle Right in other icon packs
Copied!