database-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
database-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGC2sJVXKn)" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGrzHIaddu)" fill-opacity=".7" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGhebQuemT)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGC2sJVXKn" x1="5.361" x2="12.114" y1=".909" y2="13.242" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#367af2"/></linearGradient><linearGradient id="SVGrzHIaddu" x1="9.548" x2="12.136" y1="4.912" y2="16.096" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGhebQuemT" x1="16.75" x2="10.972" y1="8.5" y2="-2.018" gradientUnits="userSpaceOnUse"><stop stop-color="#58aafe"/><stop offset="1" stop-color="#6ce0ff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDatabase16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGC2sJVXKn)" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGrzHIaddu)" fillOpacity=".7" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGhebQuemT)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGC2sJVXKn" x1="5.361" x2="12.114" y1=".909" y2="13.242" gradientUnits="userSpaceOnUse"><stop stopColor="#29c3ff"/><stop offset="1" stopColor="#367af2"/></linearGradient><linearGradient id="SVGrzHIaddu" x1="9.548" x2="12.136" y1="4.912" y2="16.096" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGhebQuemT" x1="16.75" x2="10.972" y1="8.5" y2="-2.018" gradientUnits="userSpaceOnUse"><stop stopColor="#58aafe"/><stop offset="1" stopColor="#6ce0ff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGC2sJVXKn)" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGrzHIaddu)" fill-opacity=".7" d="M3 12.5v-9c1.057.926 2.864 1.513 5 1.513s3.943-.587 5-1.513v9c0 1.425-2.149 2.5-5 2.5s-5-1.075-5-2.5"/><path fill="url(#SVGhebQuemT)" d="M13 3.5C13 4.88 10.761 6 8 6S3 4.88 3 3.5S5.239 1 8 1s5 1.12 5 2.5"/><defs><linearGradient id="SVGC2sJVXKn" x1="5.361" x2="12.114" y1=".909" y2="13.242" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#367af2"/></linearGradient><linearGradient id="SVGrzHIaddu" x1="9.548" x2="12.136" y1="4.912" y2="16.096" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGhebQuemT" x1="16.75" x2="10.972" y1="8.5" y2="-2.018" gradientUnits="userSpaceOnUse"><stop stop-color="#58aafe"/><stop offset="1" stop-color="#6ce0ff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-database-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGC2sJVXKn)%22%20d%3D%22M3%2012.5v-9c1.057.926%202.864%201.513%205%201.513s3.943-.587%205-1.513v9c0%201.425-2.149%202.5-5%202.5s-5-1.075-5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrzHIaddu)%22%20fill-opacity%3D%22.7%22%20d%3D%22M3%2012.5v-9c1.057.926%202.864%201.513%205%201.513s3.943-.587%205-1.513v9c0%201.425-2.149%202.5-5%202.5s-5-1.075-5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhebQuemT)%22%20d%3D%22M13%203.5C13%204.88%2010.761%206%208%206S3%204.88%203%203.5S5.239%201%208%201s5%201.12%205%202.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGC2sJVXKn%22%20x1%3D%225.361%22%20x2%3D%2212.114%22%20y1%3D%22.909%22%20y2%3D%2213.242%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23367af2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGrzHIaddu%22%20x1%3D%229.548%22%20x2%3D%2212.136%22%20y1%3D%224.912%22%20y2%3D%2216.096%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhebQuemT%22%20x1%3D%2216.75%22%20x2%3D%2210.972%22%20y1%3D%228.5%22%20y2%3D%22-2.018%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358aafe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ce0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGC2sJVXKn)%22%20d%3D%22M3%2012.5v-9c1.057.926%202.864%201.513%205%201.513s3.943-.587%205-1.513v9c0%201.425-2.149%202.5-5%202.5s-5-1.075-5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrzHIaddu)%22%20fill-opacity%3D%22.7%22%20d%3D%22M3%2012.5v-9c1.057.926%202.864%201.513%205%201.513s3.943-.587%205-1.513v9c0%201.425-2.149%202.5-5%202.5s-5-1.075-5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhebQuemT)%22%20d%3D%22M13%203.5C13%204.88%2010.761%206%208%206S3%204.88%203%203.5S5.239%201%208%201s5%201.12%205%202.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGC2sJVXKn%22%20x1%3D%225.361%22%20x2%3D%2212.114%22%20y1%3D%22.909%22%20y2%3D%2213.242%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23367af2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGrzHIaddu%22%20x1%3D%229.548%22%20x2%3D%2212.136%22%20y1%3D%224.912%22%20y2%3D%2216.096%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhebQuemT%22%20x1%3D%2216.75%22%20x2%3D%2210.972%22%20y1%3D%228.5%22%20y2%3D%22-2.018%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358aafe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ce0ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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