Burger Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Burger 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/319616.svg" alt="Burger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319616.svg" alt="Burger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319616.svg" alt="Burger icon" :width="24" :height="24" />
CSS background
.icon-burger {
background-image: url('https://proicons.com/icon/319616.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="burger_00000085242764380585045980000002560928780315915951_" d="M9,9c0,0.552-0.448,1-1,1S7,9.552,7,9s0.448-1,1-1 S9,8.448,9,9z M12,5c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S12.552,5,12,5z M18,3c-0.552,0-1,0.448-1,1s0.448,1,1,1 s1-0.448,1-1S18.552,3,18,3z M20,7c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S20.552,7,20,7z M25,9c-0.552,0-1,0.448-1,1 s0.448,1,1,1s1-0.448,1-1S25.552,9,25,9z M15,10c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S15.552,10,15,10z M27,31.36H5 c-2.404,0-4.36-1.956-4.36-4.36v-1c0-0.199,0.161-0.36,0.36-0.36h19.131l-2.28-2.279H2V22.64h16c0.096,0,0.188,0.038,0.255,0.105 L22,26.491l3.745-3.746c0.067-0.067,0.159-0.105,0.255-0.105h4v0.721h-3.851l-2.28,2.279H31c0.199,0,0.36,0.161,0.36,0.36v1 C31.36,29.404,29.404,31.36,27,31.36z M1.36,26.36V27c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64v-0.64h-7.49 l-0.895,0.895c-0.141,0.141-0.369,0.141-0.51,0L20.85,26.36H1.36z M11,21.36c-0.092,0-0.184-0.035-0.254-0.105l-0.858-0.858 L0.999,20.36l0.003-0.721l8.163,0.034L6.851,17.36H2v-0.72h5c0.096,0,0.187,0.038,0.254,0.105L11,20.491l3.746-3.746 c0.067-0.068,0.159-0.105,0.254-0.105h15v0.72H15.149l-2.28,2.279H31v0.721H12.149l-0.895,0.895 C11.184,21.325,11.092,21.36,11,21.36z M31,14.36H1c-0.199,0-0.36-0.161-0.36-0.36C0.64,6.009,6.812,0.64,16,0.64 S31.36,6.009,31.36,14C31.36,14.199,31.199,14.36,31,14.36z M1.364,13.64h29.271C30.452,6.278,24.617,1.36,16,1.36 S1.548,6.278,1.364,13.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!