Cassette Player Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cassette Player 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/305337.svg" alt="Cassette Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305337.svg" alt="Cassette Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305337.svg" alt="Cassette Player icon" :width="24" :height="24" />
CSS background
.icon-cassette-player {
background-image: url('https://proicons.com/icon/305337.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="M962 287h-94V146v-11c0-24-12-35-36-35H170c-8 0-16 0-23 4-11 7-15 17-15 30v153H38c-21 0-38 17-38 38v536c0 22 17 39 38 39h924c21 0 38-17 38-39V325c0-21-17-38-38-38zm-92 349c-1 43-36 77-79 77s-77-36-76-80c0-41 36-76 78-75 43 1 77 35 77 78zm-303-13c0 7-2 9-9 9-39-1-78-1-117 0-7 0-8-3-8-10v-65-63c0-6 1-9 8-9 39 1 78 1 117 0 6 0 9 1 9 9v129zm-281 13c-1 42-36 77-78 77-43 0-78-35-78-78s35-77 78-77 78 35 78 78zm-91-463c0-8 3-10 10-10h589c8 0 11 2 11 11v113H686v-28c0-17-14-32-31-32s-31 14-32 31v29h-91c0-9 0-18-1-27 0-19-13-32-30-33-18 0-32 14-32 33-1 9-1 18 0 27h-92v-27c0-18-14-33-31-33-18 0-32 15-32 33v27H195V173z"/></svg>
Copied!