podcast icon
podcast from Font Awesome 6 Solid by Dave Gandy · Regular · Audio & Video · CC-BY-4.0 Attribution required.
- Name
- podcast
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More audio & video icons from Font Awesome 6 Solid
Use the podcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0s224 100.3 224 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9M224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4C172.8 460.2 160 389 160 355.9c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112a56 56 0 1 1 0-112"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPodcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0s224 100.3 224 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9M224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4C172.8 460.2 160 389 160 355.9c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112a56 56 0 1 1 0-112"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0s224 100.3 224 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9M224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4C172.8 460.2 160 389 160 355.9c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112a56 56 0 1 1 0-112"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.4%20372c48.5-31.3%2080.6-85.9%2080.6-148c0-97.2-78.8-176-176-176S48%20126.8%2048%20224c0%2062.1%2032.1%20116.6%2080.6%20148c1.2%2017.3%204%2038%207.2%2057.1l.2%201C56%20395.8%200%20316.5%200%20224C0%20100.3%20100.3%200%20224%200s224%20100.3%20224%20224c0%2092.5-56%20171.9-136%20206.1l.2-1.1c3.1-19.2%206-39.8%207.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6%2031.8-43%2031.8-71.3c0-53-43-96-96-96s-96%2043-96%2096c0%2028.3%2012.3%2053.8%2031.8%2071.3c-8.4%205.4-16.1%2012.7-21.9%2022.4c-3.1%205.1-5.4%2010.5-7%2016.2C99.8%20307.5%2080%20268%2080%20224c0-79.5%2064.5-144%20144-144s144%2064.5%20144%20144c0%2044-19.8%2083.5-50.9%20109.9M224%20312c32.9%200%2064%208.6%2064%2043.8c0%2033-12.9%20104.1-20.6%20132.9c-5.1%2019-24.5%2023.4-43.4%2023.4s-38.2-4.4-43.4-23.4C172.8%20460.2%20160%20389%20160%20355.9c0-35.1%2031.1-43.8%2064-43.8zm0-144a56%2056%200%201%201%200%20112a56%2056%200%201%201%200-112%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.4%20372c48.5-31.3%2080.6-85.9%2080.6-148c0-97.2-78.8-176-176-176S48%20126.8%2048%20224c0%2062.1%2032.1%20116.6%2080.6%20148c1.2%2017.3%204%2038%207.2%2057.1l.2%201C56%20395.8%200%20316.5%200%20224C0%20100.3%20100.3%200%20224%200s224%20100.3%20224%20224c0%2092.5-56%20171.9-136%20206.1l.2-1.1c3.1-19.2%206-39.8%207.2-57m-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6%2031.8-43%2031.8-71.3c0-53-43-96-96-96s-96%2043-96%2096c0%2028.3%2012.3%2053.8%2031.8%2071.3c-8.4%205.4-16.1%2012.7-21.9%2022.4c-3.1%205.1-5.4%2010.5-7%2016.2C99.8%20307.5%2080%20268%2080%20224c0-79.5%2064.5-144%20144-144s144%2064.5%20144%20144c0%2044-19.8%2083.5-50.9%20109.9M224%20312c32.9%200%2064%208.6%2064%2043.8c0%2033-12.9%20104.1-20.6%20132.9c-5.1%2019-24.5%2023.4-43.4%2023.4s-38.2-4.4-43.4-23.4C172.8%20460.2%20160%20389%20160%20355.9c0-35.1%2031.1-43.8%2064-43.8zm0-144a56%2056%200%201%201%200%20112a56%2056%200%201%201%200-112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/podcast.svg?color=%231a73e8&size=48