Data Analytics Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Data Analytics icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317510.svg" alt="Data Analytics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317510.svg" alt="Data Analytics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317510.svg" alt="Data Analytics icon" :width="24" :height="24" />
CSS background
.icon-data-analytics {
background-image: url('https://proicons.com/icon/317510.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="12" y="11" width="2" height="6"/>
<rect x="7" y="13" width="2" height="4"/>
<rect x="2" y="7" width="2" height="10"/>
<path d="m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!