Podcast icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPodcast } from "@devigner-ui/icons";
<IconPodcast className="size-6" />
<script setup>
import { IconPodcast } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPodcast class="size-6" />
</template>
<script>
import { IconPodcast } from "@devigner-ui/icons-svelte";
</script>
<IconPodcast class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 10a3 3 0 1 1 6 0v3a3 3 0 1 1-6 0z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M13 10h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13 13h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 10h1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 13h1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4.15 16C5.17 16 6 15.17 6 14.15V10a6 6 0 1 1 12 0v4.15c0 1.02.83 1.85 1.85 1.85" stroke="currentColor" stroke-width="1.5"></path><path d="M2 12a2 2 0 1 1 4 0v2a2 2 0 1 1-4 0z" stroke="currentColor" stroke-width="1.5"></path><path d="M18 12a2 2 0 1 1 4 0v2a2 2 0 1 1-4 0z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 16v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>