podcasts icon
podcasts from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- podcasts
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- podcasts-outline, podcasts-outline-sharp, podcasts-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the podcasts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 21v-8.14q-.258-.16-.379-.372t-.121-.49q0-.4.299-.699T12 11t.701.299t.299.697q0 .276-.121.493t-.379.37V21zm-5.688-2.461q-1.31-1.241-2.061-2.919T3 12.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 3t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.725.675 3.225t1.85 2.6zm2.824-2.826q-.759-.69-1.197-1.645T7 12q0-2.083 1.457-3.542T11.995 7t3.544 1.46T17 12.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 15q.625-.575.988-1.35T16 12q0-1.65-1.175-2.825T12 8T9.175 9.175T8 12q0 .9.363 1.663T9.35 15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPodcasts(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="M11.5 21v-8.14q-.258-.16-.379-.372t-.121-.49q0-.4.299-.699T12 11t.701.299t.299.697q0 .276-.121.493t-.379.37V21zm-5.688-2.461q-1.31-1.241-2.061-2.919T3 12.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 3t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.725.675 3.225t1.85 2.6zm2.824-2.826q-.759-.69-1.197-1.645T7 12q0-2.083 1.457-3.542T11.995 7t3.544 1.46T17 12.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 15q.625-.575.988-1.35T16 12q0-1.65-1.175-2.825T12 8T9.175 9.175T8 12q0 .9.363 1.663T9.35 15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 21v-8.14q-.258-.16-.379-.372t-.121-.49q0-.4.299-.699T12 11t.701.299t.299.697q0 .276-.121.493t-.379.37V21zm-5.688-2.461q-1.31-1.241-2.061-2.919T3 12.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 3t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.725.675 3.225t1.85 2.6zm2.824-2.826q-.759-.69-1.197-1.645T7 12q0-2.083 1.457-3.542T11.995 7t3.544 1.46T17 12.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 15q.625-.575.988-1.35T16 12q0-1.65-1.175-2.825T12 8T9.175 9.175T8 12q0 .9.363 1.663T9.35 15z"/></svg> </template>
CSS
.icon-podcasts {
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%22M11.5%2021v-8.14q-.258-.16-.379-.372t-.121-.49q0-.4.299-.699T12%2011t.701.299t.299.697q0%20.276-.121.493t-.379.37V21zm-5.688-2.461q-1.31-1.241-2.061-2.919T3%2012.006q0-1.87.709-3.513q.708-1.643%201.922-2.859t2.857-1.925T11.997%203t3.51.709t2.859%201.924q1.216%201.216%201.925%202.859t.709%203.51q0%201.937-.751%203.62q-.751%201.682-2.06%202.917l-.689-.708q1.15-1.096%201.825-2.604T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%201.725.675%203.225t1.85%202.6zm2.824-2.826q-.759-.69-1.197-1.645T7%2012q0-2.083%201.457-3.542T11.995%207t3.544%201.46T17%2012.008q0%201.107-.438%202.064q-.439.958-1.199%201.643L14.65%2015q.625-.575.988-1.35T16%2012q0-1.65-1.175-2.825T12%208T9.175%209.175T8%2012q0%20.9.363%201.663T9.35%2015z%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%22M11.5%2021v-8.14q-.258-.16-.379-.372t-.121-.49q0-.4.299-.699T12%2011t.701.299t.299.697q0%20.276-.121.493t-.379.37V21zm-5.688-2.461q-1.31-1.241-2.061-2.919T3%2012.006q0-1.87.709-3.513q.708-1.643%201.922-2.859t2.857-1.925T11.997%203t3.51.709t2.859%201.924q1.216%201.216%201.925%202.859t.709%203.51q0%201.937-.751%203.62q-.751%201.682-2.06%202.917l-.689-.708q1.15-1.096%201.825-2.604T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%201.725.675%203.225t1.85%202.6zm2.824-2.826q-.759-.69-1.197-1.645T7%2012q0-2.083%201.457-3.542T11.995%207t3.544%201.46T17%2012.008q0%201.107-.438%202.064q-.439.958-1.199%201.643L14.65%2015q.625-.575.988-1.35T16%2012q0-1.65-1.175-2.825T12%208T9.175%209.175T8%2012q0%20.9.363%201.663T9.35%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/podcasts.svg?color=%231a73e8&size=48