Digg Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Digg 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/305498.svg" alt="Digg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305498.svg" alt="Digg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305498.svg" alt="Digg icon" :width="24" :height="24" />
CSS background
.icon-digg {
background-image: url('https://proicons.com/icon/305498.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="M218 189v155H63v312h243V189h-88zm-68 389V422h68v156h-68zm175-234h88v312h-88V344zm0-155h88v87h-88v-87zm360 155H451v312h146v68H451v87h234V344zM539 578V422h58v156h-58zm399-234H704v312h156v68H704v87h234V344zm-78 234h-68V422h68v156z"/></svg>
Copied!