database icon

database-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
database-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

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="M20 18C20 20.2091 16.4183 22 12 22C7.58172 22 4 20.2091 4 18V13.974C4.50221 14.5906 5.21495 15.1029 6.00774 15.4992C7.58004 16.2854 9.69967 16.75 12 16.75C14.3003 16.75 16.42 16.2854 17.9923 15.4992C18.7851 15.1029 19.4978 14.5906 20 13.974V18Z"/><path d="M12 10.75C14.3003 10.75 16.42 10.2854 17.9923 9.49925C18.7851 9.10285 19.4978 8.59059 20 7.97397V12C20 12.5 18.2143 13.5911 17.3214 14.1576C15.9983 14.8192 14.118 15.25 12 15.25C9.88205 15.25 8.00168 14.8192 6.67856 14.1576C5.5 13.5683 4 12.5 4 12V7.97397C4.50221 8.59059 5.21495 9.10285 6.00774 9.49925C7.58004 10.2854 9.69967 10.75 12 10.75Z"/><path d="M17.3214 8.15761C15.9983 8.81917 14.118 9.25 12 9.25C9.88205 9.25 8.00168 8.81917 6.67856 8.15761C6.16384 7.95596 5.00637 7.31492 4.2015 6.27935C4.06454 6.10313 4.00576 5.87853 4.03988 5.65798C4.06283 5.50969 4.0948 5.35695 4.13578 5.26226C4.82815 3.40554 8.0858 2 12 2C15.9142 2 19.1718 3.40554 19.8642 5.26226C19.9052 5.35695 19.9372 5.50969 19.9601 5.65798C19.9942 5.87853 19.9355 6.10313 19.7985 6.27935C18.9936 7.31492 17.8362 7.95596 17.3214 8.15761Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDatabaseBold(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="M20 18C20 20.2091 16.4183 22 12 22C7.58172 22 4 20.2091 4 18V13.974C4.50221 14.5906 5.21495 15.1029 6.00774 15.4992C7.58004 16.2854 9.69967 16.75 12 16.75C14.3003 16.75 16.42 16.2854 17.9923 15.4992C18.7851 15.1029 19.4978 14.5906 20 13.974V18Z"/><path d="M12 10.75C14.3003 10.75 16.42 10.2854 17.9923 9.49925C18.7851 9.10285 19.4978 8.59059 20 7.97397V12C20 12.5 18.2143 13.5911 17.3214 14.1576C15.9983 14.8192 14.118 15.25 12 15.25C9.88205 15.25 8.00168 14.8192 6.67856 14.1576C5.5 13.5683 4 12.5 4 12V7.97397C4.50221 8.59059 5.21495 9.10285 6.00774 9.49925C7.58004 10.2854 9.69967 10.75 12 10.75Z"/><path d="M17.3214 8.15761C15.9983 8.81917 14.118 9.25 12 9.25C9.88205 9.25 8.00168 8.81917 6.67856 8.15761C6.16384 7.95596 5.00637 7.31492 4.2015 6.27935C4.06454 6.10313 4.00576 5.87853 4.03988 5.65798C4.06283 5.50969 4.0948 5.35695 4.13578 5.26226C4.82815 3.40554 8.0858 2 12 2C15.9142 2 19.1718 3.40554 19.8642 5.26226C19.9052 5.35695 19.9372 5.50969 19.9601 5.65798C19.9942 5.87853 19.9355 6.10313 19.7985 6.27935C18.9936 7.31492 17.8362 7.95596 17.3214 8.15761Z"/></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="M20 18C20 20.2091 16.4183 22 12 22C7.58172 22 4 20.2091 4 18V13.974C4.50221 14.5906 5.21495 15.1029 6.00774 15.4992C7.58004 16.2854 9.69967 16.75 12 16.75C14.3003 16.75 16.42 16.2854 17.9923 15.4992C18.7851 15.1029 19.4978 14.5906 20 13.974V18Z"/><path d="M12 10.75C14.3003 10.75 16.42 10.2854 17.9923 9.49925C18.7851 9.10285 19.4978 8.59059 20 7.97397V12C20 12.5 18.2143 13.5911 17.3214 14.1576C15.9983 14.8192 14.118 15.25 12 15.25C9.88205 15.25 8.00168 14.8192 6.67856 14.1576C5.5 13.5683 4 12.5 4 12V7.97397C4.50221 8.59059 5.21495 9.10285 6.00774 9.49925C7.58004 10.2854 9.69967 10.75 12 10.75Z"/><path d="M17.3214 8.15761C15.9983 8.81917 14.118 9.25 12 9.25C9.88205 9.25 8.00168 8.81917 6.67856 8.15761C6.16384 7.95596 5.00637 7.31492 4.2015 6.27935C4.06454 6.10313 4.00576 5.87853 4.03988 5.65798C4.06283 5.50969 4.0948 5.35695 4.13578 5.26226C4.82815 3.40554 8.0858 2 12 2C15.9142 2 19.1718 3.40554 19.8642 5.26226C19.9052 5.35695 19.9372 5.50969 19.9601 5.65798C19.9942 5.87853 19.9355 6.10313 19.7985 6.27935C18.9936 7.31492 17.8362 7.95596 17.3214 8.15761Z"/></g></svg>
</template>

