Smart Speaker 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 { IconSmartSpeaker } from "@devigner-ui/icons";
<IconSmartSpeaker className="size-6" />
<script setup>
import { IconSmartSpeaker } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSmartSpeaker class="size-6" />
</template>
<script>
import { IconSmartSpeaker } from "@devigner-ui/icons-svelte";
</script>
<IconSmartSpeaker class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 14.62c.88.76 3.33 2.63 9.5 2.63v-1.5c-5.8 0-7.9-1.74-8.5-2.27zm9.5 2.63c3.15 0 5.32-.48 6.82-1.07a8 8 0 0 0 2.69-1.63l-1.02-1.1c-.3.27-.93.83-2.21 1.34-1.3.5-3.28.96-6.28.96z" fill="currentColor"></path><path opacity="1" d="M15.5 16c-.58-1.75-1.65-2.5-3.5-2.5s-2.92.75-3.5 2.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M8 4.41c-.32.28-.5.67-.5 1 0 1.16 1.74 2 4.5 2s4.5-.84 4.5-2q-.01-.5-.5-.91" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M3.32 6.66a4.8 4.8 0 0 1 3.92-4.2l.21-.04c3-.56 6.1-.56 9.1 0l.32.06a4.7 4.7 0 0 1 3.8 4.07q.64 5.33.04 10.67l-.02.15a4.84 4.84 0 0 1-4.21 4.26l-.9.12-1 .12a25 25 0 0 1-5.16 0l-1-.12-1.01-.13a4.7 4.7 0 0 1-4.1-4.14q-.62-5.34 0-10.68z" stroke="currentColor" stroke-width="1.5"></path></svg>