Triangle Left Outline Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Triangle Left Outline 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/319135.svg" alt="Triangle Left Outline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319135.svg" alt="Triangle Left Outline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319135.svg" alt="Triangle Left Outline icon" :width="24" :height="24" />
CSS background
.icon-triangle-left-outline {
background-image: url('https://proicons.com/icon/319135.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-2" d="m27.5117,2.1245L3.5249,15.144c-.3438.1865-.5249.5212-.5249.856,0,.3345.1812.6689.5249.8555l23.9868,13.0195c.1582.0862.3257.1255.4883.125.5229-.0017,1-.4114,1-.9805V2.9802c0-.5691-.4771-.9788-1-.9802-.1626-.0005-.3301.0386-.4883.1245Zm-.5117,25.1985L6.1323,16,27,4.677v22.646Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" transform="translate(32) rotate(90)"/>
</svg>
Copied!