Database Rabbit Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Database Rabbit 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/317544.svg" alt="Database Rabbit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317544.svg" alt="Database Rabbit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317544.svg" alt="Database Rabbit icon" :width="24" :height="24" />
CSS background
.icon-database-rabbit {
background-image: url('https://proicons.com/icon/317544.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" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M17.9434,20.7346c0-2.46,1.8623-3.6792,5.1279-3.6792h2.0464v-.8738c0-1.3337-.6665-2.1154-2.23-2.1154a3.1249,3.1249,0,0,0-2.7363,1.5175L18.4033,14.02a5.0544,5.0544,0,0,1,4.6909-2.3c3.2422,0,4.9668,1.54,4.9668,4.2771v5.6567h1.1958V24H27.624a2.184,2.184,0,0,1-2.23-2.07h-.1377c-.3912,1.5408-1.7017,2.3455-3.4952,2.3455C19.3232,24.2759,17.9434,22.8733,17.9434,20.7346Zm7.1743-.3218V18.8262H23.2324c-1.541,0-2.3.5288-2.3,1.4717v.3908c0,.9658.667,1.4488,1.8164,1.4488C24.06,22.1375,25.1177,21.54,25.1177,20.4128Z"/>
<path d="M6.9717,24H3.9365V7.95H11.18c2.92,0,4.7373,1.9316,4.7373,4.967a4.4237,4.4237,0,0,1-2.9893,4.553L16.2158,24h-3.38L9.8462,17.8145H6.9717Zm3.9092-8.738a1.689,1.689,0,0,0,1.8857-1.8167V12.3875a1.6723,1.6723,0,0,0-1.8857-1.7935H6.9717v4.668Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!