database-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
database-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v10c0 1.007-.875 1.755-1.904 2.223C13.022 17.71 11.573 18 10 18s-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m10 1.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687s2.766-.27 3.682-.687C14.644 15.875 15 15.373 15 15z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabase20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v10c0 1.007-.875 1.755-1.904 2.223C13.022 17.71 11.573 18 10 18s-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m10 1.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687s2.766-.27 3.682-.687C14.644 15.875 15 15.373 15 15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v10c0 1.007-.875 1.755-1.904 2.223C13.022 17.71 11.573 18 10 18s-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m10 1.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687s2.766-.27 3.682-.687C14.644 15.875 15 15.373 15 15z"/></svg>
</template>

CSS

.icon-database-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205c0-1.007.875-1.755%201.904-2.223C6.978%202.289%208.427%202%2010%202s3.022.289%204.096.777C15.125%203.245%2016%203.993%2016%205v10c0%201.007-.875%201.755-1.904%202.223C13.022%2017.71%2011.573%2018%2010%2018s-3.022-.289-4.096-.777C4.875%2016.755%204%2016.007%204%2015zm1%200c0%20.374.356.875%201.318%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.682-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.318-1.313C12.766%203.271%2011.464%203%2010%203s-2.766.27-3.682.687C5.356%204.125%205%204.627%205%205m10%201.698a5%205%200%200%201-.904.525C13.022%207.711%2011.573%208%2010%208s-3.022-.289-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.318%201.313c.916.416%202.218.687%203.682.687s2.766-.27%203.682-.687C14.644%2015.875%2015%2015.373%2015%2015z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205c0-1.007.875-1.755%201.904-2.223C6.978%202.289%208.427%202%2010%202s3.022.289%204.096.777C15.125%203.245%2016%203.993%2016%205v10c0%201.007-.875%201.755-1.904%202.223C13.022%2017.71%2011.573%2018%2010%2018s-3.022-.289-4.096-.777C4.875%2016.755%204%2016.007%204%2015zm1%200c0%20.374.356.875%201.318%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.682-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.318-1.313C12.766%203.271%2011.464%203%2010%203s-2.766.27-3.682.687C5.356%204.125%205%204.627%205%205m10%201.698a5%205%200%200%201-.904.525C13.022%207.711%2011.573%208%2010%208s-3.022-.289-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.318%201.313c.916.416%202.218.687%203.682.687s2.766-.27%203.682-.687C14.644%2015.875%2015%2015.373%2015%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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