Chevron Right Icon
Free SVG icon from the Memory 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/312068.svg" alt="Chevron Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312068.svg" alt="Chevron Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312068.svg" alt="Chevron Right icon" :width="24" :height="24" />
CSS background
.icon-chevron-right {
background-image: url('https://proicons.com/icon/312068.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-chevron-right" viewBox="0 0 22 22"><path d="M10 6V5H9V4H7V6H8V7H9V8H10V9H11V10H12V12H11V13H10V14H9V15H8V16H7V18H9V17H10V16H11V15H12V14H13V13H14V12H15V10H14V9H13V8H12V7H11V6" /></svg>
Chevron Right in other icon packs
Copied!