Digg Icon
Free SVG icon from the Simple Icons 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/314107.svg" alt="Digg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314107.svg" alt="Digg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314107.svg" alt="Digg icon" :width="24" :height="24" />
CSS background
.icon-digg {
background-image: url('https://proicons.com/icon/314107.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Digg</title><path d="M17.76 8.16v8.16h3.84v.96h-3.84v1.92H24V8.16h-6.24zm-7.2 0v8.16h3.84v.96h-3.84v1.92h6.24V8.16h-6.24zM3.84 4.8v3.36H0v8.16h6.24V4.8h-2.4zM9.6 8.16H7.2v8.16h2.4V8.16zm12 6.24h-1.44v-4.32h1.44v4.32zm-17.76 0H2.4v-4.32h1.44v4.32zm10.56 0h-1.44v-4.32h1.44v4.32zM9.6 4.8H7.2v2.4h2.4V4.8z"/></svg>
Copied!