Database Remove Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Database Remove 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/305485.svg" alt="Database Remove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305485.svg" alt="Database Remove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305485.svg" alt="Database Remove icon" :width="24" :height="24" />
CSS background
.icon-database-remove {
background-image: url('https://proicons.com/icon/305485.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="M849 670c-23-23-53-37-87-38h-5c-36 0-68 14-91 38-24 23-39 55-39 91 0 19 4 36 11 52 7 15 16 29 28 40 23 23 55 38 91 38 72 0 130-58 130-130 0-36-15-68-38-91zm-32 108H697v-34h120v34zM474 433c199 0 360-59 360-131V194c0-73-161-132-360-132s-360 59-360 132v108c0 72 161 131 360 131zm0 251c44 0 87-3 126-9 30-53 87-89 152-89 22 0 42 4 61 11 14-14 21-29 21-45 0 0 1-175 0-178-13 68-170 122-360 122s-347-54-360-122c-1 3 0 178 0 178 0 73 161 132 360 132zm103 78c0-6 0-12 1-18-33 4-68 6-104 6-190 0-347-54-361-122v178c0 73 162 131 361 131 72 0 138-7 194-21-54-29-91-88-91-154z"/></svg>
Copied!