Chevron Right Icon
Free SVG icon from the VS Code Codicons 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/307031.svg" alt="Chevron Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307031.svg" alt="Chevron Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307031.svg" alt="Chevron Right icon" :width="24" :height="24" />
CSS background
.icon-chevron-right {
background-image: url('https://proicons.com/icon/307031.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="M6.14601 3.14579C5.95101 3.34079 5.95101 3.65779 6.14601 3.85279L10.292 7.99879L6.14601 12.1448C5.95101 12.3398 5.95101 12.6568 6.14601 12.8518C6.34101 13.0468 6.65801 13.0468 6.85301 12.8518L11.353 8.35179C11.548 8.15679 11.548 7.83979 11.353 7.64478L6.85301 3.14479C6.65801 2.94979 6.34101 2.95079 6.14601 3.14579Z"/></svg>
Chevron Right in other icon packs
Copied!