apple podcasts logo icon

apple-podcasts-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
apple-podcasts-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the apple podcasts logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.2 138.33a32 32 0 1 0-52.4 0a24.3 24.3 0 0 0-8.76 7a23.68 23.68 0 0 0-4.3 20.49l12.18 48A24.18 24.18 0 0 0 124.44 232h7.12a24.18 24.18 0 0 0 23.52-18.15l12.18-48a23.68 23.68 0 0 0-4.3-20.49a24.3 24.3 0 0 0-8.76-7.03M128 104a16 16 0 1 1-16 16a16 16 0 0 1 16-16m23.75 57.91l-12.18 48a8.18 8.18 0 0 1-8 6.09h-7.12a8.18 8.18 0 0 1-8-6.09l-12.18-48a7.71 7.71 0 0 1 1.42-6.73a8.26 8.26 0 0 1 6.58-3.18h31.5a8.26 8.26 0 0 1 6.58 3.18a7.71 7.71 0 0 1 1.4 6.73M72 128a56.3 56.3 0 0 0 2 15a8 8 0 0 1-15.41 4.29a72 72 0 1 1 138.74 0A8 8 0 0 1 182 143a56 56 0 1 0-110-15m160 0a103.92 103.92 0 0 1-46.18 86.46a8 8 0 0 1-8.9-13.3a88 88 0 1 0-97.84 0a8 8 0 0 1-8.9 13.3A104 104 0 1 1 232 128"/></svg>

React

import type { SVGProps } from "react";

export function PhApplePodcastsLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.2 138.33a32 32 0 1 0-52.4 0a24.3 24.3 0 0 0-8.76 7a23.68 23.68 0 0 0-4.3 20.49l12.18 48A24.18 24.18 0 0 0 124.44 232h7.12a24.18 24.18 0 0 0 23.52-18.15l12.18-48a23.68 23.68 0 0 0-4.3-20.49a24.3 24.3 0 0 0-8.76-7.03M128 104a16 16 0 1 1-16 16a16 16 0 0 1 16-16m23.75 57.91l-12.18 48a8.18 8.18 0 0 1-8 6.09h-7.12a8.18 8.18 0 0 1-8-6.09l-12.18-48a7.71 7.71 0 0 1 1.42-6.73a8.26 8.26 0 0 1 6.58-3.18h31.5a8.26 8.26 0 0 1 6.58 3.18a7.71 7.71 0 0 1 1.4 6.73M72 128a56.3 56.3 0 0 0 2 15a8 8 0 0 1-15.41 4.29a72 72 0 1 1 138.74 0A8 8 0 0 1 182 143a56 56 0 1 0-110-15m160 0a103.92 103.92 0 0 1-46.18 86.46a8 8 0 0 1-8.9-13.3a88 88 0 1 0-97.84 0a8 8 0 0 1-8.9 13.3A104 104 0 1 1 232 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154.2 138.33a32 32 0 1 0-52.4 0a24.3 24.3 0 0 0-8.76 7a23.68 23.68 0 0 0-4.3 20.49l12.18 48A24.18 24.18 0 0 0 124.44 232h7.12a24.18 24.18 0 0 0 23.52-18.15l12.18-48a23.68 23.68 0 0 0-4.3-20.49a24.3 24.3 0 0 0-8.76-7.03M128 104a16 16 0 1 1-16 16a16 16 0 0 1 16-16m23.75 57.91l-12.18 48a8.18 8.18 0 0 1-8 6.09h-7.12a8.18 8.18 0 0 1-8-6.09l-12.18-48a7.71 7.71 0 0 1 1.42-6.73a8.26 8.26 0 0 1 6.58-3.18h31.5a8.26 8.26 0 0 1 6.58 3.18a7.71 7.71 0 0 1 1.4 6.73M72 128a56.3 56.3 0 0 0 2 15a8 8 0 0 1-15.41 4.29a72 72 0 1 1 138.74 0A8 8 0 0 1 182 143a56 56 0 1 0-110-15m160 0a103.92 103.92 0 0 1-46.18 86.46a8 8 0 0 1-8.9-13.3a88 88 0 1 0-97.84 0a8 8 0 0 1-8.9 13.3A104 104 0 1 1 232 128"/></svg>
</template>

CSS

.icon-apple-podcasts-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.2%20138.33a32%2032%200%201%200-52.4%200a24.3%2024.3%200%200%200-8.76%207a23.68%2023.68%200%200%200-4.3%2020.49l12.18%2048A24.18%2024.18%200%200%200%20124.44%20232h7.12a24.18%2024.18%200%200%200%2023.52-18.15l12.18-48a23.68%2023.68%200%200%200-4.3-20.49a24.3%2024.3%200%200%200-8.76-7.03M128%20104a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m23.75%2057.91l-12.18%2048a8.18%208.18%200%200%201-8%206.09h-7.12a8.18%208.18%200%200%201-8-6.09l-12.18-48a7.71%207.71%200%200%201%201.42-6.73a8.26%208.26%200%200%201%206.58-3.18h31.5a8.26%208.26%200%200%201%206.58%203.18a7.71%207.71%200%200%201%201.4%206.73M72%20128a56.3%2056.3%200%200%200%202%2015a8%208%200%200%201-15.41%204.29a72%2072%200%201%201%20138.74%200A8%208%200%200%201%20182%20143a56%2056%200%201%200-110-15m160%200a103.92%20103.92%200%200%201-46.18%2086.46a8%208%200%200%201-8.9-13.3a88%2088%200%201%200-97.84%200a8%208%200%200%201-8.9%2013.3A104%20104%200%201%201%20232%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M154.2%20138.33a32%2032%200%201%200-52.4%200a24.3%2024.3%200%200%200-8.76%207a23.68%2023.68%200%200%200-4.3%2020.49l12.18%2048A24.18%2024.18%200%200%200%20124.44%20232h7.12a24.18%2024.18%200%200%200%2023.52-18.15l12.18-48a23.68%2023.68%200%200%200-4.3-20.49a24.3%2024.3%200%200%200-8.76-7.03M128%20104a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m23.75%2057.91l-12.18%2048a8.18%208.18%200%200%201-8%206.09h-7.12a8.18%208.18%200%200%201-8-6.09l-12.18-48a7.71%207.71%200%200%201%201.42-6.73a8.26%208.26%200%200%201%206.58-3.18h31.5a8.26%208.26%200%200%201%206.58%203.18a7.71%207.71%200%200%201%201.4%206.73M72%20128a56.3%2056.3%200%200%200%202%2015a8%208%200%200%201-15.41%204.29a72%2072%200%201%201%20138.74%200A8%208%200%200%201%20182%20143a56%2056%200%201%200-110-15m160%200a103.92%20103.92%200%200%201-46.18%2086.46a8%208%200%200%201-8.9-13.3a88%2088%200%201%200-97.84%200a8%208%200%200%201-8.9%2013.3A104%20104%200%201%201%20232%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/apple-podcasts-logo.svg?color=%231a73e8&size=48