Shapes 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 { IconShapes } from "@devigner-ui/icons";
<IconShapes className="size-6" />
<script setup>
import { IconShapes } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShapes class="size-6" />
</template>
<script>
import { IconShapes } from "@devigner-ui/icons-svelte";
</script>
<IconShapes class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.64 12.25v4.5c0 3.75-1.5 5.25-5.25 5.25h-4.5c-3.75 0-5.25-1.5-5.25-5.25v-4.5C2.64 8.5 4.14 7 7.89 7h4.5c3.75 0 5.25 1.5 5.25 5.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.64 7.5a5.5 5.5 0 0 1-5 5.47v-.72c0-3.75-1.5-5.25-5.25-5.25h-.72a5.49 5.49 0 0 1 10.97.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>