Used to define a custom icon for web applications when added to the home screen on Apple devices. This icon represents the application and improves its appearance on the device screen.
<link rel="apple-touch-icon" sizes="180x180" href="/path/to/icon.png"><link rel="apple-touch-icon" sizes="76x76" href="/path/to/small-icon.png"><link rel="apple-touch-icon" href="/path/to/icon.svg"><link rel="apple-touch-icon-precomposed" href="/path/to/icon.png">