Gramophone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gramophone 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/326750.svg" alt="Gramophone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326750.svg" alt="Gramophone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326750.svg" alt="Gramophone icon" :width="24" :height="24" />
CSS background
.icon-gramophone {
background-image: url('https://proicons.com/icon/326750.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="c"><path class="d" d="M5.2062,18.0773L23.1957,7.5916c.4512-.2648,1.0005-.255,1.4419,0l18.1562,10.6622c.4414.255.7062.7259.7062,1.2359v9.289c0,.5101-.2746.9809-.716,1.2359l-18.0777,10.3974c-.4414.255-.9809.255-1.4223,0L5.216,30.0343c-.4414-.255-.716-.7259-.716-1.2359v-9.4754c0-.5199.2648-.9907.7062-1.2457Z"/><path class="d" d="M24.2452,25.1201h3.5606l9.8187-5.954-1.8735-1.4713"/><ellipse class="d" cx="23.2349" cy="17.5084" rx="3.0113" ry="1.5008"/><ellipse class="d" cx="23.2349" cy="17.5084" rx="7.4155" ry="3.6979"/></g></svg>
Copied!