Printer 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 { IconPrinter } from "@devigner-ui/icons";
<IconPrinter className="size-6" />
<script setup>
import { IconPrinter } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPrinter class="size-6" />
</template>
<script>
import { IconPrinter } from "@devigner-ui/icons-svelte";
</script>
<IconPrinter 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 17.98c-1.55-.04-2.48-.22-3.12-.86C2 16.24 2 14.82 2 12s0-4.24.88-5.12S5.18 6 8 6h8c2.83 0 4.24 0 5.12.88S22 9.18 22 12s0 4.24-.88 5.12c-.64.64-1.57.82-3.12.86" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 10H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M19 14H5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M18 14v2c0 2.83 0 4.24-.88 5.12S14.82 22 12 22s-4.24 0-5.12-.88S6 18.82 6 16v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17.98 6c-.04-1.55-.22-2.48-.86-3.12C16.24 2 14.82 2 12 2s-4.24 0-5.12.88c-.64.64-.82 1.57-.86 3.12" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="17" cy="10" r="1" fill="currentColor"></circle><path opacity="1" d="M15 16.5H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13 19H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>