Ipod Touch Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ipod Touch icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305913.svg" alt="Ipod Touch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305913.svg" alt="Ipod Touch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305913.svg" alt="Ipod Touch icon" :width="24" :height="24" />
CSS background
.icon-ipod-touch {
background-image: url('https://proicons.com/icon/305913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M682 0H318c-41 0-74 33-74 74v852c0 41 33 74 74 74h364c41 0 74-33 74-74V74c0-41-33-74-74-74zM503 959c-27 0-48-22-48-48s21-49 48-49 48 22 48 49-22 48-48 48zm217-134H280V169h440v656z"/></svg>
Copied!