Burgerservice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Burgerservice 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/323040.svg" alt="Burgerservice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323040.svg" alt="Burgerservice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323040.svg" alt="Burgerservice icon" :width="24" :height="24" />
CSS background
.icon-burgerservice {
background-image: url('https://proicons.com/icon/323040.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><line class="a" x1="37.2918" y1="15.7613" x2="37.2918" y2="43.5"/><path class="b" d="M22.15,29.6306a6.9347,6.9347,0,0,1,0,13.8694H10.7082V15.7613H22.15a6.9347,6.9347,0,1,1,0,13.8693Z"/><line class="b" x1="22.1504" y1="29.6306" x2="10.7082" y2="29.6306"/><line class="a" x1="10.7082" y1="10.1449" x2="37.2918" y2="10.1449"/><line class="a" x1="10.7082" y1="4.5" x2="10.7082" y2="10.1449"/><line class="a" x1="37.2918" y1="4.5" x2="37.2918" y2="10.1449"/><line class="a" x1="24" y1="4.5" x2="24" y2="10.1449"/></svg>
Copied!