Maximize Square3 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 { IconMaximizeSquare3 } from "@devigner-ui/icons";
<IconMaximizeSquare3 className="size-6" />
<script setup>
import { IconMaximizeSquare3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMaximizeSquare3 class="size-6" />
</template>
<script>
import { IconMaximizeSquare3 } from "@devigner-ui/icons-svelte";
</script>
<IconMaximizeSquare3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M13 22c4.06 0 6.18-.1 7.54-1.46C22 19.07 22 16.7 22 12s0-7.07-1.46-8.54C19.07 2 16.7 2 12 2S4.93 2 3.46 3.46C2.11 4.82 2.01 6.94 2 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m12 12 5-5m0 0h-3.75M17 7v3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 18c0-1.89 0-2.83.59-3.41C3.17 14 4.1 14 6 14s2.83 0 3.41.59c.59.58.59 1.52.59 3.41s0 2.83-.59 3.41C8.83 22 7.9 22 6 22s-2.83 0-3.41-.59C2 20.83 2 19.9 2 18" stroke="currentColor" stroke-width="1.5"></path></svg>