Chevron Left Icon
Free SVG icon from the Memory Icons 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/312066.svg" alt="Chevron Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312066.svg" alt="Chevron Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312066.svg" alt="Chevron Left icon" :width="24" :height="24" />
CSS background
.icon-chevron-left {
background-image: url('https://proicons.com/icon/312066.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-left" viewBox="0 0 22 22"><path d="M12 16V17H13V18H15V16H14V15H13V14H12V13H11V12H10V10H11V9H12V8H13V7H14V6H15V4H13V5H12V6H11V7H10V8H9V9H8V10H7V12H8V13H9V14H10V15H11V16" /></svg>
Chevron Left in other icon packs
Copied!