Network Admin Control Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Network Admin Control 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/318450.svg" alt="Network Admin Control icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318450.svg" alt="Network Admin Control icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318450.svg" alt="Network Admin Control icon" :width="24" :height="24" />
CSS background
.icon-network-admin-control {
background-image: url('https://proicons.com/icon/318450.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="27 20.415 25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415"/>
<path d="M24,4a4.0045,4.0045,0,0,0-4,4,3.951,3.951,0,0,0,.5669,2.019L10.019,20.5669A3.9521,3.9521,0,0,0,8,20a4,4,0,1,0,4,4,3.951,3.951,0,0,0-.5669-2.019L21.981,11.4331A3.9521,3.9521,0,0,0,24,12a4,4,0,0,0,0-8ZM8,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,26ZM24,10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,24,10Z"/>
<polygon points="8 11.18 5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!