Chevron Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chevron Right 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/310620.svg" alt="Chevron Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310620.svg" alt="Chevron Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310620.svg" alt="Chevron Right icon" :width="24" :height="24" />
CSS background
.icon-chevron-right {
background-image: url('https://proicons.com/icon/310620.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="M8.41692 20L15.0036 13.4134C15.3749 13.0367 15.5831 12.529 15.5831 12C15.5831 11.471 15.3749 10.9633 15.0036 10.5866L8.41692 4" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Chevron Right in other icon packs
Copied!