Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon Request: icon-applemusic #10500

Open
adhesiv opened this issue Jan 10, 2017 · 8 comments
Open

Icon Request: icon-applemusic #10500

adhesiv opened this issue Jan 10, 2017 · 8 comments

Comments

@adhesiv
Copy link

adhesiv commented Jan 10, 2017

Would like to request a new icon for Apple Music.

This would be used to link out to playlists, songs, added to footers, product pages etc.

@rmkane
Copy link

rmkane commented Jan 12, 2017

You could simply combine a music note with an apple, square, or circle.

<span class="fa-apple-music fa-stack">
  <i class="fa fa-apple fa-stack-2x"></i>
  <i class="fa fa-music fa-stack-1x"></i>
</span>

<span class="fa-apple-music fa-stack">
  <i class="fa fa-square fa-stack-2x"></i>
  <i class="fa fa-music fa-stack-1x"></i>
</span>

<span class="fa-apple-music-o fa-stack">
  <i class="fa fa-square-o fa-stack-2x"></i>
  <i class="fa fa-music fa-stack-1x"></i>
</span>

<span class="fa-apple-music fa-stack">
  <i class="fa fa-circle fa-stack-2x"></i>
  <i class="fa fa-music fa-stack-1x"></i>
</span>

<span class="fa-apple-music-o fa-stack">
  <i class="fa fa-circle-thin fa-stack-2x"></i>
  <i class="fa fa-music fa-stack-1x"></i>
</span>
.fa-apple-music .fa-music:before {
  content: '\266B';
}
.fa-apple-music .fa-music {
  color: #FFFFFF;
}
.fa-apple-music-o .fa-music {
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.90rem;
}

apple-music

➥ JSFiddle Demo

@LukeLambert
Copy link

LukeLambert commented May 30, 2018

Apple provides an official Apple Music icon to be used "alongside other social media icons that are similar in shape or size". Like the Spotify icon, an Apple Music icon would be very useful for music industry sites.

Apple Music icon

@heismauri
Copy link

+1

2 similar comments
@fishbucket
Copy link

+1

@alex-osman
Copy link

+1

@universewrld
Copy link

+1

@jminguely
Copy link

+1

@switchupcb
Copy link

This request has been open for 3 years @tagliala. The @rmkane versions are not encouraged by Apple: https://www.apple.com/itunes/marketing-on-music/identity-guidelines.html#apple-music-icon.

Itunes (fa-itunes-note) is technically a separate entity than Apple Music; which is why it's listed as a mistake for the Apple Music Icon. This makes #15149 misleading. Then, there is #16138 made in 2020 with no response. If we are considering Itunes to be Apple Music, this is actually a bug. Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests