database icon
database-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- database-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
database-filledAnt Design IconsdatabaseBootstrap IconsdatabaseCatppuccin IconsdatabaseCodiconsdatabaseFont Awesome 6 SoliddatabaseFont Awesome SoliddatabaseFeather Iconsdatabase-outlineFlowbite Iconsdatabase-16-filledFluent UI System Iconsdatabase-16Fluent UI System Color Iconsdatabasecss.ggdatabaseHealth IconsdatabaseHuge IconsdatabaseHumbleiconsdatabaseIconoirdatabaseJam IconsdatabaseLine AwesomedatabaseLucidedatabaseMage IconsdatabaseMajesticonsdatabaseMaterial Icon ThemedatabaseMaterial SymbolsdatabaseMaterial Symbols LightdatabaseMaterial Design Icons
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C16.4183 22 20 20.2091 20 18V12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6V12V18C4 20.2091 7.58172 22 12 22Z" opacity=".5"/><path d="M12 10C16.4183 10 20 8.20914 20 6C20 3.79086 16.4183 2 12 2C7.58172 2 4 3.79086 4 6C4 8.20914 7.58172 10 12 10Z"/><path d="M4 6V12C4 14.2091 7.58172 16 12 16C16.4183 16 20 14.2091 20 12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDatabaseBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C16.4183 22 20 20.2091 20 18V12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6V12V18C4 20.2091 7.58172 22 12 22Z" opacity=".5"/><path d="M12 10C16.4183 10 20 8.20914 20 6C20 3.79086 16.4183 2 12 2C7.58172 2 4 3.79086 4 6C4 8.20914 7.58172 10 12 10Z"/><path d="M4 6V12C4 14.2091 7.58172 16 12 16C16.4183 16 20 14.2091 20 12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22C16.4183 22 20 20.2091 20 18V12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6V12V18C4 20.2091 7.58172 22 12 22Z" opacity=".5"/><path d="M12 10C16.4183 10 20 8.20914 20 6C20 3.79086 16.4183 2 12 2C7.58172 2 4 3.79086 4 6C4 8.20914 7.58172 10 12 10Z"/><path d="M4 6V12C4 14.2091 7.58172 16 12 16C16.4183 16 20 14.2091 20 12V6C20 8.20914 16.4183 10 12 10C7.58172 10 4 8.20914 4 6Z" opacity=".5"/></g></svg> </template>
CSS
.icon-database-bold-duotone {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022C16.4183%2022%2020%2020.2091%2020%2018V12V6C20%208.20914%2016.4183%2010%2012%2010C7.58172%2010%204%208.20914%204%206V12V18C4%2020.2091%207.58172%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2010C16.4183%2010%2020%208.20914%2020%206C20%203.79086%2016.4183%202%2012%202C7.58172%202%204%203.79086%204%206C4%208.20914%207.58172%2010%2012%2010Z%22%2F%3E%3Cpath%20d%3D%22M4%206V12C4%2014.2091%207.58172%2016%2012%2016C16.4183%2016%2020%2014.2091%2020%2012V6C20%208.20914%2016.4183%2010%2012%2010C7.58172%2010%204%208.20914%204%206Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022C16.4183%2022%2020%2020.2091%2020%2018V12V6C20%208.20914%2016.4183%2010%2012%2010C7.58172%2010%204%208.20914%204%206V12V18C4%2020.2091%207.58172%2022%2012%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2010C16.4183%2010%2020%208.20914%2020%206C20%203.79086%2016.4183%202%2012%202C7.58172%202%204%203.79086%204%206C4%208.20914%207.58172%2010%2012%2010Z%22%2F%3E%3Cpath%20d%3D%22M4%206V12C4%2014.2091%207.58172%2016%2012%2016C16.4183%2016%2020%2014.2091%2020%2012V6C20%208.20914%2016.4183%2010%2012%2010C7.58172%2010%204%208.20914%204%206Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/database-bold-duotone.svg?color=%231a73e8&size=48