Chart B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart 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/310036.svg" alt="Chart B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310036.svg" alt="Chart B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310036.svg" alt="Chart B icon" :width="24" :height="24" />
CSS background
.icon-chart-b {
background-image: url('https://proicons.com/icon/310036.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 7.05003C20.6857 6.79486 20.3832 6.59276 20.0502 6.45543C19.7172 6.31809 19.3603 6.24828 19 6.25004H15.75V5.00004C15.75 4.2707 15.4602 3.57119 14.9445 3.05546C14.4288 2.53974 13.7294 2.25004 13 2.25004H11C10.6382 2.24738 10.2793 2.3167 9.94449 2.45396C9.60965 2.59122 9.30537 2.79365 9.04947 3.04954C8.79358 3.30544 8.59115 3.60965 8.45389 3.9445C8.31663 4.27935 8.24737 4.63817 8.25003 5.00004V8.25004H5.00003C4.63816 8.24738 4.27934 8.3167 3.94449 8.45396C3.60965 8.59122 3.30537 8.79365 3.04947 9.04954C2.79358 9.30544 2.59115 9.60965 2.45389 9.9445C2.31663 10.2793 2.24737 10.6382 2.25003 11V19C2.25003 19.7294 2.53973 20.4288 3.05545 20.9446C3.57118 21.4603 4.27069 21.75 5.00003 21.75H19C19.7278 21.7448 20.4242 21.4534 20.9388 20.9388C21.4534 20.4242 21.7448 19.7278 21.75 19V9.00004C21.7507 8.63759 21.6794 8.27862 21.5403 7.94389C21.4013 7.60917 21.1973 7.30533 20.94 7.05003ZM14.25 20.25H9.75003V4.97001C9.74733 4.80512 9.77777 4.64139 9.83963 4.48851C9.9015 4.33563 9.99353 4.19674 10.1101 4.08012C10.2268 3.96351 10.3656 3.87154 10.5185 3.80967C10.6713 3.74781 10.8351 3.71731 11 3.72001H13C13.3289 3.72154 13.6444 3.85064 13.88 4.08006C14.1129 4.31836 14.2453 4.6369 14.25 4.97001V20.25Z" fill="black"/> </svg>
Copied!