Mosburger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mosburger 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/329559.svg" alt="Mosburger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329559.svg" alt="Mosburger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329559.svg" alt="Mosburger icon" :width="24" :height="24" />
CSS background
.icon-mosburger {
background-image: url('https://proicons.com/icon/329559.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.52404781,11.35301471c-2.62249947,1.40670013-3.68249989,4.81530094-2.3689003,7.61740017l7.09289932,15.145998c1.31749916,2.79999924,4.51000023,3.93180084,7.13439941,2.52930069,2.62249947-1.40670013,3.68250084-4.81529999,2.3689003-7.61740112l-7.09289932-15.14599991c-.63249016-1.3441-1.7385006-2.36540031-3.0753994-2.83990002-1.33810043-.4749403-2.79800034-.36320972-4.05900002.31062984v-.00002766Z"/><path class="b" d="M28.71004672,11.35301471c-2.62249947,1.40670013-3.68249893,4.81530094-2.3689003,7.61740017l7.09289932,15.145998c1.31750107,2.79999924,4.51000214,3.93180084,7.13439941,2.52930069,2.62250137-1.40670013,3.68249893-4.81529999,2.3689003-7.61740112l-7.09289932-15.14599991c-.63248825-1.3441-1.73849869-2.36540031-3.07600021-2.84010029s-2.79739952-.36297989-4.0583992.31085968v-.00005722Z"/><path class="b" d="M9.81964774,18.87001396l-4.75699997,10.15800095c-1.31360006,2.80209923-.25356007,6.21070099,2.3689003,7.61740112,2.62450027,1.40250015,5.8168993.27070999,7.13440037-2.52930069l1.19169998-2.5447998-5.93800068-12.70130157Z"/></svg>
Copied!