Triangle Left Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Triangle Left icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307478.svg" alt="Triangle Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307478.svg" alt="Triangle Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307478.svg" alt="Triangle Left icon" :width="24" :height="24" />
CSS background
.icon-triangle-left {
background-image: url('https://proicons.com/icon/307478.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.42784 11.8403C10.0909 12.2987 10.9989 11.8272 10.9989 11.0244V4.9756C10.9989 4.17287 10.0909 3.70133 9.42784 4.15974L5.64342 6.77622C4.78555 7.36933 4.78555 8.6307 5.64342 9.22382L9.42784 11.8403Z"/></svg>
Triangle Left in other icon packs
Copied!