database icon
database-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- database-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
database-filledAnt Design IconsdatabaseBootstrap IconsdatabaseCatppuccin IconsdatabaseCodiconsdatabaseFont Awesome 6 SoliddatabaseFont Awesome SoliddatabaseFeather Iconsdatabase-outlineFlowbite Iconsdatabase-16Fluent UI System Color Iconsdatabasecss.ggdatabaseHealth IconsdatabaseHuge IconsdatabaseHumbleiconsdatabaseIconoirdatabaseJam IconsdatabaseLine AwesomedatabaseLucidedatabaseMage IconsdatabaseMajesticonsdatabaseMaterial Icon ThemedatabaseMaterial SymbolsdatabaseMaterial Symbols LightdatabaseMaterial Design IconsdatabaseMyna UI 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-multiple-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 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 7v18c0 2.761 4.925 5 11 5s11-2.239 11-5zm-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 7m0 2.876V25c0 .114-.193.871-2.05 1.715C21.276 27.477 18.82 28 16 28s-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabase32Regular(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 7v18c0 2.761 4.925 5 11 5s11-2.239 11-5zm-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 7m0 2.876V25c0 .114-.193.871-2.05 1.715C21.276 27.477 18.82 28 16 28s-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124"/></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 7v18c0 2.761 4.925 5 11 5s11-2.239 11-5zm-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 7m0 2.876V25c0 .114-.193.871-2.05 1.715C21.276 27.477 18.82 28 16 28s-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124"/></svg> </template>
CSS
.icon-database-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%207v18c0%202.761%204.925%205%2011%205s11-2.239%2011-5zm-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%207m0%202.876V25c0%20.114-.193.871-2.05%201.715C21.276%2027.477%2018.82%2028%2016%2028s-5.275-.523-6.95-1.285C7.192%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124%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%207v18c0%202.761%204.925%205%2011%205s11-2.239%2011-5zm-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%207m0%202.876V25c0%20.114-.193.871-2.05%201.715C21.276%2027.477%2018.82%2028%2016%2028s-5.275-.523-6.95-1.285C7.192%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-32-regular.svg?color=%231a73e8&size=48