podcast icon

podcast-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.

Name
podcast-linear
Set
Solar
Style
Linear
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the podcast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10V13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13V10Z"/><path stroke-linecap="round" d="M13 10L15 10"/><path stroke-linecap="round" d="M13 13L15 13"/><path stroke-linecap="round" d="M9 10L10 10M9 13L10 13"/><path d="M4.15381 16C5.17341 16 5.99996 15.1734 5.99996 14.1538V9.99998C5.99996 6.68628 8.68624 4 11.9999 4C15.3136 4 17.9999 6.68628 17.9999 9.99998V14.1538C17.9999 15.1734 18.8265 16 19.8461 16"/><path d="M2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12V14C6 15.1046 5.10457 16 4 16C2.89543 16 2 15.1046 2 14V12Z"/><path d="M18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12V14C22 15.1046 21.1046 16 20 16C18.8954 16 18 15.1046 18 14V12Z"/><path stroke-linecap="round" d="M12 16V19"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPodcastLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10V13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13V10Z"/><path strokeLinecap="round" d="M13 10L15 10"/><path strokeLinecap="round" d="M13 13L15 13"/><path strokeLinecap="round" d="M9 10L10 10M9 13L10 13"/><path d="M4.15381 16C5.17341 16 5.99996 15.1734 5.99996 14.1538V9.99998C5.99996 6.68628 8.68624 4 11.9999 4C15.3136 4 17.9999 6.68628 17.9999 9.99998V14.1538C17.9999 15.1734 18.8265 16 19.8461 16"/><path d="M2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12V14C6 15.1046 5.10457 16 4 16C2.89543 16 2 15.1046 2 14V12Z"/><path d="M18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12V14C22 15.1046 21.1046 16 20 16C18.8954 16 18 15.1046 18 14V12Z"/><path strokeLinecap="round" d="M12 16V19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10V13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13V10Z"/><path stroke-linecap="round" d="M13 10L15 10"/><path stroke-linecap="round" d="M13 13L15 13"/><path stroke-linecap="round" d="M9 10L10 10M9 13L10 13"/><path d="M4.15381 16C5.17341 16 5.99996 15.1734 5.99996 14.1538V9.99998C5.99996 6.68628 8.68624 4 11.9999 4C15.3136 4 17.9999 6.68628 17.9999 9.99998V14.1538C17.9999 15.1734 18.8265 16 19.8461 16"/><path d="M2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12V14C6 15.1046 5.10457 16 4 16C2.89543 16 2 15.1046 2 14V12Z"/><path d="M18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12V14C22 15.1046 21.1046 16 20 16C18.8954 16 18 15.1046 18 14V12Z"/><path stroke-linecap="round" d="M12 16V19"/></g></svg>
</template>

CSS

.icon-podcast-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2010C9%208.34315%2010.3431%207%2012%207C13.6569%207%2015%208.34315%2015%2010V13C15%2014.6569%2013.6569%2016%2012%2016C10.3431%2016%209%2014.6569%209%2013V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2010L15%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2013L15%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010L10%2010M9%2013L10%2013%22%2F%3E%3Cpath%20d%3D%22M4.15381%2016C5.17341%2016%205.99996%2015.1734%205.99996%2014.1538V9.99998C5.99996%206.68628%208.68624%204%2011.9999%204C15.3136%204%2017.9999%206.68628%2017.9999%209.99998V14.1538C17.9999%2015.1734%2018.8265%2016%2019.8461%2016%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2010.8954%202.89543%2010%204%2010C5.10457%2010%206%2010.8954%206%2012V14C6%2015.1046%205.10457%2016%204%2016C2.89543%2016%202%2015.1046%202%2014V12Z%22%2F%3E%3Cpath%20d%3D%22M18%2012C18%2010.8954%2018.8954%2010%2020%2010C21.1046%2010%2022%2010.8954%2022%2012V14C22%2015.1046%2021.1046%2016%2020%2016C18.8954%2016%2018%2015.1046%2018%2014V12Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016V19%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2010C9%208.34315%2010.3431%207%2012%207C13.6569%207%2015%208.34315%2015%2010V13C15%2014.6569%2013.6569%2016%2012%2016C10.3431%2016%209%2014.6569%209%2013V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2010L15%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2013L15%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010L10%2010M9%2013L10%2013%22%2F%3E%3Cpath%20d%3D%22M4.15381%2016C5.17341%2016%205.99996%2015.1734%205.99996%2014.1538V9.99998C5.99996%206.68628%208.68624%204%2011.9999%204C15.3136%204%2017.9999%206.68628%2017.9999%209.99998V14.1538C17.9999%2015.1734%2018.8265%2016%2019.8461%2016%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2010.8954%202.89543%2010%204%2010C5.10457%2010%206%2010.8954%206%2012V14C6%2015.1046%205.10457%2016%204%2016C2.89543%2016%202%2015.1046%202%2014V12Z%22%2F%3E%3Cpath%20d%3D%22M18%2012C18%2010.8954%2018.8954%2010%2020%2010C21.1046%2010%2022%2010.8954%2022%2012V14C22%2015.1046%2021.1046%2016%2020%2016C18.8954%2016%2018%2015.1046%2018%2014V12Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016V19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/podcast-linear.svg?color=%231a73e8&size=48