Logo Digg Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Logo 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/318292.svg" alt="Logo Digg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318292.svg" alt="Logo Digg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318292.svg" alt="Logo Digg icon" :width="24" :height="24" />
CSS background
.icon-logo-digg {
background-image: url('https://proicons.com/icon/318292.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>logo--digg</title><path d="M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z"/><rect x="10.4" y="11.52" width="2.8" height="9.52"/><rect x="10.4" y="7.6" width="2.8" height="2.8"/><path d="M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z"/><path d="M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!