Network Enterprise Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Network Enterprise 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/318451.svg" alt="Network Enterprise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318451.svg" alt="Network Enterprise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318451.svg" alt="Network Enterprise icon" :width="24" :height="24" />
CSS background
.icon-network-enterprise {
background-image: url('https://proicons.com/icon/318451.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>
<path d="M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z" transform="translate(0 0)"/>
<path d="M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z" transform="translate(0 0)"/>
<rect x="20" y="16" width="2" height="4"/>
<rect x="24" y="16" width="2" height="4"/>
<rect x="20" y="22" width="2" height="4"/>
<rect x="24" y="22" width="2" height="4"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!