Pentagon Down Solid Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pentagon Down 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/318571.svg" alt="Pentagon Down Solid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318571.svg" alt="Pentagon Down Solid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318571.svg" alt="Pentagon Down Solid icon" :width="24" :height="24" />
CSS background
.icon-pentagon-down-solid {
background-image: url('https://proicons.com/icon/318571.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="m16,30c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" transform="translate(32) rotate(90)"/>
</svg>
Copied!