podcast from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
podcast
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the podcast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 18.25v3.25H7v-3.25c0-1.38 2.24-2.5 5-2.5s5 1.12 5 2.5M12 5.5a6.5 6.5 0 0 1 6.5 6.5c0 1.25-.35 2.42-.96 3.41L16 14.04c.32-.61.5-1.31.5-2.04c0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5c0 .73.18 1.43.5 2.04l-1.54 1.37c-.61-.99-.96-2.16-.96-3.41A6.5 6.5 0 0 1 12 5.5m0-4A10.5 10.5 0 0 1 22.5 12c0 2.28-.73 4.39-1.96 6.11l-1.5-1.35c.92-1.36 1.46-3 1.46-4.76A8.5 8.5 0 0 0 12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.76.54 3.4 1.46 4.76l-1.5 1.35A10.47 10.47 0 0 1 1.5 12A10.5 10.5 0 0 1 12 1.5m0 8a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiPodcast(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 18.25v3.25H7v-3.25c0-1.38 2.24-2.5 5-2.5s5 1.12 5 2.5M12 5.5a6.5 6.5 0 0 1 6.5 6.5c0 1.25-.35 2.42-.96 3.41L16 14.04c.32-.61.5-1.31.5-2.04c0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5c0 .73.18 1.43.5 2.04l-1.54 1.37c-.61-.99-.96-2.16-.96-3.41A6.5 6.5 0 0 1 12 5.5m0-4A10.5 10.5 0 0 1 22.5 12c0 2.28-.73 4.39-1.96 6.11l-1.5-1.35c.92-1.36 1.46-3 1.46-4.76A8.5 8.5 0 0 0 12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.76.54 3.4 1.46 4.76l-1.5 1.35A10.47 10.47 0 0 1 1.5 12A10.5 10.5 0 0 1 12 1.5m0 8a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 18.25v3.25H7v-3.25c0-1.38 2.24-2.5 5-2.5s5 1.12 5 2.5M12 5.5a6.5 6.5 0 0 1 6.5 6.5c0 1.25-.35 2.42-.96 3.41L16 14.04c.32-.61.5-1.31.5-2.04c0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5c0 .73.18 1.43.5 2.04l-1.54 1.37c-.61-.99-.96-2.16-.96-3.41A6.5 6.5 0 0 1 12 5.5m0-4A10.5 10.5 0 0 1 22.5 12c0 2.28-.73 4.39-1.96 6.11l-1.5-1.35c.92-1.36 1.46-3 1.46-4.76A8.5 8.5 0 0 0 12 3.5A8.5 8.5 0 0 0 3.5 12c0 1.76.54 3.4 1.46 4.76l-1.5 1.35A10.47 10.47 0 0 1 1.5 12A10.5 10.5 0 0 1 12 1.5m0 8a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 12A2.5 2.5 0 0 1 12 9.5"/></svg>
</template>

CSS

.icon-podcast {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2018.25v3.25H7v-3.25c0-1.38%202.24-2.5%205-2.5s5%201.12%205%202.5M12%205.5a6.5%206.5%200%200%201%206.5%206.5c0%201.25-.35%202.42-.96%203.41L16%2014.04c.32-.61.5-1.31.5-2.04c0-2.5-2-4.5-4.5-4.5s-4.5%202-4.5%204.5c0%20.73.18%201.43.5%202.04l-1.54%201.37c-.61-.99-.96-2.16-.96-3.41A6.5%206.5%200%200%201%2012%205.5m0-4A10.5%2010.5%200%200%201%2022.5%2012c0%202.28-.73%204.39-1.96%206.11l-1.5-1.35c.92-1.36%201.46-3%201.46-4.76A8.5%208.5%200%200%200%2012%203.5A8.5%208.5%200%200%200%203.5%2012c0%201.76.54%203.4%201.46%204.76l-1.5%201.35A10.47%2010.47%200%200%201%201.5%2012A10.5%2010.5%200%200%201%2012%201.5m0%208a2.5%202.5%200%200%201%202.5%202.5a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%2012A2.5%202.5%200%200%201%2012%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2018.25v3.25H7v-3.25c0-1.38%202.24-2.5%205-2.5s5%201.12%205%202.5M12%205.5a6.5%206.5%200%200%201%206.5%206.5c0%201.25-.35%202.42-.96%203.41L16%2014.04c.32-.61.5-1.31.5-2.04c0-2.5-2-4.5-4.5-4.5s-4.5%202-4.5%204.5c0%20.73.18%201.43.5%202.04l-1.54%201.37c-.61-.99-.96-2.16-.96-3.41A6.5%206.5%200%200%201%2012%205.5m0-4A10.5%2010.5%200%200%201%2022.5%2012c0%202.28-.73%204.39-1.96%206.11l-1.5-1.35c.92-1.36%201.46-3%201.46-4.76A8.5%208.5%200%200%200%2012%203.5A8.5%208.5%200%200%200%203.5%2012c0%201.76.54%203.4%201.46%204.76l-1.5%201.35A10.47%2010.47%200%200%201%201.5%2012A10.5%2010.5%200%200%201%2012%201.5m0%208a2.5%202.5%200%200%201%202.5%202.5a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%2012A2.5%202.5%200%200%201%2012%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/podcast.svg?color=%231a73e8&size=48