menu square icon

menu-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
menu-square
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the menu square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M2 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 14 4.46 14 6 14s2.31 0 2.876.347c.317.194.583.46.777.777C10 15.689 10 16.46 10 18s0 2.31-.347 2.877c-.194.316-.46.582-.777.776C8.311 22 7.54 22 6 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C2 20.31 2 19.54 2 18Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18ZM2 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 2 4.46 2 6 2s2.31 0 2.876.347c.317.194.583.46.777.777C10 3.689 10 4.46 10 6s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.311 10 7.54 10 6 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2 8.311 2 7.54 2 6Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 2 16.46 2 18 2s2.31 0 2.877.347c.316.194.582.46.776.777C22 3.689 22 4.46 22 6s0 2.31-.347 2.876c-.194.317-.46.583-.776.777C20.31 10 19.54 10 18 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C14 8.311 14 7.54 14 6Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMenuSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M2 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 14 4.46 14 6 14s2.31 0 2.876.347c.317.194.583.46.777.777C10 15.689 10 16.46 10 18s0 2.31-.347 2.877c-.194.316-.46.582-.777.776C8.311 22 7.54 22 6 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C2 20.31 2 19.54 2 18Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18ZM2 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 2 4.46 2 6 2s2.31 0 2.876.347c.317.194.583.46.777.777C10 3.689 10 4.46 10 6s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.311 10 7.54 10 6 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2 8.311 2 7.54 2 6Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 2 16.46 2 18 2s2.31 0 2.877.347c.316.194.582.46.776.777C22 3.689 22 4.46 22 6s0 2.31-.347 2.876c-.194.317-.46.583-.776.777C20.31 10 19.54 10 18 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C14 8.311 14 7.54 14 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M2 18c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 14 4.46 14 6 14s2.31 0 2.876.347c.317.194.583.46.777.777C10 15.689 10 16.46 10 18s0 2.31-.347 2.877c-.194.316-.46.582-.777.776C8.311 22 7.54 22 6 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C2 20.31 2 19.54 2 18Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 14 16.46 14 18 14s2.31 0 2.877.347c.316.194.582.46.776.777C22 15.689 22 16.46 22 18s0 2.31-.347 2.877a2.36 2.36 0 0 1-.776.776C20.31 22 19.54 22 18 22s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.776C14 20.31 14 19.54 14 18ZM2 6c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689 2 4.46 2 6 2s2.31 0 2.876.347c.317.194.583.46.777.777C10 3.689 10 4.46 10 6s0 2.31-.347 2.876c-.194.317-.46.583-.777.777C8.311 10 7.54 10 6 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C2 8.311 2 7.54 2 6Zm12 0c0-1.54 0-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689 2 16.46 2 18 2s2.31 0 2.877.347c.316.194.582.46.776.777C22 3.689 22 4.46 22 6s0 2.31-.347 2.876c-.194.317-.46.583-.776.777C20.31 10 19.54 10 18 10s-2.31 0-2.876-.347a2.35 2.35 0 0 1-.777-.777C14 8.311 14 7.54 14 6Z"/></svg>
</template>

CSS

.icon-menu-square {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2018c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689%2014%204.46%2014%206%2014s2.31%200%202.876.347c.317.194.583.46.777.777C10%2015.689%2010%2016.46%2010%2018s0%202.31-.347%202.877c-.194.316-.46.582-.777.776C8.311%2022%207.54%2022%206%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C2%2020.31%202%2019.54%202%2018Zm12%200c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%2014%2016.46%2014%2018%2014s2.31%200%202.877.347c.316.194.582.46.776.777C22%2015.689%2022%2016.46%2022%2018s0%202.31-.347%202.877a2.36%202.36%200%200%201-.776.776C20.31%2022%2019.54%2022%2018%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C14%2020.31%2014%2019.54%2014%2018ZM2%206c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689%202%204.46%202%206%202s2.31%200%202.876.347c.317.194.583.46.777.777C10%203.689%2010%204.46%2010%206s0%202.31-.347%202.876c-.194.317-.46.583-.777.777C8.311%2010%207.54%2010%206%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C2%208.311%202%207.54%202%206Zm12%200c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%202%2016.46%202%2018%202s2.31%200%202.877.347c.316.194.582.46.776.777C22%203.689%2022%204.46%2022%206s0%202.31-.347%202.876c-.194.317-.46.583-.776.777C20.31%2010%2019.54%2010%2018%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C14%208.311%2014%207.54%2014%206Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2018c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689%2014%204.46%2014%206%2014s2.31%200%202.876.347c.317.194.583.46.777.777C10%2015.689%2010%2016.46%2010%2018s0%202.31-.347%202.877c-.194.316-.46.582-.777.776C8.311%2022%207.54%2022%206%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C2%2020.31%202%2019.54%202%2018Zm12%200c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%2014%2016.46%2014%2018%2014s2.31%200%202.877.347c.316.194.582.46.776.777C22%2015.689%2022%2016.46%2022%2018s0%202.31-.347%202.877a2.36%202.36%200%200%201-.776.776C20.31%2022%2019.54%2022%2018%2022s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.776C14%2020.31%2014%2019.54%2014%2018ZM2%206c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C3.689%202%204.46%202%206%202s2.31%200%202.876.347c.317.194.583.46.777.777C10%203.689%2010%204.46%2010%206s0%202.31-.347%202.876c-.194.317-.46.583-.777.777C8.311%2010%207.54%2010%206%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C2%208.311%202%207.54%202%206Zm12%200c0-1.54%200-2.31.347-2.876c.194-.317.46-.583.777-.777C15.689%202%2016.46%202%2018%202s2.31%200%202.877.347c.316.194.582.46.776.777C22%203.689%2022%204.46%2022%206s0%202.31-.347%202.876c-.194.317-.46.583-.776.777C20.31%2010%2019.54%2010%2018%2010s-2.31%200-2.876-.347a2.35%202.35%200%200%201-.777-.777C14%208.311%2014%207.54%2014%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/menu-square.svg?color=%231a73e8&size=48