database multiple icon
database-multiple-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- database-multiple-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v6.253c.64-.112 1.312-.188 2-.226V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124V25c0 .114-.193.871-2.05 1.715c-1.474.67-3.552 1.156-5.95 1.263V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7M1 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 FluentDatabaseMultiple32Regular(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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v6.253c.64-.112 1.312-.188 2-.226V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124V25c0 .114-.193.871-2.05 1.715c-1.474.67-3.552 1.156-5.95 1.263V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7M1 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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v6.253c.64-.112 1.312-.188 2-.226V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124V25c0 .114-.193.871-2.05 1.715c-1.474.67-3.552 1.156-5.95 1.263V28c0 .784-.271 1.455-.648 1.997C22.266 29.914 27 27.708 27 25zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7M1 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-regular {
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%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v6.253c.64-.112%201.312-.188%202-.226V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124V25c0%20.114-.193.871-2.05%201.715c-1.474.67-3.552%201.156-5.95%201.263V28c0%20.784-.271%201.455-.648%201.997C22.266%2029.914%2027%2027.708%2027%2025zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207M1%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%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v6.253c.64-.112%201.312-.188%202-.226V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124V25c0%20.114-.193.871-2.05%201.715c-1.474.67-3.552%201.156-5.95%201.263V28c0%20.784-.271%201.455-.648%201.997C22.266%2029.914%2027%2027.708%2027%2025zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207M1%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-regular.svg?color=%231a73e8&size=48