/at%0A----------------apple-touch-icon.png

Apple Touch Icon.png — Asset Specification

🍎
FormatPNG (Portable Network Graphics)
Resolution180 × 180 px
File Size4.18 KB
Color SpacesRGB IEC61966-2.1
Alpha Channel8-bit Transparency
Scale Factor3x (Retina Display)

Download Matrix

180×180 (iOS) 152×152 (iPad) 120×120 (Legacy) SVG Vector ZIP Bundle

Implementation Snippets

<!-- HTML / Meta -->
<link rel="apple-touch-icon" href="/at%0A----------------apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="/at%0A----------------apple-touch-icon.png" sizes="32x32">

<!-- CSS / Background -->
.icon-ref {
  background-image: url('/at%0A----------------apple-touch-icon.png');
  background-size: contain;
  width: 48px; height: 48px;
}

Platform Behavior Notes