maximize7 icon

maximize7 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
maximize7
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the maximize7 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 9V6.5C2 4.01 4.01 2 6.5 2H9m6 0h2.5C19.99 2 22 4.01 22 6.5V9m0 7v1.5c0 2.49-2.01 4.5-4.5 4.5H16m-7 0H6.5C4.01 22 2 19.99 2 17.5V15m16-3v-2M6 12h12zm0 0v-2zm0 0v2zm12 0v2zm-6-6h2m-2 12V6zm0 0h2zm0 0h-2zm0-12h-2z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMaximize7(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 9V6.5C2 4.01 4.01 2 6.5 2H9m6 0h2.5C19.99 2 22 4.01 22 6.5V9m0 7v1.5c0 2.49-2.01 4.5-4.5 4.5H16m-7 0H6.5C4.01 22 2 19.99 2 17.5V15m16-3v-2M6 12h12zm0 0v-2zm0 0v2zm12 0v2zm-6-6h2m-2 12V6zm0 0h2zm0 0h-2zm0-12h-2z"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 9V6.5C2 4.01 4.01 2 6.5 2H9m6 0h2.5C19.99 2 22 4.01 22 6.5V9m0 7v1.5c0 2.49-2.01 4.5-4.5 4.5H16m-7 0H6.5C4.01 22 2 19.99 2 17.5V15m16-3v-2M6 12h12zm0 0v-2zm0 0v2zm12 0v2zm-6-6h2m-2 12V6zm0 0h2zm0 0h-2zm0-12h-2z"/></svg>
</template>

CSS

.icon-maximize7 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%209V6.5C2%204.01%204.01%202%206.5%202H9m6%200h2.5C19.99%202%2022%204.01%2022%206.5V9m0%207v1.5c0%202.49-2.01%204.5-4.5%204.5H16m-7%200H6.5C4.01%2022%202%2019.99%202%2017.5V15m16-3v-2M6%2012h12zm0%200v-2zm0%200v2zm12%200v2zm-6-6h2m-2%2012V6zm0%200h2zm0%200h-2zm0-12h-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%209V6.5C2%204.01%204.01%202%206.5%202H9m6%200h2.5C19.99%202%2022%204.01%2022%206.5V9m0%207v1.5c0%202.49-2.01%204.5-4.5%204.5H16m-7%200H6.5C4.01%2022%202%2019.99%202%2017.5V15m16-3v-2M6%2012h12zm0%200v-2zm0%200v2zm12%200v2zm-6-6h2m-2%2012V6zm0%200h2zm0%200h-2zm0-12h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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