database fill up icon

database-fill-up from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
database-fill-up
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the database fill up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m.354-5.854l1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1"/><path d="M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905"/></g></svg>

React

import type { SVGProps } from "react";

export function BiDatabaseFillUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m.354-5.854l1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1"/><path d="M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m.354-5.854l1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1"/><path d="M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905"/></g></svg>
</template>

CSS

.icon-database-fill-up {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2016a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m.354-5.854l1.5%201.5a.5.5%200%200%201-.708.708L13%2011.707V14.5a.5.5%200%200%201-1%200v-2.793l-.646.647a.5.5%200%200%201-.708-.708l1.5-1.5a.5.5%200%200%201%20.708%200M8%201c-1.573%200-3.022.289-4.096.777C2.875%202.245%202%202.993%202%204s.875%201.755%201.904%202.223C4.978%206.711%206.427%207%208%207s3.022-.289%204.096-.777C13.125%205.755%2014%205.007%2014%204s-.875-1.755-1.904-2.223C11.022%201.289%209.573%201%208%201%22%2F%3E%3Cpath%20d%3D%22M2%207v-.839c.457.432%201.004.751%201.49.972C4.722%207.693%206.318%208%208%208s3.278-.307%204.51-.867c.486-.22%201.033-.54%201.49-.972V7c0%20.424-.155.802-.411%201.133a4.51%204.51%200%200%200-4.815%201.843A12%2012%200%200%201%208%2010c-1.573%200-3.022-.289-4.096-.777C2.875%208.755%202%208.007%202%207m6.257%203.998L8%2011c-1.682%200-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V10c0%201.007.875%201.755%201.904%202.223C4.978%2012.711%206.427%2013%208%2013h.027a4.55%204.55%200%200%201%20.23-2.002m-.002%203L8%2014c-1.682%200-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V13c0%201.007.875%201.755%201.904%202.223C4.978%2015.711%206.427%2016%208%2016c.536%200%201.058-.034%201.555-.097a4.5%204.5%200%200%201-1.3-1.905%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%2016a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m.354-5.854l1.5%201.5a.5.5%200%200%201-.708.708L13%2011.707V14.5a.5.5%200%200%201-1%200v-2.793l-.646.647a.5.5%200%200%201-.708-.708l1.5-1.5a.5.5%200%200%201%20.708%200M8%201c-1.573%200-3.022.289-4.096.777C2.875%202.245%202%202.993%202%204s.875%201.755%201.904%202.223C4.978%206.711%206.427%207%208%207s3.022-.289%204.096-.777C13.125%205.755%2014%205.007%2014%204s-.875-1.755-1.904-2.223C11.022%201.289%209.573%201%208%201%22%2F%3E%3Cpath%20d%3D%22M2%207v-.839c.457.432%201.004.751%201.49.972C4.722%207.693%206.318%208%208%208s3.278-.307%204.51-.867c.486-.22%201.033-.54%201.49-.972V7c0%20.424-.155.802-.411%201.133a4.51%204.51%200%200%200-4.815%201.843A12%2012%200%200%201%208%2010c-1.573%200-3.022-.289-4.096-.777C2.875%208.755%202%208.007%202%207m6.257%203.998L8%2011c-1.682%200-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V10c0%201.007.875%201.755%201.904%202.223C4.978%2012.711%206.427%2013%208%2013h.027a4.55%204.55%200%200%201%20.23-2.002m-.002%203L8%2014c-1.682%200-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972V13c0%201.007.875%201.755%201.904%202.223C4.978%2015.711%206.427%2016%208%2016c.536%200%201.058-.034%201.555-.097a4.5%204.5%200%200%201-1.3-1.905%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/database-fill-up.svg?color=%231a73e8&size=48