menu icon
menu from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- menu
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
menuBoxIcons v2menuCarbonmenu-fillEva IconsmenuFeather Iconsmenucss.ggmenuHuge IconsmenuIconoirmenuIonIconsmenuJam IconsmenuMaterial Line IconsmenuLucidemenuMajesticonsmenuMaterial SymbolsmenuMaterial Design Iconsmenu-fillMingCute IconmenuPixelarticonsmenu-fillRemix IconmenuTabler Iconsmenu-outlineTeenyicons
Use the menu icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M10 36a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 39c0-1.105.89-2 2.002-2zM10 26a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 29c0-1.105.89-2 2.002-2zM10 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 19c0-1.105.89-2 2.002-2z"/></svg>
React
import type { SVGProps } from "react";
export function F7Menu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M10 36a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 39c0-1.105.89-2 2.002-2zM10 26a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 29c0-1.105.89-2 2.002-2zM10 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 19c0-1.105.89-2 2.002-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M10 36a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 39c0-1.105.89-2 2.002-2zM10 26a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 29c0-1.105.89-2 2.002-2zM10 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m35.998 1c1.106 0 2.002.888 2.002 2c0 1.105-.89 2-2.002 2H18.002A1.996 1.996 0 0 1 16 19c0-1.105.89-2 2.002-2z"/></svg> </template>
CSS
.icon-menu {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2036a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2039c0-1.105.89-2%202.002-2zM10%2026a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2029c0-1.105.89-2%202.002-2zM10%2016a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2019c0-1.105.89-2%202.002-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2036a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2039c0-1.105.89-2%202.002-2zM10%2026a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2029c0-1.105.89-2%202.002-2zM10%2016a3%203%200%201%201%200%206a3%203%200%200%201%200-6m35.998%201c1.106%200%202.002.888%202.002%202c0%201.105-.89%202-2.002%202H18.002A1.996%201.996%200%200%201%2016%2019c0-1.105.89-2%202.002-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/menu.svg?color=%231a73e8&size=48