CSS

.icon-database-bold {
  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%22M20%2018C20%2020.2091%2016.4183%2022%2012%2022C7.58172%2022%204%2020.2091%204%2018V13.974C4.50221%2014.5906%205.21495%2015.1029%206.00774%2015.4992C7.58004%2016.2854%209.69967%2016.75%2012%2016.75C14.3003%2016.75%2016.42%2016.2854%2017.9923%2015.4992C18.7851%2015.1029%2019.4978%2014.5906%2020%2013.974V18Z%22%2F%3E%3Cpath%20d%3D%22M12%2010.75C14.3003%2010.75%2016.42%2010.2854%2017.9923%209.49925C18.7851%209.10285%2019.4978%208.59059%2020%207.97397V12C20%2012.5%2018.2143%2013.5911%2017.3214%2014.1576C15.9983%2014.8192%2014.118%2015.25%2012%2015.25C9.88205%2015.25%208.00168%2014.8192%206.67856%2014.1576C5.5%2013.5683%204%2012.5%204%2012V7.97397C4.50221%208.59059%205.21495%209.10285%206.00774%209.49925C7.58004%2010.2854%209.69967%2010.75%2012%2010.75Z%22%2F%3E%3Cpath%20d%3D%22M17.3214%208.15761C15.9983%208.81917%2014.118%209.25%2012%209.25C9.88205%209.25%208.00168%208.81917%206.67856%208.15761C6.16384%207.95596%205.00637%207.31492%204.2015%206.27935C4.06454%206.10313%204.00576%205.87853%204.03988%205.65798C4.06283%205.50969%204.0948%205.35695%204.13578%205.26226C4.82815%203.40554%208.0858%202%2012%202C15.9142%202%2019.1718%203.40554%2019.8642%205.26226C19.9052%205.35695%2019.9372%205.50969%2019.9601%205.65798C19.9942%205.87853%2019.9355%206.10313%2019.7985%206.27935C18.9936%207.31492%2017.8362%207.95596%2017.3214%208.15761Z%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%22M20%2018C20%2020.2091%2016.4183%2022%2012%2022C7.58172%2022%204%2020.2091%204%2018V13.974C4.50221%2014.5906%205.21495%2015.1029%206.00774%2015.4992C7.58004%2016.2854%209.69967%2016.75%2012%2016.75C14.3003%2016.75%2016.42%2016.2854%2017.9923%2015.4992C18.7851%2015.1029%2019.4978%2014.5906%2020%2013.974V18Z%22%2F%3E%3Cpath%20d%3D%22M12%2010.75C14.3003%2010.75%2016.42%2010.2854%2017.9923%209.49925C18.7851%209.10285%2019.4978%208.59059%2020%207.97397V12C20%2012.5%2018.2143%2013.5911%2017.3214%2014.1576C15.9983%2014.8192%2014.118%2015.25%2012%2015.25C9.88205%2015.25%208.00168%2014.8192%206.67856%2014.1576C5.5%2013.5683%204%2012.5%204%2012V7.97397C4.50221%208.59059%205.21495%209.10285%206.00774%209.49925C7.58004%2010.2854%209.69967%2010.75%2012%2010.75Z%22%2F%3E%3Cpath%20d%3D%22M17.3214%208.15761C15.9983%208.81917%2014.118%209.25%2012%209.25C9.88205%209.25%208.00168%208.81917%206.67856%208.15761C6.16384%207.95596%205.00637%207.31492%204.2015%206.27935C4.06454%206.10313%204.00576%205.87853%204.03988%205.65798C4.06283%205.50969%204.0948%205.35695%204.13578%205.26226C4.82815%203.40554%208.0858%202%2012%202C15.9142%202%2019.1718%203.40554%2019.8642%205.26226C19.9052%205.35695%2019.9372%205.50969%2019.9601%205.65798C19.9942%205.87853%2019.9355%206.10313%2019.7985%206.27935C18.9936%207.31492%2017.8362%207.95596%2017.3214%208.15761Z%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.svg?color=%231a73e8&size=48