Data Categorical Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Data Categorical 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/317495.svg" alt="Data Categorical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317495.svg" alt="Data Categorical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317495.svg" alt="Data Categorical icon" :width="24" :height="24" />
CSS background
.icon-data-categorical {
background-image: url('https://proicons.com/icon/317495.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>
<path d="m29,30h-10c-.5522,0-1-.4478-1-1v-10c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v10c0,.5522-.4478,1-1,1Zm-9-2h8v-8h-8v8Z"/>
<path d="m8,30c-3.3083,0-6-2.6917-6-6s2.6917-6,6-6,6,2.6917,6,6-2.6917,6-6,6Zm0-10c-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4-1.7944-4-4-4Z"/>
<path d="m22,14h-12c-.3604,0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446,2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002,10.0033c.1855.309.1902.6937.0127,1.0072s-.5098.5073-.8701.5073Zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339,7.0564Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!