Chart Up B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart Up 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/310039.svg" alt="Chart Up B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310039.svg" alt="Chart Up B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310039.svg" alt="Chart Up B icon" :width="24" :height="24" />
CSS background
.icon-chart-up-b {
background-image: url('https://proicons.com/icon/310039.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 3.05002C20.6857 2.79485 20.3832 2.59274 20.0502 2.45541C19.7172 2.31808 19.3603 2.24826 19 2.25003H17C16.6382 2.24737 16.2793 2.31669 15.9445 2.45395C15.6096 2.5912 15.3054 2.79363 15.0495 3.04953C14.7936 3.30542 14.5912 3.60964 14.4539 3.94449C14.3166 4.27933 14.2474 4.63815 14.25 5.00003V6.25003H11C10.6382 6.24737 10.2793 6.31669 9.94449 6.45395C9.60965 6.5912 9.30537 6.79363 9.04947 7.04953C8.79358 7.30542 8.59115 7.60964 8.45389 7.94449C8.31664 8.27933 8.24737 8.63815 8.25004 9.00003V11.25H5.00004C4.63816 11.2474 4.27934 11.3167 3.94449 11.4539C3.60965 11.5912 3.30537 11.7936 3.04947 12.0495C2.79358 12.3054 2.59115 12.6096 2.45389 12.9445C2.31664 13.2793 2.24737 13.6382 2.25004 14V19C2.25004 19.7294 2.53973 20.4288 3.05546 20.9445C3.57118 21.4603 4.27069 21.75 5.00004 21.75H19C19.7278 21.7448 20.4242 21.4533 20.9388 20.9387C21.4534 20.4242 21.7448 19.7278 21.75 19V5.00003C21.7507 4.63758 21.6794 4.2786 21.5403 3.94388C21.4013 3.60915 21.1973 3.30532 20.94 3.05002ZM14.25 20.25H9.75004V8.97C9.74733 8.8051 9.77777 8.64137 9.83964 8.48849C9.9015 8.33561 9.99353 8.19672 10.1101 8.08011C10.2268 7.96349 10.3656 7.87152 10.5185 7.80966C10.6713 7.7478 10.8351 7.7173 11 7.72H14.25V20.25Z" fill="black"/> </svg>
Copied!