Layers Minimalistic 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 { IconLayersMinimalistic } from "@devigner-ui/icons";
<IconLayersMinimalistic className="size-6" />
<script setup>
import { IconLayersMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLayersMinimalistic class="size-6" />
</template>
<script>
import { IconLayersMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconLayersMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.98 9.69C2.99 8.89 2 8.49 2 8c0-.5 1-.9 2.98-1.69l2.8-1.12C9.79 4.4 10.78 4 12 4s2.23.4 4.21 1.2l2.81 1.11C21.01 7.11 22 7.51 22 8c0 .5-1 .9-2.98 1.69l-2.8 1.12c-2 .8-2.99 1.19-4.22 1.19s-2.23-.4-4.21-1.2z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 12s-1 .9-2.98 1.69l-2.8 1.12c-2 .8-2.99 1.19-4.22 1.19s-2.23-.4-4.21-1.2l-2.81-1.1C2.99 12.89 2 12 2 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 16s-1 .9-2.98 1.69l-2.8 1.12c-2 .8-2.99 1.19-4.22 1.19s-2.23-.4-4.21-1.2l-2.81-1.1C2.99 16.89 2 16 2 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>