Chevron Left Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Chevron Left 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/307030.svg" alt="Chevron Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307030.svg" alt="Chevron Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307030.svg" alt="Chevron Left icon" :width="24" :height="24" />
CSS background
.icon-chevron-left {
background-image: url('https://proicons.com/icon/307030.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="M9.14601 3.14623L4.64601 7.64623C4.45101 7.84123 4.45101 8.15823 4.64601 8.35323L9.14601 12.8532C9.34101 13.0482 9.65801 13.0482 9.85301 12.8532C10.048 12.6582 10.048 12.3412 9.85301 12.1462L5.70701 8.00023L9.85301 3.85423C10.048 3.65923 10.048 3.34223 9.85301 3.14723C9.65801 2.95223 9.34101 2.95223 9.14601 3.14723V3.14623Z"/></svg>
Chevron Left in other icon packs
Copied!