podcast icon
podcast from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- podcast
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-podcast
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"><circle cx="12.01" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M11.01 22h2l.5-7h-3z"/><path fill="currentColor" d="M12 2a10 10 0 0 0-2.45 19.68l-.15-2.12a8 8 0 1 1 5.21 0l-.15 2.12A10 10 0 0 0 12 2"/><path fill="currentColor" d="M15.32 9.61a3.4 3.4 0 0 1 .37.68a4 4 0 0 1 .23.75a3.6 3.6 0 0 1 .09.8a3.7 3.7 0 0 1-.09.81a4 4 0 0 1-.23.75a3.4 3.4 0 0 1-.37.68a5 5 0 0 1-.35.43l-.19 2.62a5 5 0 0 0 .58-.31A5.9 5.9 0 0 0 17 15.2a5.6 5.6 0 0 0 .55-1a6 6 0 0 0 .35-1.13a6 6 0 0 0 .1-1.23a6.2 6.2 0 0 0-.13-1.21A6.1 6.1 0 0 0 17 8.49a6.3 6.3 0 0 0-.73-.89a5.7 5.7 0 0 0-.89-.73a6.3 6.3 0 0 0-1-.56A6 6 0 0 0 13.21 6a6.1 6.1 0 0 0-2.41 0a5.5 5.5 0 0 0-1.13.36a5.6 5.6 0 0 0-1 .55a5.7 5.7 0 0 0-.89.73a6.3 6.3 0 0 0-.78.85a6.1 6.1 0 0 0-.9 2.14a6 6 0 0 0-.1 1.21a6 6 0 0 0 .12 1.21a6 6 0 0 0 .35 1.13a5.6 5.6 0 0 0 .55 1a6.2 6.2 0 0 0 1.62 1.62a5 5 0 0 0 .58.31L9 14.51a5 5 0 0 1-.35-.43a3.4 3.4 0 0 1-.37-.68a4 4 0 0 1-.23-.75a3.7 3.7 0 0 1-.05-.81a3.6 3.6 0 0 1 .08-.8a4 4 0 0 1 .23-.75a3.4 3.4 0 0 1 .37-.68a4 4 0 0 1 .5-.61a4 4 0 0 1 .59-.48a3.4 3.4 0 0 1 .68-.37a4 4 0 0 1 .75-.24a4.4 4.4 0 0 1 1.61 0a4 4 0 0 1 .75.24a3.6 3.6 0 0 1 1.27.85a3.5 3.5 0 0 1 .49.61"/></svg>
React
import type { SVGProps } from "react";
export function BxPodcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12.01" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M11.01 22h2l.5-7h-3z"/><path fill="currentColor" d="M12 2a10 10 0 0 0-2.45 19.68l-.15-2.12a8 8 0 1 1 5.21 0l-.15 2.12A10 10 0 0 0 12 2"/><path fill="currentColor" d="M15.32 9.61a3.4 3.4 0 0 1 .37.68a4 4 0 0 1 .23.75a3.6 3.6 0 0 1 .09.8a3.7 3.7 0 0 1-.09.81a4 4 0 0 1-.23.75a3.4 3.4 0 0 1-.37.68a5 5 0 0 1-.35.43l-.19 2.62a5 5 0 0 0 .58-.31A5.9 5.9 0 0 0 17 15.2a5.6 5.6 0 0 0 .55-1a6 6 0 0 0 .35-1.13a6 6 0 0 0 .1-1.23a6.2 6.2 0 0 0-.13-1.21A6.1 6.1 0 0 0 17 8.49a6.3 6.3 0 0 0-.73-.89a5.7 5.7 0 0 0-.89-.73a6.3 6.3 0 0 0-1-.56A6 6 0 0 0 13.21 6a6.1 6.1 0 0 0-2.41 0a5.5 5.5 0 0 0-1.13.36a5.6 5.6 0 0 0-1 .55a5.7 5.7 0 0 0-.89.73a6.3 6.3 0 0 0-.78.85a6.1 6.1 0 0 0-.9 2.14a6 6 0 0 0-.1 1.21a6 6 0 0 0 .12 1.21a6 6 0 0 0 .35 1.13a5.6 5.6 0 0 0 .55 1a6.2 6.2 0 0 0 1.62 1.62a5 5 0 0 0 .58.31L9 14.51a5 5 0 0 1-.35-.43a3.4 3.4 0 0 1-.37-.68a4 4 0 0 1-.23-.75a3.7 3.7 0 0 1-.05-.81a3.6 3.6 0 0 1 .08-.8a4 4 0 0 1 .23-.75a3.4 3.4 0 0 1 .37-.68a4 4 0 0 1 .5-.61a4 4 0 0 1 .59-.48a3.4 3.4 0 0 1 .68-.37a4 4 0 0 1 .75-.24a4.4 4.4 0 0 1 1.61 0a4 4 0 0 1 .75.24a3.6 3.6 0 0 1 1.27.85a3.5 3.5 0 0 1 .49.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12.01" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M11.01 22h2l.5-7h-3z"/><path fill="currentColor" d="M12 2a10 10 0 0 0-2.45 19.68l-.15-2.12a8 8 0 1 1 5.21 0l-.15 2.12A10 10 0 0 0 12 2"/><path fill="currentColor" d="M15.32 9.61a3.4 3.4 0 0 1 .37.68a4 4 0 0 1 .23.75a3.6 3.6 0 0 1 .09.8a3.7 3.7 0 0 1-.09.81a4 4 0 0 1-.23.75a3.4 3.4 0 0 1-.37.68a5 5 0 0 1-.35.43l-.19 2.62a5 5 0 0 0 .58-.31A5.9 5.9 0 0 0 17 15.2a5.6 5.6 0 0 0 .55-1a6 6 0 0 0 .35-1.13a6 6 0 0 0 .1-1.23a6.2 6.2 0 0 0-.13-1.21A6.1 6.1 0 0 0 17 8.49a6.3 6.3 0 0 0-.73-.89a5.7 5.7 0 0 0-.89-.73a6.3 6.3 0 0 0-1-.56A6 6 0 0 0 13.21 6a6.1 6.1 0 0 0-2.41 0a5.5 5.5 0 0 0-1.13.36a5.6 5.6 0 0 0-1 .55a5.7 5.7 0 0 0-.89.73a6.3 6.3 0 0 0-.78.85a6.1 6.1 0 0 0-.9 2.14a6 6 0 0 0-.1 1.21a6 6 0 0 0 .12 1.21a6 6 0 0 0 .35 1.13a5.6 5.6 0 0 0 .55 1a6.2 6.2 0 0 0 1.62 1.62a5 5 0 0 0 .58.31L9 14.51a5 5 0 0 1-.35-.43a3.4 3.4 0 0 1-.37-.68a4 4 0 0 1-.23-.75a3.7 3.7 0 0 1-.05-.81a3.6 3.6 0 0 1 .08-.8a4 4 0 0 1 .23-.75a3.4 3.4 0 0 1 .37-.68a4 4 0 0 1 .5-.61a4 4 0 0 1 .59-.48a3.4 3.4 0 0 1 .68-.37a4 4 0 0 1 .75-.24a4.4 4.4 0 0 1 1.61 0a4 4 0 0 1 .75.24a3.6 3.6 0 0 1 1.27.85a3.5 3.5 0 0 1 .49.61"/></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%3Ccircle%20cx%3D%2212.01%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.01%2022h2l.5-7h-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-2.45%2019.68l-.15-2.12a8%208%200%201%201%205.21%200l-.15%202.12A10%2010%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.32%209.61a3.4%203.4%200%200%201%20.37.68a4%204%200%200%201%20.23.75a3.6%203.6%200%200%201%20.09.8a3.7%203.7%200%200%201-.09.81a4%204%200%200%201-.23.75a3.4%203.4%200%200%201-.37.68a5%205%200%200%201-.35.43l-.19%202.62a5%205%200%200%200%20.58-.31A5.9%205.9%200%200%200%2017%2015.2a5.6%205.6%200%200%200%20.55-1a6%206%200%200%200%20.35-1.13a6%206%200%200%200%20.1-1.23a6.2%206.2%200%200%200-.13-1.21A6.1%206.1%200%200%200%2017%208.49a6.3%206.3%200%200%200-.73-.89a5.7%205.7%200%200%200-.89-.73a6.3%206.3%200%200%200-1-.56A6%206%200%200%200%2013.21%206a6.1%206.1%200%200%200-2.41%200a5.5%205.5%200%200%200-1.13.36a5.6%205.6%200%200%200-1%20.55a5.7%205.7%200%200%200-.89.73a6.3%206.3%200%200%200-.78.85a6.1%206.1%200%200%200-.9%202.14a6%206%200%200%200-.1%201.21a6%206%200%200%200%20.12%201.21a6%206%200%200%200%20.35%201.13a5.6%205.6%200%200%200%20.55%201a6.2%206.2%200%200%200%201.62%201.62a5%205%200%200%200%20.58.31L9%2014.51a5%205%200%200%201-.35-.43a3.4%203.4%200%200%201-.37-.68a4%204%200%200%201-.23-.75a3.7%203.7%200%200%201-.05-.81a3.6%203.6%200%200%201%20.08-.8a4%204%200%200%201%20.23-.75a3.4%203.4%200%200%201%20.37-.68a4%204%200%200%201%20.5-.61a4%204%200%200%201%20.59-.48a3.4%203.4%200%200%201%20.68-.37a4%204%200%200%201%20.75-.24a4.4%204.4%200%200%201%201.61%200a4%204%200%200%201%20.75.24a3.6%203.6%200%200%201%201.27.85a3.5%203.5%200%200%201%20.49.61%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%3Ccircle%20cx%3D%2212.01%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.01%2022h2l.5-7h-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-2.45%2019.68l-.15-2.12a8%208%200%201%201%205.21%200l-.15%202.12A10%2010%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.32%209.61a3.4%203.4%200%200%201%20.37.68a4%204%200%200%201%20.23.75a3.6%203.6%200%200%201%20.09.8a3.7%203.7%200%200%201-.09.81a4%204%200%200%201-.23.75a3.4%203.4%200%200%201-.37.68a5%205%200%200%201-.35.43l-.19%202.62a5%205%200%200%200%20.58-.31A5.9%205.9%200%200%200%2017%2015.2a5.6%205.6%200%200%200%20.55-1a6%206%200%200%200%20.35-1.13a6%206%200%200%200%20.1-1.23a6.2%206.2%200%200%200-.13-1.21A6.1%206.1%200%200%200%2017%208.49a6.3%206.3%200%200%200-.73-.89a5.7%205.7%200%200%200-.89-.73a6.3%206.3%200%200%200-1-.56A6%206%200%200%200%2013.21%206a6.1%206.1%200%200%200-2.41%200a5.5%205.5%200%200%200-1.13.36a5.6%205.6%200%200%200-1%20.55a5.7%205.7%200%200%200-.89.73a6.3%206.3%200%200%200-.78.85a6.1%206.1%200%200%200-.9%202.14a6%206%200%200%200-.1%201.21a6%206%200%200%200%20.12%201.21a6%206%200%200%200%20.35%201.13a5.6%205.6%200%200%200%20.55%201a6.2%206.2%200%200%200%201.62%201.62a5%205%200%200%200%20.58.31L9%2014.51a5%205%200%200%201-.35-.43a3.4%203.4%200%200%201-.37-.68a4%204%200%200%201-.23-.75a3.7%203.7%200%200%201-.05-.81a3.6%203.6%200%200%201%20.08-.8a4%204%200%200%201%20.23-.75a3.4%203.4%200%200%201%20.37-.68a4%204%200%200%201%20.5-.61a4%204%200%200%201%20.59-.48a3.4%203.4%200%200%201%20.68-.37a4%204%200%200%201%20.75-.24a4.4%204.4%200%200%201%201.61%200a4%204%200%200%201%20.75.24a3.6%203.6%200%200%201%201.27.85a3.5%203.5%200%200%201%20.49.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/podcast.svg?color=%231a73e8&size=48