Burgernet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Burgernet 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/323039.svg" alt="Burgernet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323039.svg" alt="Burgernet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323039.svg" alt="Burgernet icon" :width="24" :height="24" />
CSS background
.icon-burgernet {
background-image: url('https://proicons.com/icon/323039.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><polygon class="c" points="24 41.4219 4.5 24 24 6.5781 43.5 24 24 41.4219"/><polyline class="c" points="4.5 24 24 6.5781 43.5 24"/><line class="c" x1="34.9834" y1="31.6089" x2="29.1126" y2="26.363"/><line class="c" x1="18.8875" y1="26.3565" x2="13.0102" y2="31.6089"/><circle class="c" cx="24" cy="21.7971" r="6.8532"/><polyline class="c" points="36.6105 17.8432 36.6105 6.9152 31.6509 6.9152 31.6509 13.4108"/></svg>
Copied!