Devices icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDevices } from "@devigner-ui/icons";
<IconDevices className="size-6" />
<script setup>
import { IconDevices } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDevices class="size-6" />
</template>
<script>
import { IconDevices } from "@devigner-ui/icons-svelte";
</script>
<IconDevices class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8c.04-2.48.23-3.89 1.17-4.83C8.34 2 10.23 2 14 2s5.66 0 6.83 1.17S22 6.23 22 10v4c0 3.77 0 5.66-1.17 6.83S17.77 22 14 22h-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 14.5c0-1.4 0-2.1.34-2.61a2 2 0 0 1 .55-.55C3.39 11 4.09 11 5.5 11c1.4 0 2.1 0 2.61.34a2 2 0 0 1 .55.55c.34.5.34 1.2.34 2.61v4c0 1.4 0 2.1-.34 2.61a2 2 0 0 1-.55.55c-.5.34-1.2.34-2.61.34-1.4 0-2.1 0-2.61-.34a2 2 0 0 1-.55-.55C2 20.61 2 19.91 2 18.5z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17 19h-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>