Format Square 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 { IconFormatSquare } from "@devigner-ui/icons";
<IconFormatSquare className="size-6" />
<script setup>
import { IconFormatSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFormatSquare class="size-6" />
</template>
<script>
import { IconFormatSquare } from "@devigner-ui/icons-svelte";
</script>
<IconFormatSquare 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="M20.67 6.95v10.1A2.5 2.5 0 0 0 17.72 20H7.62q.05-.24.05-.5a2.5 2.5 0 0 0-3-2.45V6.95q.24.05.5.05a2.5 2.5 0 0 0 2.45-3h10.1q-.05.24-.05.5a2.5 2.5 0 0 0 3 2.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 19.5q0 .26-.05.5a2.5 2.5 0 1 1 .05-.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 19.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>