itunes logo
itunes from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- itunes
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome Brands
Use the itunes logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 144.3c-62.2-1.5-120.2 30.9-151.7 84.5s-31.5 120.1.1 173.7c31.5 53.6 89.6 85.8 151.8 84.3c62.2 1.5 120.2-30.9 151.7-84.5s31.5-120.1-.1-173.7c-31.5-53.6-89.6-85.8-151.8-84.3m79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8c-12.1 2.2-22.2 2.8-31.9-5c-11.8-10-12-26.4-1.4-36.8c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c3.2-3.6 2.2-2 2.2-80.8c0-5.6-2.7-7.1-8.4-6.1c-4 .7-91.9 17.1-91.9 17.1c-5 1.1-6.7 2.6-6.7 8.3c0 116.1.5 110.8-1.2 118.5c-2.1 9-7.6 15.8-14.9 19.6c-8.3 4.6-23.4 6.6-31.4 5.2c-21.4-4-28.9-28.7-14.4-42.9c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c5-5.7.9-127 2.6-133.7c.4-2.6 1.5-4.8 3.5-6.4c2.1-1.7 5.8-2.7 6.7-2.7c101-19 113.3-21.4 115.1-21.4c5.7-.4 9 3 9 8.7c-.1 170.6.4 161.4-1 167.6M441.2 96H198.8C141.9 96 96 141.9 96 198.8v242.4C96 498.1 141.9 544 198.8 544h242.4c57 0 102.8-45.9 102.8-102.8V198.8C544 141.9 498.1 96 441.2 96m-121.6 27c106.3 0 192.5 86.2 192.5 192.5S425.9 508 319.6 508s-192.5-86.2-192.5-192.5S213.3 123 319.6 123"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsItunes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 144.3c-62.2-1.5-120.2 30.9-151.7 84.5s-31.5 120.1.1 173.7c31.5 53.6 89.6 85.8 151.8 84.3c62.2 1.5 120.2-30.9 151.7-84.5s31.5-120.1-.1-173.7c-31.5-53.6-89.6-85.8-151.8-84.3m79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8c-12.1 2.2-22.2 2.8-31.9-5c-11.8-10-12-26.4-1.4-36.8c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c3.2-3.6 2.2-2 2.2-80.8c0-5.6-2.7-7.1-8.4-6.1c-4 .7-91.9 17.1-91.9 17.1c-5 1.1-6.7 2.6-6.7 8.3c0 116.1.5 110.8-1.2 118.5c-2.1 9-7.6 15.8-14.9 19.6c-8.3 4.6-23.4 6.6-31.4 5.2c-21.4-4-28.9-28.7-14.4-42.9c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c5-5.7.9-127 2.6-133.7c.4-2.6 1.5-4.8 3.5-6.4c2.1-1.7 5.8-2.7 6.7-2.7c101-19 113.3-21.4 115.1-21.4c5.7-.4 9 3 9 8.7c-.1 170.6.4 161.4-1 167.6M441.2 96H198.8C141.9 96 96 141.9 96 198.8v242.4C96 498.1 141.9 544 198.8 544h242.4c57 0 102.8-45.9 102.8-102.8V198.8C544 141.9 498.1 96 441.2 96m-121.6 27c106.3 0 192.5 86.2 192.5 192.5S425.9 508 319.6 508s-192.5-86.2-192.5-192.5S213.3 123 319.6 123"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 144.3c-62.2-1.5-120.2 30.9-151.7 84.5s-31.5 120.1.1 173.7c31.5 53.6 89.6 85.8 151.8 84.3c62.2 1.5 120.2-30.9 151.7-84.5s31.5-120.1-.1-173.7c-31.5-53.6-89.6-85.8-151.8-84.3m79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8c-12.1 2.2-22.2 2.8-31.9-5c-11.8-10-12-26.4-1.4-36.8c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c3.2-3.6 2.2-2 2.2-80.8c0-5.6-2.7-7.1-8.4-6.1c-4 .7-91.9 17.1-91.9 17.1c-5 1.1-6.7 2.6-6.7 8.3c0 116.1.5 110.8-1.2 118.5c-2.1 9-7.6 15.8-14.9 19.6c-8.3 4.6-23.4 6.6-31.4 5.2c-21.4-4-28.9-28.7-14.4-42.9c8.4-8 20.3-9.6 38-12.8c3-.5 5.6-1.2 7.7-3.7c5-5.7.9-127 2.6-133.7c.4-2.6 1.5-4.8 3.5-6.4c2.1-1.7 5.8-2.7 6.7-2.7c101-19 113.3-21.4 115.1-21.4c5.7-.4 9 3 9 8.7c-.1 170.6.4 161.4-1 167.6M441.2 96H198.8C141.9 96 96 141.9 96 198.8v242.4C96 498.1 141.9 544 198.8 544h242.4c57 0 102.8-45.9 102.8-102.8V198.8C544 141.9 498.1 96 441.2 96m-121.6 27c106.3 0 192.5 86.2 192.5 192.5S425.9 508 319.6 508s-192.5-86.2-192.5-192.5S213.3 123 319.6 123"/></svg> </template>
CSS
.icon-itunes {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.6%20144.3c-62.2-1.5-120.2%2030.9-151.7%2084.5s-31.5%20120.1.1%20173.7c31.5%2053.6%2089.6%2085.8%20151.8%2084.3c62.2%201.5%20120.2-30.9%20151.7-84.5s31.5-120.1-.1-173.7c-31.5-53.6-89.6-85.8-151.8-84.3m79.4%20240c-3.2%2013.6-13.5%2021.2-27.3%2023.8c-12.1%202.2-22.2%202.8-31.9-5c-11.8-10-12-26.4-1.4-36.8c8.4-8%2020.3-9.6%2038-12.8c3-.5%205.6-1.2%207.7-3.7c3.2-3.6%202.2-2%202.2-80.8c0-5.6-2.7-7.1-8.4-6.1c-4%20.7-91.9%2017.1-91.9%2017.1c-5%201.1-6.7%202.6-6.7%208.3c0%20116.1.5%20110.8-1.2%20118.5c-2.1%209-7.6%2015.8-14.9%2019.6c-8.3%204.6-23.4%206.6-31.4%205.2c-21.4-4-28.9-28.7-14.4-42.9c8.4-8%2020.3-9.6%2038-12.8c3-.5%205.6-1.2%207.7-3.7c5-5.7.9-127%202.6-133.7c.4-2.6%201.5-4.8%203.5-6.4c2.1-1.7%205.8-2.7%206.7-2.7c101-19%20113.3-21.4%20115.1-21.4c5.7-.4%209%203%209%208.7c-.1%20170.6.4%20161.4-1%20167.6M441.2%2096H198.8C141.9%2096%2096%20141.9%2096%20198.8v242.4C96%20498.1%20141.9%20544%20198.8%20544h242.4c57%200%20102.8-45.9%20102.8-102.8V198.8C544%20141.9%20498.1%2096%20441.2%2096m-121.6%2027c106.3%200%20192.5%2086.2%20192.5%20192.5S425.9%20508%20319.6%20508s-192.5-86.2-192.5-192.5S213.3%20123%20319.6%20123%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.6%20144.3c-62.2-1.5-120.2%2030.9-151.7%2084.5s-31.5%20120.1.1%20173.7c31.5%2053.6%2089.6%2085.8%20151.8%2084.3c62.2%201.5%20120.2-30.9%20151.7-84.5s31.5-120.1-.1-173.7c-31.5-53.6-89.6-85.8-151.8-84.3m79.4%20240c-3.2%2013.6-13.5%2021.2-27.3%2023.8c-12.1%202.2-22.2%202.8-31.9-5c-11.8-10-12-26.4-1.4-36.8c8.4-8%2020.3-9.6%2038-12.8c3-.5%205.6-1.2%207.7-3.7c3.2-3.6%202.2-2%202.2-80.8c0-5.6-2.7-7.1-8.4-6.1c-4%20.7-91.9%2017.1-91.9%2017.1c-5%201.1-6.7%202.6-6.7%208.3c0%20116.1.5%20110.8-1.2%20118.5c-2.1%209-7.6%2015.8-14.9%2019.6c-8.3%204.6-23.4%206.6-31.4%205.2c-21.4-4-28.9-28.7-14.4-42.9c8.4-8%2020.3-9.6%2038-12.8c3-.5%205.6-1.2%207.7-3.7c5-5.7.9-127%202.6-133.7c.4-2.6%201.5-4.8%203.5-6.4c2.1-1.7%205.8-2.7%206.7-2.7c101-19%20113.3-21.4%20115.1-21.4c5.7-.4%209%203%209%208.7c-.1%20170.6.4%20161.4-1%20167.6M441.2%2096H198.8C141.9%2096%2096%20141.9%2096%20198.8v242.4C96%20498.1%20141.9%20544%20198.8%20544h242.4c57%200%20102.8-45.9%20102.8-102.8V198.8C544%20141.9%20498.1%2096%20441.2%2096m-121.6%2027c106.3%200%20192.5%2086.2%20192.5%20192.5S425.9%20508%20319.6%20508s-192.5-86.2-192.5-192.5S213.3%20123%20319.6%20123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/itunes.svg?color=%231a73e8&size=48