apple music logo
apple-music from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- apple-music
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the apple music logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.63V7.45a8 8 0 0 0-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76 3.76 0 0 0-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8 8 0 0 0-1.18-.1H7.47c-.39.01-.79.03-1.18.1c-.4.07-.76.19-1.12.37c-.71.36-1.29.94-1.65 1.65c-.18.36-.3.73-.37 1.12s-.09.79-.1 1.18v9.1c.01.39.03.79.1 1.18c.07.4.19.76.37 1.12c.36.71.94 1.29 1.65 1.65c.36.18.73.3 1.12.37s.79.09 1.18.1h9.11c.39-.01.79-.03 1.18-.1c.4-.07.76-.19 1.12-.37a3.76 3.76 0 0 0 1.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82 6.08c0 .23 0 .43-.05.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23c-.42.08-.7.1-.97.05a1.3 1.3 0 0 1-.65-.33c-.26-.24-.42-.56-.45-.89c-.04-.39.09-.81.38-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33c-.21.04-4.65.94-4.65.94c-.25.06-.34.14-.34.45v5.81c0 .23-.01.43-.06.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23c-.41.08-.7.1-.97.05c-.26-.05-.47-.17-.65-.33c-.26-.24-.41-.56-.44-.89c-.04-.39.08-.81.37-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09 0-.15.01-.18c.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08 5.35-1.08c.05 0 .43-.08.48-.08c.29-.02.45.16.45.47z"/></svg>
React
import type { SVGProps } from "react";
export function BxlAppleMusic(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="M21 8.63V7.45a8 8 0 0 0-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76 3.76 0 0 0-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8 8 0 0 0-1.18-.1H7.47c-.39.01-.79.03-1.18.1c-.4.07-.76.19-1.12.37c-.71.36-1.29.94-1.65 1.65c-.18.36-.3.73-.37 1.12s-.09.79-.1 1.18v9.1c.01.39.03.79.1 1.18c.07.4.19.76.37 1.12c.36.71.94 1.29 1.65 1.65c.36.18.73.3 1.12.37s.79.09 1.18.1h9.11c.39-.01.79-.03 1.18-.1c.4-.07.76-.19 1.12-.37a3.76 3.76 0 0 0 1.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82 6.08c0 .23 0 .43-.05.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23c-.42.08-.7.1-.97.05a1.3 1.3 0 0 1-.65-.33c-.26-.24-.42-.56-.45-.89c-.04-.39.09-.81.38-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33c-.21.04-4.65.94-4.65.94c-.25.06-.34.14-.34.45v5.81c0 .23-.01.43-.06.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23c-.41.08-.7.1-.97.05c-.26-.05-.47-.17-.65-.33c-.26-.24-.41-.56-.44-.89c-.04-.39.08-.81.37-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09 0-.15.01-.18c.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08 5.35-1.08c.05 0 .43-.08.48-.08c.29-.02.45.16.45.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.63V7.45a8 8 0 0 0-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76 3.76 0 0 0-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8 8 0 0 0-1.18-.1H7.47c-.39.01-.79.03-1.18.1c-.4.07-.76.19-1.12.37c-.71.36-1.29.94-1.65 1.65c-.18.36-.3.73-.37 1.12s-.09.79-.1 1.18v9.1c.01.39.03.79.1 1.18c.07.4.19.76.37 1.12c.36.71.94 1.29 1.65 1.65c.36.18.73.3 1.12.37s.79.09 1.18.1h9.11c.39-.01.79-.03 1.18-.1c.4-.07.76-.19 1.12-.37a3.76 3.76 0 0 0 1.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82 6.08c0 .23 0 .43-.05.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23c-.42.08-.7.1-.97.05a1.3 1.3 0 0 1-.65-.33c-.26-.24-.42-.56-.45-.89c-.04-.39.09-.81.38-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33c-.21.04-4.65.94-4.65.94c-.25.06-.34.14-.34.45v5.81c0 .23-.01.43-.06.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23c-.41.08-.7.1-.97.05c-.26-.05-.47-.17-.65-.33c-.26-.24-.41-.56-.44-.89c-.04-.39.08-.81.37-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09 0-.15.01-.18c.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08 5.35-1.08c.05 0 .43-.08.48-.08c.29-.02.45.16.45.47z"/></svg> </template>
CSS
.icon-apple-music {
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%22M21%208.63V7.45a8%208%200%200%200-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76%203.76%200%200%200-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8%208%200%200%200-1.18-.1H7.47c-.39.01-.79.03-1.18.1c-.4.07-.76.19-1.12.37c-.71.36-1.29.94-1.65%201.65c-.18.36-.3.73-.37%201.12s-.09.79-.1%201.18v9.1c.01.39.03.79.1%201.18c.07.4.19.76.37%201.12c.36.71.94%201.29%201.65%201.65c.36.18.73.3%201.12.37s.79.09%201.18.1h9.11c.39-.01.79-.03%201.18-.1c.4-.07.76-.19%201.12-.37a3.76%203.76%200%200%200%201.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82%206.08c0%20.23%200%20.43-.05.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23c-.42.08-.7.1-.97.05a1.3%201.3%200%200%201-.65-.33c-.26-.24-.42-.56-.45-.89c-.04-.39.09-.81.38-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33c-.21.04-4.65.94-4.65.94c-.25.06-.34.14-.34.45v5.81c0%20.23-.01.43-.06.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23c-.41.08-.7.1-.97.05c-.26-.05-.47-.17-.65-.33c-.26-.24-.41-.56-.44-.89c-.04-.39.08-.81.37-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09%200-.15.01-.18c.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08%205.35-1.08c.05%200%20.43-.08.48-.08c.29-.02.45.16.45.47z%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%22M21%208.63V7.45a8%208%200%200%200-.1-1.18c-.07-.4-.19-.76-.37-1.12a3.76%203.76%200%200%200-1.65-1.65c-.36-.18-.73-.3-1.12-.37a8%208%200%200%200-1.18-.1H7.47c-.39.01-.79.03-1.18.1c-.4.07-.76.19-1.12.37c-.71.36-1.29.94-1.65%201.65c-.18.36-.3.73-.37%201.12s-.09.79-.1%201.18v9.1c.01.39.03.79.1%201.18c.07.4.19.76.37%201.12c.36.71.94%201.29%201.65%201.65c.36.18.73.3%201.12.37s.79.09%201.18.1h9.11c.39-.01.79-.03%201.18-.1c.4-.07.76-.19%201.12-.37a3.76%203.76%200%200%200%201.65-1.65c.18-.36.3-.73.37-1.12s.09-.79.1-1.18V8.62Zm-4.82%206.08c0%20.23%200%20.43-.05.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.18-.62.23c-.42.08-.7.1-.97.05a1.3%201.3%200%200%201-.65-.33c-.26-.24-.42-.56-.45-.89c-.04-.39.09-.81.38-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.11-.29.11-.45V9.08c0-.3-.14-.39-.43-.33c-.21.04-4.65.94-4.65.94c-.25.06-.34.14-.34.45v5.81c0%20.23-.01.43-.06.66c-.05.22-.13.43-.26.62s-.3.34-.49.46c-.2.12-.4.19-.62.23c-.41.08-.7.1-.97.05c-.26-.05-.47-.17-.65-.33c-.26-.24-.41-.56-.44-.89c-.04-.39.08-.81.37-1.12c.15-.16.34-.28.58-.38c.26-.1.55-.16.99-.25l.35-.07c.15-.03.28-.07.39-.2s.12-.28.12-.44v-6.7c0-.09%200-.15.01-.18c.02-.14.08-.26.18-.35q.12-.105.33-.15s5.35-1.08%205.35-1.08c.05%200%20.43-.08.48-.08c.29-.02.45.16.45.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/apple-music.svg?color=%231a73e8&size=48