database multiple icon
database-multiple-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- database-multiple-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
database-arrow-down-20-filleddatabase-arrow-right-16-filleddatabase-arrow-up-16-filleddatabase-checkmark-16-filleddatabase-lightning-20-filleddatabase-link-20-filleddatabase-person-20-filleddatabase-plug-connected-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m0 6.253v-2.377c.726.615 1.571 1.106 2.394 1.48a16 16 0 0 0 1.808.683Q8.61 13 8 13c-1.039 0-2.052.087-3 .253m19.606-.897C22.3 13.404 19.256 14 16 14a26 26 0 0 1-2.718-.142c.414.154.808.33 1.173.529c1.067.58 2.423 1.67 2.537 3.379L17 17.76V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25V10.876c-.726.615-1.571 1.106-2.394 1.48M1 28c0 .546.34 1.059.936 1.5C3.146 30.397 5.41 31 8 31c3.866 0 7-1.343 7-3v-7.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622A16.5 16.5 0 0 1 8 22.5c-2.086 0-4.046-.36-5.54-1A7 7 0 0 1 1 20.673zm10.5-7.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 8 15c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabaseMultiple32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m0 6.253v-2.377c.726.615 1.571 1.106 2.394 1.48a16 16 0 0 0 1.808.683Q8.61 13 8 13c-1.039 0-2.052.087-3 .253m19.606-.897C22.3 13.404 19.256 14 16 14a26 26 0 0 1-2.718-.142c.414.154.808.33 1.173.529c1.067.58 2.423 1.67 2.537 3.379L17 17.76V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25V10.876c-.726.615-1.571 1.106-2.394 1.48M1 28c0 .546.34 1.059.936 1.5C3.146 30.397 5.41 31 8 31c3.866 0 7-1.343 7-3v-7.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622A16.5 16.5 0 0 1 8 22.5c-2.086 0-4.046-.36-5.54-1A7 7 0 0 1 1 20.673zm10.5-7.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 8 15c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m0 6.253v-2.377c.726.615 1.571 1.106 2.394 1.48a16 16 0 0 0 1.808.683Q8.61 13 8 13c-1.039 0-2.052.087-3 .253m19.606-.897C22.3 13.404 19.256 14 16 14a26 26 0 0 1-2.718-.142c.414.154.808.33 1.173.529c1.067.58 2.423 1.67 2.537 3.379L17 17.76V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25V10.876c-.726.615-1.571 1.106-2.394 1.48M1 28c0 .546.34 1.059.936 1.5C3.146 30.397 5.41 31 8 31c3.866 0 7-1.343 7-3v-7.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622A16.5 16.5 0 0 1 8 22.5c-2.086 0-4.046-.36-5.54-1A7 7 0 0 1 1 20.673zm10.5-7.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 8 15c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg> </template>
CSS
.icon-database-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207c0-2.761%204.925-5%2011-5s11%202.239%2011%205s-4.925%205-11%205S5%209.761%205%207m0%206.253v-2.377c.726.615%201.571%201.106%202.394%201.48a16%2016%200%200%200%201.808.683Q8.61%2013%208%2013c-1.039%200-2.052.087-3%20.253m19.606-.897C22.3%2013.404%2019.256%2014%2016%2014a26%2026%200%200%201-2.718-.142c.414.154.808.33%201.173.529c1.067.58%202.423%201.67%202.537%203.379L17%2017.76V28c0%20.784-.271%201.455-.648%201.997C22.266%2029.914%2027%2027.708%2027%2025V10.876c-.726.615-1.571%201.106-2.394%201.48M1%2028c0%20.546.34%201.059.936%201.5C3.146%2030.397%205.41%2031%208%2031c3.866%200%207-1.343%207-3v-7.327a7%207%200%200%201-1.46.827l-.04.017c-.6.254-1.274.463-2%20.622A16.5%2016.5%200%200%201%208%2022.5c-2.086%200-4.046-.36-5.54-1A7%207%200%200%201%201%2020.673zm10.5-7.401c.772-.192%201.45-.445%202-.743c.94-.51%201.5-1.155%201.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7%2014.7%200%200%200%208%2015c-3.866%200-7%201.343-7%203s3.134%203%207%203c1.275%200%202.47-.146%203.5-.401%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207c0-2.761%204.925-5%2011-5s11%202.239%2011%205s-4.925%205-11%205S5%209.761%205%207m0%206.253v-2.377c.726.615%201.571%201.106%202.394%201.48a16%2016%200%200%200%201.808.683Q8.61%2013%208%2013c-1.039%200-2.052.087-3%20.253m19.606-.897C22.3%2013.404%2019.256%2014%2016%2014a26%2026%200%200%201-2.718-.142c.414.154.808.33%201.173.529c1.067.58%202.423%201.67%202.537%203.379L17%2017.76V28c0%20.784-.271%201.455-.648%201.997C22.266%2029.914%2027%2027.708%2027%2025V10.876c-.726.615-1.571%201.106-2.394%201.48M1%2028c0%20.546.34%201.059.936%201.5C3.146%2030.397%205.41%2031%208%2031c3.866%200%207-1.343%207-3v-7.327a7%207%200%200%201-1.46.827l-.04.017c-.6.254-1.274.463-2%20.622A16.5%2016.5%200%200%201%208%2022.5c-2.086%200-4.046-.36-5.54-1A7%207%200%200%201%201%2020.673zm10.5-7.401c.772-.192%201.45-.445%202-.743c.94-.51%201.5-1.155%201.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7%2014.7%200%200%200%208%2015c-3.866%200-7%201.343-7%203s3.134%203%207%203c1.275%200%202.47-.146%203.5-.401%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-multiple-32-filled.svg?color=%231a73e8&size=48