apple podcasts logo icon
apple-podcasts-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- apple-podcasts-logo-thin
- Set
- Phosphor
- Style
- Thin
- 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="M147.26 140.3a28 28 0 1 0-38.52 0a20.12 20.12 0 0 0-12.54 7.52a19.67 19.67 0 0 0-3.58 17.05l12.18 48A20.17 20.17 0 0 0 124.44 228h7.12a20.17 20.17 0 0 0 19.64-15.13l12.18-48a19.67 19.67 0 0 0-3.58-17.05a20.12 20.12 0 0 0-12.54-7.52M108 120a20 20 0 1 1 20 20a20 20 0 0 1-20-20m47.63 42.9l-12.18 48a12.19 12.19 0 0 1-11.89 9.1h-7.12a12.19 12.19 0 0 1-11.89-9.1l-12.18-48a11.76 11.76 0 0 1 2.14-10.17a12.24 12.24 0 0 1 9.74-4.73h31.5a12.24 12.24 0 0 1 9.74 4.73a11.76 11.76 0 0 1 2.14 10.17M188 128a60 60 0 1 0-117.81 16.11a4 4 0 1 1-7.71 2.14a68 68 0 1 1 131 0a4 4 0 0 1-3.85 2.93a4 4 0 0 1-1.07-.14a4 4 0 0 1-2.79-4.93A60.2 60.2 0 0 0 188 128m40 0a99.92 99.92 0 0 1-44.4 83.13a4 4 0 0 1-4.46-6.64a92 92 0 1 0-102.28 0a4 4 0 0 1-4.46 6.64A100 100 0 1 1 228 128"/></svg>
React
import type { SVGProps } from "react";
export function PhApplePodcastsLogoThin(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="M147.26 140.3a28 28 0 1 0-38.52 0a20.12 20.12 0 0 0-12.54 7.52a19.67 19.67 0 0 0-3.58 17.05l12.18 48A20.17 20.17 0 0 0 124.44 228h7.12a20.17 20.17 0 0 0 19.64-15.13l12.18-48a19.67 19.67 0 0 0-3.58-17.05a20.12 20.12 0 0 0-12.54-7.52M108 120a20 20 0 1 1 20 20a20 20 0 0 1-20-20m47.63 42.9l-12.18 48a12.19 12.19 0 0 1-11.89 9.1h-7.12a12.19 12.19 0 0 1-11.89-9.1l-12.18-48a11.76 11.76 0 0 1 2.14-10.17a12.24 12.24 0 0 1 9.74-4.73h31.5a12.24 12.24 0 0 1 9.74 4.73a11.76 11.76 0 0 1 2.14 10.17M188 128a60 60 0 1 0-117.81 16.11a4 4 0 1 1-7.71 2.14a68 68 0 1 1 131 0a4 4 0 0 1-3.85 2.93a4 4 0 0 1-1.07-.14a4 4 0 0 1-2.79-4.93A60.2 60.2 0 0 0 188 128m40 0a99.92 99.92 0 0 1-44.4 83.13a4 4 0 0 1-4.46-6.64a92 92 0 1 0-102.28 0a4 4 0 0 1-4.46 6.64A100 100 0 1 1 228 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="M147.26 140.3a28 28 0 1 0-38.52 0a20.12 20.12 0 0 0-12.54 7.52a19.67 19.67 0 0 0-3.58 17.05l12.18 48A20.17 20.17 0 0 0 124.44 228h7.12a20.17 20.17 0 0 0 19.64-15.13l12.18-48a19.67 19.67 0 0 0-3.58-17.05a20.12 20.12 0 0 0-12.54-7.52M108 120a20 20 0 1 1 20 20a20 20 0 0 1-20-20m47.63 42.9l-12.18 48a12.19 12.19 0 0 1-11.89 9.1h-7.12a12.19 12.19 0 0 1-11.89-9.1l-12.18-48a11.76 11.76 0 0 1 2.14-10.17a12.24 12.24 0 0 1 9.74-4.73h31.5a12.24 12.24 0 0 1 9.74 4.73a11.76 11.76 0 0 1 2.14 10.17M188 128a60 60 0 1 0-117.81 16.11a4 4 0 1 1-7.71 2.14a68 68 0 1 1 131 0a4 4 0 0 1-3.85 2.93a4 4 0 0 1-1.07-.14a4 4 0 0 1-2.79-4.93A60.2 60.2 0 0 0 188 128m40 0a99.92 99.92 0 0 1-44.4 83.13a4 4 0 0 1-4.46-6.64a92 92 0 1 0-102.28 0a4 4 0 0 1-4.46 6.64A100 100 0 1 1 228 128"/></svg> </template>
CSS
.icon-apple-podcasts-logo-thin {
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%22M147.26%20140.3a28%2028%200%201%200-38.52%200a20.12%2020.12%200%200%200-12.54%207.52a19.67%2019.67%200%200%200-3.58%2017.05l12.18%2048A20.17%2020.17%200%200%200%20124.44%20228h7.12a20.17%2020.17%200%200%200%2019.64-15.13l12.18-48a19.67%2019.67%200%200%200-3.58-17.05a20.12%2020.12%200%200%200-12.54-7.52M108%20120a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m47.63%2042.9l-12.18%2048a12.19%2012.19%200%200%201-11.89%209.1h-7.12a12.19%2012.19%200%200%201-11.89-9.1l-12.18-48a11.76%2011.76%200%200%201%202.14-10.17a12.24%2012.24%200%200%201%209.74-4.73h31.5a12.24%2012.24%200%200%201%209.74%204.73a11.76%2011.76%200%200%201%202.14%2010.17M188%20128a60%2060%200%201%200-117.81%2016.11a4%204%200%201%201-7.71%202.14a68%2068%200%201%201%20131%200a4%204%200%200%201-3.85%202.93a4%204%200%200%201-1.07-.14a4%204%200%200%201-2.79-4.93A60.2%2060.2%200%200%200%20188%20128m40%200a99.92%2099.92%200%200%201-44.4%2083.13a4%204%200%200%201-4.46-6.64a92%2092%200%201%200-102.28%200a4%204%200%200%201-4.46%206.64A100%20100%200%201%201%20228%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%22M147.26%20140.3a28%2028%200%201%200-38.52%200a20.12%2020.12%200%200%200-12.54%207.52a19.67%2019.67%200%200%200-3.58%2017.05l12.18%2048A20.17%2020.17%200%200%200%20124.44%20228h7.12a20.17%2020.17%200%200%200%2019.64-15.13l12.18-48a19.67%2019.67%200%200%200-3.58-17.05a20.12%2020.12%200%200%200-12.54-7.52M108%20120a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m47.63%2042.9l-12.18%2048a12.19%2012.19%200%200%201-11.89%209.1h-7.12a12.19%2012.19%200%200%201-11.89-9.1l-12.18-48a11.76%2011.76%200%200%201%202.14-10.17a12.24%2012.24%200%200%201%209.74-4.73h31.5a12.24%2012.24%200%200%201%209.74%204.73a11.76%2011.76%200%200%201%202.14%2010.17M188%20128a60%2060%200%201%200-117.81%2016.11a4%204%200%201%201-7.71%202.14a68%2068%200%201%201%20131%200a4%204%200%200%201-3.85%202.93a4%204%200%200%201-1.07-.14a4%204%200%200%201-2.79-4.93A60.2%2060.2%200%200%200%20188%20128m40%200a99.92%2099.92%200%200%201-44.4%2083.13a4%204%200%200%201-4.46-6.64a92%2092%200%201%200-102.28%200a4%204%200%200%201-4.46%206.64A100%20100%200%201%201%20228%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-thin.svg?color=%231a73e8&size=48