3square icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { Icon3square } from "@devigner-ui/icons";
<Icon3square className="size-6" />
<script setup>
import { Icon3square } from "@devigner-ui/icons-vue";
</script>
<template>
<Icon3square class="size-6" />
</template>
<script>
import { Icon3square } from "@devigner-ui/icons-svelte";
</script>
<Icon3square 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="M12.67 17v2.38c0 1.87-.75 2.62-2.63 2.62H5.29c-1.87 0-2.62-.75-2.62-2.62v-4.75c0-1.88.75-2.63 2.62-2.63h2.38v2.37c0 1.88.75 2.63 2.62 2.63z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 12v2.37c0 1.88-.75 2.63-2.63 2.63h-4.75c-1.87 0-2.62-.75-2.62-2.63V9.62c0-1.87.75-2.62 2.62-2.62h2.38v2.37c0 1.88.75 2.63 2.62 2.63z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 4.62v4.75c0 1.88-.75 2.63-2.63 2.63h-4.75c-1.87 0-2.62-.75-2.62-2.63V4.62c0-1.87.75-2.62 2.62-2.62h4.75c1.88 0 2.63.75 2.63 2.62" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>