Accessibility • Add and to your SVG • Add ARIA and and other aria attributes • Add • Add attribute to fallback images • Add text inside object tag tab-index="0" role="img" alt object title description
@media only screen and (min-width: 60em) and (min-height:37em) { ! .icon {background-position: center -2100px;} ! } @media only screen and (min-width: 55em) and (min-height:33em) { ! .icon {background-position: center -1800px;} ! } @media only screen and (min-width: 50em) Responsive Icons (SVG)
<br/>/* Hide all of the icons first. */<br/>.icon {<br/>display: none;<br/>}<br/>!<br/>/* Display the first one. */<br/>#home_icon_0 {<br/>display: block;<br/>}<br/>!<br/>!<br/>