Andie Graph Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andie Graph icon is commonly used in analytics dashboards, statistics pages and reporting tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/321741.svg" alt="Andie Graph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321741.svg" alt="Andie Graph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321741.svg" alt="Andie Graph icon" :width="24" :height="24" />
CSS background
.icon-andie-graph {
background-image: url('https://proicons.com/icon/321741.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36,42.5H12c-.9,0-1.7-.8-1.7-1.7V7.2c0-.9.8-1.7,1.7-1.7h24c.9,0,1.7.8,1.7,1.7v33.6c0,.9-.8,1.7-1.7,1.7ZM10.3,20.9h27.4"/><path class="b" d="M33.7,33.8h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-.9,2.2-2.2,2.2ZM16.7,33.8h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-1,2.2-2.2,2.2ZM25.2,33.8h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-.9,2.2-2.2,2.2ZM35.1,40h-5.2c-.5,0-.9-.4-.9-.9v-2.8c0-.5.4-.9.9-.9h5.2c.5,0,.9.4.9.9v2.8c0,.6-.4.9-.9.9ZM16.7,40h-2.4c-1.3,0-2.3-1-2.3-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.2,1.2-.9,2.2-2.1,2.2ZM25.2,40h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-.9,2.2-2.2,2.2ZM33.7,27.6h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-.9,2.2-2.2,2.2ZM16.7,27.6h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-1,2.2-2.2,2.2ZM25.2,27.6h-2.4c-1.2,0-2.2-1-2.2-2.2h0c0-1.2,1-2.2,2.2-2.2h2.4c1.2,0,2.2,1,2.2,2.2h0c.1,1.2-.9,2.2-2.2,2.2ZM14.2,13.2c1.2-2.1,2.5-4.3,4.9-4.3,4.9,0,4.9,8.5,9.8,8.5,2.5,0,3.7-2.1,4.9-4.2"/></svg>
Copied!