Collapse Categories Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Collapse Categories 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/317396.svg" alt="Collapse Categories icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317396.svg" alt="Collapse Categories icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317396.svg" alt="Collapse Categories icon" :width="24" :height="24" />
CSS background
.icon-collapse-categories {
background-image: url('https://proicons.com/icon/317396.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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><title>collapse-categories</title><rect x="14" y="25" width="14" height="2"/><polygon points="7.17 26 4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26"/><rect x="14" y="15" width="14" height="2"/><polygon points="7.17 16 4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16"/><rect x="14" y="5" width="14" height="2"/><polygon points="7.17 6 4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!