itunes note logo
itunes-note from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- itunes-note
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the itunes note logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M509.9 452.2c-6.4 27.4-27.2 42.8-55.1 48c-24.5 4.5-44.9 5.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c6.4-7.2 4.4-4.1 4.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2 1.4-185.7 34.6-185.7 34.6c-10.2 2.2-13.4 5.2-13.4 16.7c0 234.7 1.1 223.9-2.5 239.5c-4.2 18.2-15.4 31.9-30.2 39.5c-16.8 9.3-47.2 13.4-63.4 10.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c10.1-11.5 1.8-256.6 5.2-270.2c.8-5.2 3-9.6 7.1-12.9c4.2-3.5 11.8-5.5 13.4-5.5c204-38.2 228.9-43.1 232.4-43.1c11.5-.8 18.1 6 18.1 17.6c.2 344.5 1.1 326-1.8 338.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsItunesNote(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="M509.9 452.2c-6.4 27.4-27.2 42.8-55.1 48c-24.5 4.5-44.9 5.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c6.4-7.2 4.4-4.1 4.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2 1.4-185.7 34.6-185.7 34.6c-10.2 2.2-13.4 5.2-13.4 16.7c0 234.7 1.1 223.9-2.5 239.5c-4.2 18.2-15.4 31.9-30.2 39.5c-16.8 9.3-47.2 13.4-63.4 10.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c10.1-11.5 1.8-256.6 5.2-270.2c.8-5.2 3-9.6 7.1-12.9c4.2-3.5 11.8-5.5 13.4-5.5c204-38.2 228.9-43.1 232.4-43.1c11.5-.8 18.1 6 18.1 17.6c.2 344.5 1.1 326-1.8 338.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M509.9 452.2c-6.4 27.4-27.2 42.8-55.1 48c-24.5 4.5-44.9 5.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c6.4-7.2 4.4-4.1 4.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2 1.4-185.7 34.6-185.7 34.6c-10.2 2.2-13.4 5.2-13.4 16.7c0 234.7 1.1 223.9-2.5 239.5c-4.2 18.2-15.4 31.9-30.2 39.5c-16.8 9.3-47.2 13.4-63.4 10.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c10.1-11.5 1.8-256.6 5.2-270.2c.8-5.2 3-9.6 7.1-12.9c4.2-3.5 11.8-5.5 13.4-5.5c204-38.2 228.9-43.1 232.4-43.1c11.5-.8 18.1 6 18.1 17.6c.2 344.5 1.1 326-1.8 338.5"/></svg> </template>
CSS
.icon-itunes-note {
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%22M509.9%20452.2c-6.4%2027.4-27.2%2042.8-55.1%2048c-24.5%204.5-44.9%205.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2%2040.9-19.5%2076.8-25.8c6-1.1%2011.2-2.5%2015.6-7.4c6.4-7.2%204.4-4.1%204.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2%201.4-185.7%2034.6-185.7%2034.6c-10.2%202.2-13.4%205.2-13.4%2016.7c0%20234.7%201.1%20223.9-2.5%20239.5c-4.2%2018.2-15.4%2031.9-30.2%2039.5c-16.8%209.3-47.2%2013.4-63.4%2010.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2%2040.9-19.5%2076.8-25.8c6-1.1%2011.2-2.5%2015.6-7.4c10.1-11.5%201.8-256.6%205.2-270.2c.8-5.2%203-9.6%207.1-12.9c4.2-3.5%2011.8-5.5%2013.4-5.5c204-38.2%20228.9-43.1%20232.4-43.1c11.5-.8%2018.1%206%2018.1%2017.6c.2%20344.5%201.1%20326-1.8%20338.5%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%22M509.9%20452.2c-6.4%2027.4-27.2%2042.8-55.1%2048c-24.5%204.5-44.9%205.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2%2040.9-19.5%2076.8-25.8c6-1.1%2011.2-2.5%2015.6-7.4c6.4-7.2%204.4-4.1%204.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2%201.4-185.7%2034.6-185.7%2034.6c-10.2%202.2-13.4%205.2-13.4%2016.7c0%20234.7%201.1%20223.9-2.5%20239.5c-4.2%2018.2-15.4%2031.9-30.2%2039.5c-16.8%209.3-47.2%2013.4-63.4%2010.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2%2040.9-19.5%2076.8-25.8c6-1.1%2011.2-2.5%2015.6-7.4c10.1-11.5%201.8-256.6%205.2-270.2c.8-5.2%203-9.6%207.1-12.9c4.2-3.5%2011.8-5.5%2013.4-5.5c204-38.2%20228.9-43.1%20232.4-43.1c11.5-.8%2018.1%206%2018.1%2017.6c.2%20344.5%201.1%20326-1.8%20338.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/itunes-note.svg?color=%231a73e8&size=48