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 { IconSpeaker } from "@devigner-ui/icons";
<IconSpeaker className="size-6" />
<script setup>
import { IconSpeaker } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSpeaker class="size-6" />
</template>
<script>
import { IconSpeaker } from "@devigner-ui/icons-svelte";
</script>
<IconSpeaker 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="M4 10c0-3.77 0-5.66 1.17-6.83S8.23 2 12 2s5.66 0 6.83 1.17S20 6.23 20 10v4c0 3.77 0 5.66-1.17 6.83S15.77 22 12 22s-5.66 0-6.83-1.17S4 17.77 4 14z" stroke="currentColor" stroke-width="1.5"></path><path d="M14 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path d="M15 15.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path></svg>