Group Objects New Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Group Objects New 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/317871.svg" alt="Group Objects New icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317871.svg" alt="Group Objects New icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317871.svg" alt="Group Objects New icon" :width="24" :height="24" />
CSS background
.icon-group-objects-new {
background-image: url('https://proicons.com/icon/317871.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>
<polygon points="17 10 15 10 15 15 10 15 10 17 15 17 15 22 17 22 17 17 22 17 22 15 17 15 17 10"/>
<path d="M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!