Netbird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netbird 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/330091.svg" alt="Netbird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330091.svg" alt="Netbird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330091.svg" alt="Netbird icon" :width="24" :height="24" />
CSS background
.icon-netbird {
background-image: url('https://proicons.com/icon/330091.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.1528,37.7696h15.9306l15.4167-27.3389s-7.9676-.0242-11.8194,0-5.4598,2.7861-6.7851,4.7609-12.7424,22.5782-12.7424,22.5782l-.0003-.0002Z"/><path class="c" d="M27.0833,37.7696L5.5,14.7196s11.7167-2.0521,18.278.7858c6.5613,2.8379,8.649,12.7825,8.649,12.7825l-5.3436,9.4817Z"/></svg>
Copied!