Modules icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconModules } from "@devigner-ui/icons";
<IconModules className="size-6" />
<script setup>
import { IconModules } from "@devigner-ui/icons-vue";
</script>
<template>
<IconModules class="size-6" />
</template>
<script>
import { IconModules } from "@devigner-ui/icons-svelte";
</script>
<IconModules 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="M2.5 6.5a4 4 0 1 1 8 0v2.67c0 .3 0 .46-.03.59a1 1 0 0 1-.71.7c-.13.04-.28.04-.6.04H6.5a4 4 0 0 1-4-4" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M13.5 14.83c0-.3 0-.46.03-.59a1 1 0 0 1 .71-.7c.13-.04.28-.04.6-.04h2.66a4 4 0 1 1-4 4z" stroke="currentColor" stroke-width="1.5"></path><path d="M2.5 17.5a4 4 0 0 1 4-4h2.4c.56 0 .84 0 1.05.11a1 1 0 0 1 .44.44c.11.21.11.49.11 1.05v2.4a4 4 0 0 1-8 0" stroke="currentColor" stroke-width="1.5"></path><path d="M13.5 6.5a4 4 0 1 1 4 4h-3.11a1 1 0 0 1-.88-.89l-.01-.25z" stroke="currentColor" stroke-width="1.5"></path></svg>