Chart Down B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart Down B icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310037.svg" alt="Chart Down B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310037.svg" alt="Chart Down B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310037.svg" alt="Chart Down B icon" :width="24" :height="24" />
CSS background
.icon-chart-down-b {
background-image: url('https://proicons.com/icon/310037.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.94 12.05C20.6857 11.7949 20.3832 11.5928 20.0502 11.4554C19.7172 11.3181 19.3603 11.2483 19 11.25H15.75V9.00004C15.75 8.2707 15.4602 7.57119 14.9445 7.05546C14.4288 6.53974 13.7294 6.25004 13 6.25004H9.75004V5.00004C9.75004 4.2707 9.46022 3.57119 8.94449 3.05546C8.42877 2.53974 7.72938 2.25004 7.00004 2.25004H5.00004C4.63816 2.24738 4.27934 2.3167 3.94449 2.45396C3.60965 2.59122 3.30537 2.79365 3.04947 3.04954C2.79358 3.30544 2.59115 3.60965 2.45389 3.9445C2.31664 4.27935 2.24737 4.63817 2.25004 5.00004V19C2.25004 19.7294 2.53973 20.4288 3.05546 20.9446C3.57118 21.4603 4.27069 21.75 5.00004 21.75H19C19.7278 21.7448 20.4242 21.4534 20.9388 20.9388C21.4534 20.4242 21.7448 19.7278 21.75 19V14C21.7507 13.6376 21.6794 13.2786 21.5403 12.9439C21.4013 12.6092 21.1973 12.3053 20.94 12.05ZM14.25 20.25H9.75004V7.75004H13C13.3289 7.75157 13.6444 7.88061 13.88 8.11003C14.1129 8.34833 14.2453 8.66693 14.25 9.00004V20.25Z" fill="black"/> </svg>
Copied!