itunes logo
itunes from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- itunes
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the itunes logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.977 23.999c-2.483 0-4.898-.777-6.954-2.262a11.93 11.93 0 0 1-4.814-7.806A11.95 11.95 0 0 1 2.3 4.994A11.85 11.85 0 0 1 10.08.159a11.83 11.83 0 0 1 8.896 2.104a11.93 11.93 0 0 1 4.815 7.807a11.96 11.96 0 0 1-2.091 8.937a11.86 11.86 0 0 1-7.78 4.835a12 12 0 0 1-1.943.157m-6.474-2.926a11.02 11.02 0 0 0 8.284 1.96a11.04 11.04 0 0 0 7.246-4.504c3.583-5.003 2.445-12.003-2.538-15.603a11.02 11.02 0 0 0-8.284-1.96A11.05 11.05 0 0 0 2.966 5.47C-.618 10.474.521 17.473 5.503 21.073m10.606-3.552a2.08 2.08 0 0 0 1.458-1.468l.062-.216l.008-5.786c.006-4.334 0-5.814-.024-5.895a.54.54 0 0 0-.118-.214a.5.5 0 0 0-.276-.073c-.073 0-.325.035-.56.078c-1.041.19-7.176 1.411-7.281 1.45a.8.8 0 0 0-.399.354l-.065.128s-.031 9.07-.078 9.172a.7.7 0 0 1-.376.35a9 9 0 0 1-.609.137c-1.231.245-1.688.421-2.075.801c-.22.216-.382.51-.453.82c-.067.294-.045.736.051 1.005c.1.281.262.521.473.71q.29.223.674.324c.563.144 1.618-.016 2.158-.328a2.4 2.4 0 0 0 .667-.629c.06-.089.15-.268.2-.399c.176-.456.181-8.581.204-8.683a.44.44 0 0 1 .32-.344c.147-.04 6.055-1.207 6.222-1.23c.146-.02.284.027.36.12a.3.3 0 0 1 .109.096c.048.07.051.213.058 2.785c.008 2.96.012 2.892-.149 3.079c-.117.136-.263.189-.864.31c-.914.188-1.226.276-1.576.447c-.437.213-.679.446-.867.835a1.6 1.6 0 0 0-.182.754c.001.49.169.871.55 1.245q.052.05.104.097c.192.148.387.238.633.294c.37.082 1.124.025 1.641-.126"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsItunes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.977 23.999c-2.483 0-4.898-.777-6.954-2.262a11.93 11.93 0 0 1-4.814-7.806A11.95 11.95 0 0 1 2.3 4.994A11.85 11.85 0 0 1 10.08.159a11.83 11.83 0 0 1 8.896 2.104a11.93 11.93 0 0 1 4.815 7.807a11.96 11.96 0 0 1-2.091 8.937a11.86 11.86 0 0 1-7.78 4.835a12 12 0 0 1-1.943.157m-6.474-2.926a11.02 11.02 0 0 0 8.284 1.96a11.04 11.04 0 0 0 7.246-4.504c3.583-5.003 2.445-12.003-2.538-15.603a11.02 11.02 0 0 0-8.284-1.96A11.05 11.05 0 0 0 2.966 5.47C-.618 10.474.521 17.473 5.503 21.073m10.606-3.552a2.08 2.08 0 0 0 1.458-1.468l.062-.216l.008-5.786c.006-4.334 0-5.814-.024-5.895a.54.54 0 0 0-.118-.214a.5.5 0 0 0-.276-.073c-.073 0-.325.035-.56.078c-1.041.19-7.176 1.411-7.281 1.45a.8.8 0 0 0-.399.354l-.065.128s-.031 9.07-.078 9.172a.7.7 0 0 1-.376.35a9 9 0 0 1-.609.137c-1.231.245-1.688.421-2.075.801c-.22.216-.382.51-.453.82c-.067.294-.045.736.051 1.005c.1.281.262.521.473.71q.29.223.674.324c.563.144 1.618-.016 2.158-.328a2.4 2.4 0 0 0 .667-.629c.06-.089.15-.268.2-.399c.176-.456.181-8.581.204-8.683a.44.44 0 0 1 .32-.344c.147-.04 6.055-1.207 6.222-1.23c.146-.02.284.027.36.12a.3.3 0 0 1 .109.096c.048.07.051.213.058 2.785c.008 2.96.012 2.892-.149 3.079c-.117.136-.263.189-.864.31c-.914.188-1.226.276-1.576.447c-.437.213-.679.446-.867.835a1.6 1.6 0 0 0-.182.754c.001.49.169.871.55 1.245q.052.05.104.097c.192.148.387.238.633.294c.37.082 1.124.025 1.641-.126"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.977 23.999c-2.483 0-4.898-.777-6.954-2.262a11.93 11.93 0 0 1-4.814-7.806A11.95 11.95 0 0 1 2.3 4.994A11.85 11.85 0 0 1 10.08.159a11.83 11.83 0 0 1 8.896 2.104a11.93 11.93 0 0 1 4.815 7.807a11.96 11.96 0 0 1-2.091 8.937a11.86 11.86 0 0 1-7.78 4.835a12 12 0 0 1-1.943.157m-6.474-2.926a11.02 11.02 0 0 0 8.284 1.96a11.04 11.04 0 0 0 7.246-4.504c3.583-5.003 2.445-12.003-2.538-15.603a11.02 11.02 0 0 0-8.284-1.96A11.05 11.05 0 0 0 2.966 5.47C-.618 10.474.521 17.473 5.503 21.073m10.606-3.552a2.08 2.08 0 0 0 1.458-1.468l.062-.216l.008-5.786c.006-4.334 0-5.814-.024-5.895a.54.54 0 0 0-.118-.214a.5.5 0 0 0-.276-.073c-.073 0-.325.035-.56.078c-1.041.19-7.176 1.411-7.281 1.45a.8.8 0 0 0-.399.354l-.065.128s-.031 9.07-.078 9.172a.7.7 0 0 1-.376.35a9 9 0 0 1-.609.137c-1.231.245-1.688.421-2.075.801c-.22.216-.382.51-.453.82c-.067.294-.045.736.051 1.005c.1.281.262.521.473.71q.29.223.674.324c.563.144 1.618-.016 2.158-.328a2.4 2.4 0 0 0 .667-.629c.06-.089.15-.268.2-.399c.176-.456.181-8.581.204-8.683a.44.44 0 0 1 .32-.344c.147-.04 6.055-1.207 6.222-1.23c.146-.02.284.027.36.12a.3.3 0 0 1 .109.096c.048.07.051.213.058 2.785c.008 2.96.012 2.892-.149 3.079c-.117.136-.263.189-.864.31c-.914.188-1.226.276-1.576.447c-.437.213-.679.446-.867.835a1.6 1.6 0 0 0-.182.754c.001.49.169.871.55 1.245q.052.05.104.097c.192.148.387.238.633.294c.37.082 1.124.025 1.641-.126"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.977%2023.999c-2.483%200-4.898-.777-6.954-2.262a11.93%2011.93%200%200%201-4.814-7.806A11.95%2011.95%200%200%201%202.3%204.994A11.85%2011.85%200%200%201%2010.08.159a11.83%2011.83%200%200%201%208.896%202.104a11.93%2011.93%200%200%201%204.815%207.807a11.96%2011.96%200%200%201-2.091%208.937a11.86%2011.86%200%200%201-7.78%204.835a12%2012%200%200%201-1.943.157m-6.474-2.926a11.02%2011.02%200%200%200%208.284%201.96a11.04%2011.04%200%200%200%207.246-4.504c3.583-5.003%202.445-12.003-2.538-15.603a11.02%2011.02%200%200%200-8.284-1.96A11.05%2011.05%200%200%200%202.966%205.47C-.618%2010.474.521%2017.473%205.503%2021.073m10.606-3.552a2.08%202.08%200%200%200%201.458-1.468l.062-.216l.008-5.786c.006-4.334%200-5.814-.024-5.895a.54.54%200%200%200-.118-.214a.5.5%200%200%200-.276-.073c-.073%200-.325.035-.56.078c-1.041.19-7.176%201.411-7.281%201.45a.8.8%200%200%200-.399.354l-.065.128s-.031%209.07-.078%209.172a.7.7%200%200%201-.376.35a9%209%200%200%201-.609.137c-1.231.245-1.688.421-2.075.801c-.22.216-.382.51-.453.82c-.067.294-.045.736.051%201.005c.1.281.262.521.473.71q.29.223.674.324c.563.144%201.618-.016%202.158-.328a2.4%202.4%200%200%200%20.667-.629c.06-.089.15-.268.2-.399c.176-.456.181-8.581.204-8.683a.44.44%200%200%201%20.32-.344c.147-.04%206.055-1.207%206.222-1.23c.146-.02.284.027.36.12a.3.3%200%200%201%20.109.096c.048.07.051.213.058%202.785c.008%202.96.012%202.892-.149%203.079c-.117.136-.263.189-.864.31c-.914.188-1.226.276-1.576.447c-.437.213-.679.446-.867.835a1.6%201.6%200%200%200-.182.754c.001.49.169.871.55%201.245q.052.05.104.097c.192.148.387.238.633.294c.37.082%201.124.025%201.641-.126%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.977%2023.999c-2.483%200-4.898-.777-6.954-2.262a11.93%2011.93%200%200%201-4.814-7.806A11.95%2011.95%200%200%201%202.3%204.994A11.85%2011.85%200%200%201%2010.08.159a11.83%2011.83%200%200%201%208.896%202.104a11.93%2011.93%200%200%201%204.815%207.807a11.96%2011.96%200%200%201-2.091%208.937a11.86%2011.86%200%200%201-7.78%204.835a12%2012%200%200%201-1.943.157m-6.474-2.926a11.02%2011.02%200%200%200%208.284%201.96a11.04%2011.04%200%200%200%207.246-4.504c3.583-5.003%202.445-12.003-2.538-15.603a11.02%2011.02%200%200%200-8.284-1.96A11.05%2011.05%200%200%200%202.966%205.47C-.618%2010.474.521%2017.473%205.503%2021.073m10.606-3.552a2.08%202.08%200%200%200%201.458-1.468l.062-.216l.008-5.786c.006-4.334%200-5.814-.024-5.895a.54.54%200%200%200-.118-.214a.5.5%200%200%200-.276-.073c-.073%200-.325.035-.56.078c-1.041.19-7.176%201.411-7.281%201.45a.8.8%200%200%200-.399.354l-.065.128s-.031%209.07-.078%209.172a.7.7%200%200%201-.376.35a9%209%200%200%201-.609.137c-1.231.245-1.688.421-2.075.801c-.22.216-.382.51-.453.82c-.067.294-.045.736.051%201.005c.1.281.262.521.473.71q.29.223.674.324c.563.144%201.618-.016%202.158-.328a2.4%202.4%200%200%200%20.667-.629c.06-.089.15-.268.2-.399c.176-.456.181-8.581.204-8.683a.44.44%200%200%201%20.32-.344c.147-.04%206.055-1.207%206.222-1.23c.146-.02.284.027.36.12a.3.3%200%200%201%20.109.096c.048.07.051.213.058%202.785c.008%202.96.012%202.892-.149%203.079c-.117.136-.263.189-.864.31c-.914.188-1.226.276-1.576.447c-.437.213-.679.446-.867.835a1.6%201.6%200%200%200-.182.754c.001.49.169.871.55%201.245q.052.05.104.097c.192.148.387.238.633.294c.37.082%201.124.025%201.641-.126%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/itunes.svg?color=%231a73e8&size=48