Maximize5 icon in outline, twotone, bold and bulk. Free in all four styles, for navigation, pagination, steppers, import/export, fullscreen. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMaximize5 } from "@devigner-ui/icons";
<IconMaximize5 className="size-6" />
<script setup>
import { IconMaximize5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMaximize5 class="size-6" />
</template>
<script>
import { IconMaximize5 } from "@devigner-ui/icons-svelte";
</script>
<IconMaximize5 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 9.98V9c0-5 2-7 7-7h6c5 0 7 2 7 7v6c0 5-2 7-7 7h-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m13.67 11 5.01-5.02h-4.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.68 5.98v4.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path opacity="1" d="M11.67 16.15v2.7c0 2.25-.9 3.15-3.15 3.15h-2.7c-2.25 0-3.15-.9-3.15-3.15v-2.7c0-2.25.9-3.15 3.15-3.15h2.7c2.25 0 3.15.9 3.15 3.15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>