itunes from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
itunes
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the itunes logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.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.6M345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32M223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsItunes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.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.6M345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32M223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.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.6M345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32M223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M223.6%2080.3C129%2080.3%2052.5%20157%2052.5%20251.5S129%20422.8%20223.6%20422.8s171.2-76.7%20171.2-171.2c0-94.6-76.7-171.3-171.2-171.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.6M345.2%2032H102.8C45.9%2032%200%2077.9%200%20134.8v242.4C0%20434.1%2045.9%20480%20102.8%20480h242.4c57%200%20102.8-45.9%20102.8-102.8V134.8C448%2077.9%20402.1%2032%20345.2%2032M223.6%20444c-106.3%200-192.5-86.2-192.5-192.5S117.3%2059%20223.6%2059s192.5%2086.2%20192.5%20192.5S329.9%20444%20223.6%20444%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M223.6%2080.3C129%2080.3%2052.5%20157%2052.5%20251.5S129%20422.8%20223.6%20422.8s171.2-76.7%20171.2-171.2c0-94.6-76.7-171.3-171.2-171.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.6M345.2%2032H102.8C45.9%2032%200%2077.9%200%20134.8v242.4C0%20434.1%2045.9%20480%20102.8%20480h242.4c57%200%20102.8-45.9%20102.8-102.8V134.8C448%2077.9%20402.1%2032%20345.2%2032M223.6%20444c-106.3%200-192.5-86.2-192.5-192.5S117.3%2059%20223.6%2059s192.5%2086.2%20192.5%20192.5S329.9%20444%20223.6%20444%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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