Dlthub Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dlthub 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/314126.svg" alt="Dlthub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314126.svg" alt="Dlthub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314126.svg" alt="Dlthub icon" :width="24" :height="24" />
CSS background
.icon-dlthub {
background-image: url('https://proicons.com/icon/314126.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>dlthub</title><path d="M24 11.498h-1.008v3.01H24Zm-3.024 0h2.016v-1.004h-2.016V8.487h-1.008v7.025h3.024v-1.004h-2.016zm-2.986 3.01h-2.016v1.004h3.024v-5.017H17.99zm-2.016-4.013h-1.008v4.014h1.008zm-2.985 1.003h-2.016v-3.01H9.965v7.024h1.008v-3.01h2.016v3.01h1.008V8.488h-1.008zm-11.981 0H0v3.01h1.008zm2.016-1.003H1.008v1.003h2.016v3.01H1.008v1.004h3.024V8.488H3.024zM5 15.512h1.01V8.488H5.001Zm2.986-7.024H6.98v6.02h1.008v-3.01h1.008v-1.003H7.987zm1.008 6.02H7.987v1.004h1.008z"/></svg>
Copied!