FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.49k stars 12.2k forks source link

Icon Request: icon-applemusic #10500

Open adhesiv opened 7 years ago

adhesiv commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

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 commented 5 years ago

+1

fishbucket commented 5 years ago

+1

alex-osman commented 5 years ago

+1

universewrld commented 4 years ago

+1

jminguely commented 3 years ago

+1

switchupcb commented 2 years ago

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 https://github.com/FortAwesome/Font-Awesome/issues/15149 misleading. Then, there is https://github.com/FortAwesome/Font-Awesome/issues/16138 made in 2020 with no response. If we are considering Itunes to be Apple Music, this is actually a bug. Any update?