podcast icon
podcast from Line Awesome by Icons8 · Line · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- podcast
- Set
- Line Awesome
- Style
- Line
- Category
- Audio & Video
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- podcast-solid
The same icon in other sets
More audio & video icons from Line Awesome
Use the podcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 3C10.159 3 5 8.159 5 14.5c0 4.649 2.779 8.654 6.758 10.465a30 30 0 0 1-.238-2.39C8.813 20.897 7 17.91 7 14.5C7 9.262 11.262 5 16.5 5S26 9.262 26 14.5c0 3.411-1.813 6.398-4.52 8.074a30 30 0 0 1-.238 2.39C25.222 23.155 28 19.15 28 14.5C28 8.159 22.841 3 16.5 3m0 4C12.364 7 9 10.364 9 14.5a7.49 7.49 0 0 0 2.795 5.832a4.1 4.1 0 0 1 1.143-1.65A5.49 5.49 0 0 1 11 14.5c0-3.032 2.468-5.5 5.5-5.5s5.5 2.468 5.5 5.5a5.49 5.49 0 0 1-1.938 4.182a4.1 4.1 0 0 1 1.143 1.65A7.49 7.49 0 0 0 24 14.5c0-4.136-3.364-7.5-7.5-7.5m0 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 2c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m0 6c-3.159 0-3.5 2.076-3.5 2.969c0 1.644.537 4.95.83 6.205c.13.55.648 1.826 2.67 1.826s2.54-1.276 2.67-1.826c.293-1.253.83-4.561.83-6.205c0-.893-.341-2.969-3.5-2.969m0 2c1.5 0 1.5.56 1.5.969c0 1.335-.47 4.43-.777 5.748c-.025.105-.067.283-.723.283s-.698-.177-.723-.281c-.306-1.314-.777-4.414-.777-5.75c0-.41 0-.969 1.5-.969"/></svg>
React
import type { SVGProps } from "react";
export function LaPodcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 3C10.159 3 5 8.159 5 14.5c0 4.649 2.779 8.654 6.758 10.465a30 30 0 0 1-.238-2.39C8.813 20.897 7 17.91 7 14.5C7 9.262 11.262 5 16.5 5S26 9.262 26 14.5c0 3.411-1.813 6.398-4.52 8.074a30 30 0 0 1-.238 2.39C25.222 23.155 28 19.15 28 14.5C28 8.159 22.841 3 16.5 3m0 4C12.364 7 9 10.364 9 14.5a7.49 7.49 0 0 0 2.795 5.832a4.1 4.1 0 0 1 1.143-1.65A5.49 5.49 0 0 1 11 14.5c0-3.032 2.468-5.5 5.5-5.5s5.5 2.468 5.5 5.5a5.49 5.49 0 0 1-1.938 4.182a4.1 4.1 0 0 1 1.143 1.65A7.49 7.49 0 0 0 24 14.5c0-4.136-3.364-7.5-7.5-7.5m0 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 2c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m0 6c-3.159 0-3.5 2.076-3.5 2.969c0 1.644.537 4.95.83 6.205c.13.55.648 1.826 2.67 1.826s2.54-1.276 2.67-1.826c.293-1.253.83-4.561.83-6.205c0-.893-.341-2.969-3.5-2.969m0 2c1.5 0 1.5.56 1.5.969c0 1.335-.47 4.43-.777 5.748c-.025.105-.067.283-.723.283s-.698-.177-.723-.281c-.306-1.314-.777-4.414-.777-5.75c0-.41 0-.969 1.5-.969"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 3C10.159 3 5 8.159 5 14.5c0 4.649 2.779 8.654 6.758 10.465a30 30 0 0 1-.238-2.39C8.813 20.897 7 17.91 7 14.5C7 9.262 11.262 5 16.5 5S26 9.262 26 14.5c0 3.411-1.813 6.398-4.52 8.074a30 30 0 0 1-.238 2.39C25.222 23.155 28 19.15 28 14.5C28 8.159 22.841 3 16.5 3m0 4C12.364 7 9 10.364 9 14.5a7.49 7.49 0 0 0 2.795 5.832a4.1 4.1 0 0 1 1.143-1.65A5.49 5.49 0 0 1 11 14.5c0-3.032 2.468-5.5 5.5-5.5s5.5 2.468 5.5 5.5a5.49 5.49 0 0 1-1.938 4.182a4.1 4.1 0 0 1 1.143 1.65A7.49 7.49 0 0 0 24 14.5c0-4.136-3.364-7.5-7.5-7.5m0 4c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 2c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m0 6c-3.159 0-3.5 2.076-3.5 2.969c0 1.644.537 4.95.83 6.205c.13.55.648 1.826 2.67 1.826s2.54-1.276 2.67-1.826c.293-1.253.83-4.561.83-6.205c0-.893-.341-2.969-3.5-2.969m0 2c1.5 0 1.5.56 1.5.969c0 1.335-.47 4.43-.777 5.748c-.025.105-.067.283-.723.283s-.698-.177-.723-.281c-.306-1.314-.777-4.414-.777-5.75c0-.41 0-.969 1.5-.969"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203C10.159%203%205%208.159%205%2014.5c0%204.649%202.779%208.654%206.758%2010.465a30%2030%200%200%201-.238-2.39C8.813%2020.897%207%2017.91%207%2014.5C7%209.262%2011.262%205%2016.5%205S26%209.262%2026%2014.5c0%203.411-1.813%206.398-4.52%208.074a30%2030%200%200%201-.238%202.39C25.222%2023.155%2028%2019.15%2028%2014.5C28%208.159%2022.841%203%2016.5%203m0%204C12.364%207%209%2010.364%209%2014.5a7.49%207.49%200%200%200%202.795%205.832a4.1%204.1%200%200%201%201.143-1.65A5.49%205.49%200%200%201%2011%2014.5c0-3.032%202.468-5.5%205.5-5.5s5.5%202.468%205.5%205.5a5.49%205.49%200%200%201-1.938%204.182a4.1%204.1%200%200%201%201.143%201.65A7.49%207.49%200%200%200%2024%2014.5c0-4.136-3.364-7.5-7.5-7.5m0%204c-1.93%200-3.5%201.57-3.5%203.5s1.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5m0%202c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5m0%206c-3.159%200-3.5%202.076-3.5%202.969c0%201.644.537%204.95.83%206.205c.13.55.648%201.826%202.67%201.826s2.54-1.276%202.67-1.826c.293-1.253.83-4.561.83-6.205c0-.893-.341-2.969-3.5-2.969m0%202c1.5%200%201.5.56%201.5.969c0%201.335-.47%204.43-.777%205.748c-.025.105-.067.283-.723.283s-.698-.177-.723-.281c-.306-1.314-.777-4.414-.777-5.75c0-.41%200-.969%201.5-.969%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%203C10.159%203%205%208.159%205%2014.5c0%204.649%202.779%208.654%206.758%2010.465a30%2030%200%200%201-.238-2.39C8.813%2020.897%207%2017.91%207%2014.5C7%209.262%2011.262%205%2016.5%205S26%209.262%2026%2014.5c0%203.411-1.813%206.398-4.52%208.074a30%2030%200%200%201-.238%202.39C25.222%2023.155%2028%2019.15%2028%2014.5C28%208.159%2022.841%203%2016.5%203m0%204C12.364%207%209%2010.364%209%2014.5a7.49%207.49%200%200%200%202.795%205.832a4.1%204.1%200%200%201%201.143-1.65A5.49%205.49%200%200%201%2011%2014.5c0-3.032%202.468-5.5%205.5-5.5s5.5%202.468%205.5%205.5a5.49%205.49%200%200%201-1.938%204.182a4.1%204.1%200%200%201%201.143%201.65A7.49%207.49%200%200%200%2024%2014.5c0-4.136-3.364-7.5-7.5-7.5m0%204c-1.93%200-3.5%201.57-3.5%203.5s1.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5m0%202c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5m0%206c-3.159%200-3.5%202.076-3.5%202.969c0%201.644.537%204.95.83%206.205c.13.55.648%201.826%202.67%201.826s2.54-1.276%202.67-1.826c.293-1.253.83-4.561.83-6.205c0-.893-.341-2.969-3.5-2.969m0%202c1.5%200%201.5.56%201.5.969c0%201.335-.47%204.43-.777%205.748c-.025.105-.067.283-.723.283s-.698-.177-.723-.281c-.306-1.314-.777-4.414-.777-5.75c0-.41%200-.969%201.5-.969%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/podcast.svg?color=%231a73e8&size=48