Pentagon Left Solid Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pentagon Left Solid 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/318573.svg" alt="Pentagon Left Solid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318573.svg" alt="Pentagon Left Solid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318573.svg" alt="Pentagon Left Solid icon" :width="24" :height="24" />
CSS background
.icon-pentagon-left-solid {
background-image: url('https://proicons.com/icon/318573.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="m2,16c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" transform="translate(32 32) rotate(180)"/>
</svg>
Copied!