database-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
database-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.05 6.09C15.917 4.778 19.79 4 24 4s8.083.778 10.95 2.09C37.707 7.352 40 9.35 40 12s-2.293 4.648-5.05 5.91C32.083 19.22 28.21 20 24 20s-8.083-.779-10.95-2.09C10.293 16.648 8 14.65 8 12s2.293-4.648 5.05-5.91M8 17.524c1.206 1.174 2.677 2.05 4.01 2.659C15.272 21.676 19.515 22.5 24 22.5s8.728-.824 11.99-2.317c1.333-.61 2.804-1.485 4.01-2.659V36.25h-.007c-.139 2.527-2.373 4.438-5.043 5.66C32.083 43.222 28.21 44 24 44s-8.083-.779-10.95-2.09c-2.67-1.222-4.904-3.133-5.043-5.66H8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabase48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.05 6.09C15.917 4.778 19.79 4 24 4s8.083.778 10.95 2.09C37.707 7.352 40 9.35 40 12s-2.293 4.648-5.05 5.91C32.083 19.22 28.21 20 24 20s-8.083-.779-10.95-2.09C10.293 16.648 8 14.65 8 12s2.293-4.648 5.05-5.91M8 17.524c1.206 1.174 2.677 2.05 4.01 2.659C15.272 21.676 19.515 22.5 24 22.5s8.728-.824 11.99-2.317c1.333-.61 2.804-1.485 4.01-2.659V36.25h-.007c-.139 2.527-2.373 4.438-5.043 5.66C32.083 43.222 28.21 44 24 44s-8.083-.779-10.95-2.09c-2.67-1.222-4.904-3.133-5.043-5.66H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.05 6.09C15.917 4.778 19.79 4 24 4s8.083.778 10.95 2.09C37.707 7.352 40 9.35 40 12s-2.293 4.648-5.05 5.91C32.083 19.22 28.21 20 24 20s-8.083-.779-10.95-2.09C10.293 16.648 8 14.65 8 12s2.293-4.648 5.05-5.91M8 17.524c1.206 1.174 2.677 2.05 4.01 2.659C15.272 21.676 19.515 22.5 24 22.5s8.728-.824 11.99-2.317c1.333-.61 2.804-1.485 4.01-2.659V36.25h-.007c-.139 2.527-2.373 4.438-5.043 5.66C32.083 43.222 28.21 44 24 44s-8.083-.779-10.95-2.09c-2.67-1.222-4.904-3.133-5.043-5.66H8z"/></svg>
</template>

CSS

.icon-database-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.05%206.09C15.917%204.778%2019.79%204%2024%204s8.083.778%2010.95%202.09C37.707%207.352%2040%209.35%2040%2012s-2.293%204.648-5.05%205.91C32.083%2019.22%2028.21%2020%2024%2020s-8.083-.779-10.95-2.09C10.293%2016.648%208%2014.65%208%2012s2.293-4.648%205.05-5.91M8%2017.524c1.206%201.174%202.677%202.05%204.01%202.659C15.272%2021.676%2019.515%2022.5%2024%2022.5s8.728-.824%2011.99-2.317c1.333-.61%202.804-1.485%204.01-2.659V36.25h-.007c-.139%202.527-2.373%204.438-5.043%205.66C32.083%2043.222%2028.21%2044%2024%2044s-8.083-.779-10.95-2.09c-2.67-1.222-4.904-3.133-5.043-5.66H8z%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.05%206.09C15.917%204.778%2019.79%204%2024%204s8.083.778%2010.95%202.09C37.707%207.352%2040%209.35%2040%2012s-2.293%204.648-5.05%205.91C32.083%2019.22%2028.21%2020%2024%2020s-8.083-.779-10.95-2.09C10.293%2016.648%208%2014.65%208%2012s2.293-4.648%205.05-5.91M8%2017.524c1.206%201.174%202.677%202.05%204.01%202.659C15.272%2021.676%2019.515%2022.5%2024%2022.5s8.728-.824%2011.99-2.317c1.333-.61%202.804-1.485%204.01-2.659V36.25h-.007c-.139%202.527-2.373%204.438-5.043%205.66C32.083%2043.222%2028.21%2044%2024%2044s-8.083-.779-10.95-2.09c-2.67-1.222-4.904-3.133-5.043-5.66H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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