podcast icon
podcast-solid from Iconoir by Luca Burgio · Solid · Communication · MIT Free for personal and commercial use.
- Name
- podcast-solid
- Set
- Iconoir
- Style
- Solid
- 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="SVGtrTq1bMV" stroke="currentColor" 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"><use href="#SVGtrTq1bMV" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><use href="#SVGtrTq1bMV" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.528 15a6 6 0 1 1 8.944 0"/><path fill="currentColor" fill-rule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/><path fill="currentColor" d="M15.078 21.487a2.75 2.75 0 0 1-2.713 2.297h-.611a2.75 2.75 0 0 1-2.713-2.297l-.509-3.054c-.24-1.438.899-2.548 2.002-3.283c1.378-.919 1.852-.81 3.05-.01c1.058.704 2.242 1.855 2.002 3.293z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirPodcastSolid(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="SVGtrTq1bMV" stroke="currentColor" 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"><use href="#SVGtrTq1bMV" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"/><use href="#SVGtrTq1bMV" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.528 15a6 6 0 1 1 8.944 0"/><path fill="currentColor" fillRule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clipRule="evenodd"/><path fill="currentColor" d="M15.078 21.487a2.75 2.75 0 0 1-2.713 2.297h-.611a2.75 2.75 0 0 1-2.713-2.297l-.509-3.054c-.24-1.438.899-2.548 2.002-3.283c1.378-.919 1.852-.81 3.05-.01c1.058.704 2.242 1.855 2.002 3.293z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGtrTq1bMV" stroke="currentColor" 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"><use href="#SVGtrTq1bMV" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><use href="#SVGtrTq1bMV" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.528 15a6 6 0 1 1 8.944 0"/><path fill="currentColor" fill-rule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd"/><path fill="currentColor" d="M15.078 21.487a2.75 2.75 0 0 1-2.713 2.297h-.611a2.75 2.75 0 0 1-2.713-2.297l-.509-3.054c-.24-1.438.899-2.548 2.002-3.283c1.378-.919 1.852-.81 3.05-.01c1.058.704 2.242 1.855 2.002 3.293z"/></g></svg> </template>
CSS
.icon-podcast-solid {
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%22SVGtrTq1bMV%22%20stroke%3D%22currentColor%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%3E%3Cuse%20href%3D%22%23SVGtrTq1bMV%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cuse%20href%3D%22%23SVGtrTq1bMV%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.528%2015a6%206%200%201%201%208.944%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2011a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.078%2021.487a2.75%202.75%200%200%201-2.713%202.297h-.611a2.75%202.75%200%200%201-2.713-2.297l-.509-3.054c-.24-1.438.899-2.548%202.002-3.283c1.378-.919%201.852-.81%203.05-.01c1.058.704%202.242%201.855%202.002%203.293z%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%22SVGtrTq1bMV%22%20stroke%3D%22currentColor%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%3E%3Cuse%20href%3D%22%23SVGtrTq1bMV%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cuse%20href%3D%22%23SVGtrTq1bMV%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.528%2015a6%206%200%201%201%208.944%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2011a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.078%2021.487a2.75%202.75%200%200%201-2.713%202.297h-.611a2.75%202.75%200%200%201-2.713-2.297l-.509-3.054c-.24-1.438.899-2.548%202.002-3.283c1.378-.919%201.852-.81%203.05-.01c1.058.704%202.242%201.855%202.002%203.293z%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-solid.svg?color=%231a73e8&size=48