Disc Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Disc 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/305507.svg" alt="Disc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305507.svg" alt="Disc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305507.svg" alt="Disc icon" :width="24" :height="24" />
CSS background
.icon-disc {
background-image: url('https://proicons.com/icon/305507.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="M500 393c-59 0-107 48-107 107s48 107 107 107 107-48 107-107-48-107-107-107zm0 162c-30 0-55-25-55-55s25-55 55-55 55 25 55 55-25 55-55 55zm315-358c-25-26-53-49-83-68-67-42-147-67-232-67C258 62 63 258 63 500s195 438 437 438 438-196 438-438c0-118-47-225-123-303zM500 651c-83 0-151-68-151-151s68-151 151-151 151 68 151 151-68 151-151 151z"/></svg>
Disc in other icon packs
Copied!