Additem 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 { IconAdditem } from "@devigner-ui/icons";
<IconAdditem className="size-6" />
<script setup>
import { IconAdditem } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAdditem class="size-6" />
</template>
<script>
import { IconAdditem } from "@devigner-ui/icons-svelte";
</script>
<IconAdditem class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12_78604)"><path opacity="1" d="M8.67 16H6.1q-3.43 0-3.43-3.43V5.43Q2.67 2 6.1 2h4.57q3.43 0 3.43 3.43" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.24 22h-4.57q-3.43 0-3.43-3.43v-7.14Q11.24 8 14.67 8h4.57q3.43 0 3.43 3.43v7.14q0 3.43-3.43 3.43" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M15.54 15h3.26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.17 16.63v-3.26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath><rect width="24" height="24" fill="none" transform="translate(0.669922)"></rect></clipPath></defs></svg>