Emoji Hamburger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Hamburger 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/325318.svg" alt="Emoji Hamburger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325318.svg" alt="Emoji Hamburger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325318.svg" alt="Emoji Hamburger icon" :width="24" :height="24" />
CSS background
.icon-emoji-hamburger {
background-image: url('https://proicons.com/icon/325318.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M24.0298,7.0649c-9.4818,0-15.5966,6.6215-15.5966,15.5966"/><path class="d" d="M16.2315,27.1422c3.1912,2.2617,6.3507,4.2448,8.1375,5.336.8355.5103,1.9201.286,2.4907-.5096l3.9043-5.4445"/><path class="d" d="M7.7469,27.5348l.5552,1.5391c.3185.8829,1.134,1.4897,2.0712,1.541l12.0586.6603"/><path class="d" d="M24.0298,7.0649c9.4818,0,15.5966,6.6215,15.5966,15.5966"/><path class="d" d="M24.0298,28.0106c1.7342,0,2.7252-.8558,3.3978-2.5112,1.5331,1.0479,5.7369,1.7085,7.2665.1689,0,0,5.6187,4.2229,7.5675,1.8666,1.685-2.0373-2.6351-4.8733-2.6351-4.8733H8.4332s-4.1553,2.4211-2.3085,4.313c1.6075,1.6467,5.9008-.8558,5.9008-.8558,1.5295,1.5396,6.1244,1.183,7.6575.1351,1.2169,1.3051,2.6126,1.7567,4.3468,1.7567"/><path class="d" d="M39.6264,34.8611c-1.0022,5.4541-4.358,6.6628-7.6012,6.6628h-15.9907c-3.2432,0-6.599-1.2087-7.6012-6.6628"/><path class="d" d="M40.9135,28.2281l-.7708,1.0554c-.5762.789-1.4763,1.2777-2.4519,1.3311l-10.2632.562"/><path class="d" d="M39.1043,30.2028s1.9973.3646,1.9973,2.4929-1.4752,2.1654-1.4752,2.1654H8.4332s-1.4752-.0372-1.4752-2.1654,1.8693-2.1654,1.8693-2.1654"/><circle class="c" cx="16.5701" cy="13.8224" r=".75"/><circle class="c" cx="13.6822" cy="16.7944" r=".75"/><circle class="c" cx="17.5794" cy="16.7944" r=".75"/><circle class="c" cx="22.8224" cy="12.1963" r=".75"/><circle class="c" cx="20.1589" cy="14.1132" r=".75"/><circle class="c" cx="26.0187" cy="15.3224" r=".75"/><circle class="c" cx="26.4953" cy="11.7056" r=".75"/><circle class="c" cx="30.3925" cy="13.4333" r=".75"/><circle class="c" cx="34.7944" cy="14.1833" r=".75"/><circle class="c" cx="31.8281" cy="16.3422" r=".75"/><circle class="c" cx="35.6973" cy="18.0244" r=".75"/><circle class="c" cx="22.5477" cy="16.7944" r=".75"/><circle class="c" cx="19.2463" cy="10.6963" r=".75"/></svg>
Copied!