Layers 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 { IconLayers } from "@devigner-ui/icons";
<IconLayers className="size-6" />
<script setup>
import { IconLayers } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLayers class="size-6" />
</template>
<script>
import { IconLayers } from "@devigner-ui/icons-svelte";
</script>
<IconLayers 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="m5.77 10-.8.31C3 11.11 2 11.51 2 12c0 .5 1 .9 2.98 1.69l2.8 1.12c2 .8 2.99 1.19 4.22 1.19s2.23-.4 4.21-1.2l2.81-1.11c1.99-.8 2.98-1.2 2.98-1.69 0-.5-1-.9-2.98-1.69l-.79-.31M5.77 14l-.8.31C3 15.11 2 15.51 2 16c0 .5 1 .9 2.98 1.69l2.8 1.12c2 .8 2.99 1.19 4.22 1.19s2.23-.4 4.21-1.2l2.81-1.11c1.99-.8 2.98-1.2 2.98-1.69 0-.5-1-.9-2.98-1.69l-.79-.31" stroke="currentColor" stroke-width="1.5"></path></svg>