podcast icon
podcast from Iconoir by Luca Burgio · Regular · Communication · MIT Free for personal and commercial use.
- Name
- podcast
- Set
- Iconoir
- Style
- Regular
- Category
- Communication
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
More communication icons from Iconoir
app-notificationarrow-email-forwardat-signat-sign-circlebellbell-notificationbell-offbubble-downloadbubble-incomebubble-outcomebubble-searchbubble-starbubble-uploadbubble-warningbubble-xmarkchat-bubblechat-bubble-checkchat-bubble-emptychat-bubble-questionchat-bubble-translatechat-bubble-warningchat-bubble-xmarkchat-lineschat-minus-in
Use the podcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGeNSNdbqp" d="M6 19a9.99 9.99 0 0 1-4-8C2 5.477 6.477 1 12 1s10 4.477 10 10a9.99 9.99 0 0 1-4 8"/></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><use href="#SVGeNSNdbqp"/><use href="#SVGeNSNdbqp"/><path d="M7.528 15a6 6 0 1 1 8.944 0"/><path d="M12 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-1.924 3.283l.815-.543a2 2 0 0 1 2.218 0l.815.543a2 2 0 0 1 .863 1.993l-.509 3.053A2 2 0 0 1 12.307 23h-.612a2 2 0 0 1-1.973-1.671l-.508-3.053a2 2 0 0 1 .863-1.993"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirPodcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGeNSNdbqp" d="M6 19a9.99 9.99 0 0 1-4-8C2 5.477 6.477 1 12 1s10 4.477 10 10a9.99 9.99 0 0 1-4 8"/></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><use href="#SVGeNSNdbqp"/><use href="#SVGeNSNdbqp"/><path d="M7.528 15a6 6 0 1 1 8.944 0"/><path d="M12 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-1.924 3.283l.815-.543a2 2 0 0 1 2.218 0l.815.543a2 2 0 0 1 .863 1.993l-.509 3.053A2 2 0 0 1 12.307 23h-.612a2 2 0 0 1-1.973-1.671l-.508-3.053a2 2 0 0 1 .863-1.993"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGeNSNdbqp" d="M6 19a9.99 9.99 0 0 1-4-8C2 5.477 6.477 1 12 1s10 4.477 10 10a9.99 9.99 0 0 1-4 8"/></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><use href="#SVGeNSNdbqp"/><use href="#SVGeNSNdbqp"/><path d="M7.528 15a6 6 0 1 1 8.944 0"/><path d="M12 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-1.924 3.283l.815-.543a2 2 0 0 1 2.218 0l.815.543a2 2 0 0 1 .863 1.993l-.509 3.053A2 2 0 0 1 12.307 23h-.612a2 2 0 0 1-1.973-1.671l-.508-3.053a2 2 0 0 1 .863-1.993"/></g></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%3Cdefs%3E%3Cpath%20id%3D%22SVGeNSNdbqp%22%20d%3D%22M6%2019a9.99%209.99%200%200%201-4-8C2%205.477%206.477%201%2012%201s10%204.477%2010%2010a9.99%209.99%200%200%201-4%208%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cuse%20href%3D%22%23SVGeNSNdbqp%22%2F%3E%3Cuse%20href%3D%22%23SVGeNSNdbqp%22%2F%3E%3Cpath%20d%3D%22M7.528%2015a6%206%200%201%201%208.944%200%22%2F%3E%3Cpath%20d%3D%22M12%2013a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-1.924%203.283l.815-.543a2%202%200%200%201%202.218%200l.815.543a2%202%200%200%201%20.863%201.993l-.509%203.053A2%202%200%200%201%2012.307%2023h-.612a2%202%200%200%201-1.973-1.671l-.508-3.053a2%202%200%200%201%20.863-1.993%22%2F%3E%3C%2Fg%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%3Cdefs%3E%3Cpath%20id%3D%22SVGeNSNdbqp%22%20d%3D%22M6%2019a9.99%209.99%200%200%201-4-8C2%205.477%206.477%201%2012%201s10%204.477%2010%2010a9.99%209.99%200%200%201-4%208%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cuse%20href%3D%22%23SVGeNSNdbqp%22%2F%3E%3Cuse%20href%3D%22%23SVGeNSNdbqp%22%2F%3E%3Cpath%20d%3D%22M7.528%2015a6%206%200%201%201%208.944%200%22%2F%3E%3Cpath%20d%3D%22M12%2013a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-1.924%203.283l.815-.543a2%202%200%200%201%202.218%200l.815.543a2%202%200%200%201%20.863%201.993l-.509%203.053A2%202%200%200%201%2012.307%2023h-.612a2%202%200%200%201-1.973-1.671l-.508-3.053a2%202%200%200%201%20.863-1.993%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/podcast.svg?color=%231a73e8&size=48