Chart Vertical Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart Vertical 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/310605.svg" alt="Chart Vertical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310605.svg" alt="Chart Vertical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310605.svg" alt="Chart Vertical icon" :width="24" :height="24" />
CSS background
.icon-chart-vertical {
background-image: url('https://proicons.com/icon/310605.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="M13.6323 6.35204V4.5891C13.6323 4.02415 13.1744 3.56616 12.6094 3.56616L7.10293 3.56616C6.53797 3.56616 6.07999 4.02415 6.07999 4.5891V6.35204C6.07999 6.917 6.53797 7.37499 7.10293 7.37499H12.6094C13.1744 7.37499 13.6323 6.917 13.6323 6.35204Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 12.8815V11.1185C21.25 10.5536 20.792 10.0956 20.2271 10.0956H7.10294C6.53799 10.0956 6.08 10.5536 6.08 11.1185V12.8815C6.08 13.4464 6.53799 13.9044 7.10294 13.9044H20.2271C20.792 13.9044 21.25 13.4464 21.25 12.8815Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.92 19.4109V17.6479C17.92 17.083 17.462 16.625 16.8971 16.625H7.11384C6.54888 16.625 6.0909 17.083 6.0909 17.6479V19.4109C6.0909 19.9758 6.54888 20.4338 7.11384 20.4338H16.8971C17.462 20.4338 17.92 19.9758 17.92 19.4109Z" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 3.29413V20.7059" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!