Burger Icon
Free SVG icon from the IcoFont 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/305290.svg" alt="Burger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305290.svg" alt="Burger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305290.svg" alt="Burger icon" :width="24" :height="24" />
CSS background
.icon-burger {
background-image: url('https://proicons.com/icon/305290.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M879 728H121c-5 0-9 4-9 10v57c0 33 27 60 60 60h656c33 0 60-27 60-60v-57c0-6-4-10-9-10zm1-158H120c-31 0-57 29-57 64s26 64 57 64h760c32 0 57-28 57-64s-25-64-57-64zm-759-93h758c5 0 10-5 10-10v-1c0-101-40-185-115-241-69-52-164-80-274-80s-205 28-274 80c-75 56-115 140-115 242 0 5 5 10 10 10zm684-117c15 0 27 12 27 27s-12 28-27 28-28-12-28-28c0-15 13-27 28-27zm-106-81c15 0 27 12 27 28s-12 27-27 27c-16 0-28-12-28-27s12-28 28-28zm-87 81c15 0 27 12 27 27s-12 28-27 28-28-12-28-28c0-15 12-27 28-27zm-107-81c16 0 28 12 28 28s-12 27-28 27c-15 0-27-12-27-27s12-28 27-28zm-106 81c15 0 28 12 28 27s-13 28-28 28-28-12-28-28 13-27 28-27zm-87-81c15 0 28 12 28 28s-13 27-28 27-28-12-28-27 13-28 28-28zm-106 81c15 0 27 12 27 27s-12 28-27 28-28-12-28-28 13-27 28-27zM83 551h834c11 0 21-9 21-20 0-12-10-21-21-21H83c-11 0-20 9-20 21 0 11 9 20 20 20z"/></svg>
Copied!