Chevron Right Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chevron Right Circle icon is commonly used in dropdown menus, accordions and breadcrumb navigation. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310050.svg" alt="Chevron Right Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310050.svg" alt="Chevron Right Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310050.svg" alt="Chevron Right Circle icon" :width="24" :height="24" />
CSS background
.icon-chevron-right-circle {
background-image: url('https://proicons.com/icon/310050.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 d="M12 1.75C9.97273 1.75 7.99101 2.35115 6.30541 3.47743C4.6198 4.60372 3.30606 6.20456 2.53026 8.0775C1.75446 9.95044 1.55145 12.0114 1.94695 13.9997C2.34245 15.988 3.3187 17.8144 4.75218 19.2478C6.18567 20.6813 8.01205 21.6575 10.0004 22.053C11.9887 22.4485 14.0495 22.2456 15.9225 21.4698C17.7954 20.694 19.3963 19.3802 20.5226 17.6946C21.6489 16.009 22.25 14.0273 22.25 12C22.2473 9.28234 21.1665 6.67676 19.2449 4.75508C17.3232 2.83341 14.7176 1.75265 12 1.75ZM15.28 12.75C15.1743 13.0084 15.0178 13.243 14.8199 13.44L11.04 17.22C10.8538 17.4047 10.6023 17.5089 10.34 17.51C10.2083 17.5108 10.0779 17.4855 9.95604 17.4358C9.8342 17.386 9.72343 17.3127 9.62999 17.22C9.53626 17.127 9.46189 17.0164 9.41112 16.8946C9.36035 16.7727 9.33422 16.642 9.33422 16.51C9.33422 16.378 9.36035 16.2473 9.41112 16.1254C9.46189 16.0036 9.53626 15.893 9.62999 15.8L13.4499 11.93L9.64 8.16C9.54545 8.06808 9.46989 7.95842 9.41771 7.83731C9.36554 7.7162 9.33778 7.58599 9.33593 7.45413C9.33407 7.32227 9.35823 7.19135 9.40697 7.06882C9.45571 6.94628 9.52806 6.83454 9.61998 6.73999C9.71191 6.64544 9.8215 6.56992 9.94261 6.51775C10.0637 6.46557 10.1939 6.43777 10.3258 6.43591C10.4577 6.43406 10.5886 6.45818 10.7112 6.50693C10.8337 6.55567 10.9455 6.62808 11.04 6.72L14.8099 10.41C15.014 10.6098 15.1772 10.8476 15.29 11.11C15.3939 11.371 15.448 11.6491 15.4499 11.93C15.4527 12.222 15.3949 12.5115 15.28 12.78V12.75Z" fill="black"/> </svg>
Chevron Right Circle in other icon packs
Copied!