Netguard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netguard 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/330098.svg" alt="Netguard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330098.svg" alt="Netguard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330098.svg" alt="Netguard icon" :width="24" :height="24" />
CSS background
.icon-netguard {
background-image: url('https://proicons.com/icon/330098.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M14.51,10.51H24V20H14.51ZM24,20h9.49v9.49H24Z"/><path class="cls-1" d="M24,4.5s-11.26,2-15.25,2v20a11.16,11.16,0,0,0,.8,4.1,15,15,0,0,0,2,3.61,22,22,0,0,0,2.81,3.07,34.47,34.47,0,0,0,3,2.48,34,34,0,0,0,2.89,1.86c1,.59,1.71,1,2.13,1.19l1,.49a1.44,1.44,0,0,0,1.24,0l1-.49c.42-.2,1.13-.6,2.13-1.19a34,34,0,0,0,2.89-1.86,34.47,34.47,0,0,0,3-2.48,22,22,0,0,0,2.81-3.07,15,15,0,0,0,2-3.61,11.16,11.16,0,0,0,.8-4.1v-20C35.26,6.53,24,4.5,24,4.5Z"/></svg>
Copied!