database-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
database-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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 24 24"><path fill="currentColor" d="M6.09 3.138C7.637 2.58 9.727 2.25 12 2.25s4.362.33 5.91.888c.772.277 1.449.626 1.947 1.05c.496.421.893.99.893 1.692l-.001.077l.001.043v12.165c0 .772-.418 1.38-.965 1.823c-.54.438-1.265.768-2.06 1.019c-1.597.503-3.679.743-5.725.743s-4.128-.24-5.725-.743c-.795-.25-1.52-.581-2.06-1.019c-.547-.443-.965-1.051-.965-1.823V6l.001-.043l-.001-.077c0-.702.397-1.27.893-1.692c.498-.424 1.175-.773 1.946-1.05M4.75 8.226v3.524c0 .664.574 1.363 2.022 1.926c1.386.54 3.287.824 5.228.824s3.842-.285 5.228-.824c1.448-.563 2.022-1.262 2.022-1.926V8.226a7.2 7.2 0 0 1-1.504.703c-1.605.556-3.694.821-5.746.821s-4.141-.265-5.746-.821a7.2 7.2 0 0 1-1.504-.703"/></svg>

React

import type { SVGProps } from "react";

export function MynauiDatabaseSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.09 3.138C7.637 2.58 9.727 2.25 12 2.25s4.362.33 5.91.888c.772.277 1.449.626 1.947 1.05c.496.421.893.99.893 1.692l-.001.077l.001.043v12.165c0 .772-.418 1.38-.965 1.823c-.54.438-1.265.768-2.06 1.019c-1.597.503-3.679.743-5.725.743s-4.128-.24-5.725-.743c-.795-.25-1.52-.581-2.06-1.019c-.547-.443-.965-1.051-.965-1.823V6l.001-.043l-.001-.077c0-.702.397-1.27.893-1.692c.498-.424 1.175-.773 1.946-1.05M4.75 8.226v3.524c0 .664.574 1.363 2.022 1.926c1.386.54 3.287.824 5.228.824s3.842-.285 5.228-.824c1.448-.563 2.022-1.262 2.022-1.926V8.226a7.2 7.2 0 0 1-1.504.703c-1.605.556-3.694.821-5.746.821s-4.141-.265-5.746-.821a7.2 7.2 0 0 1-1.504-.703"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.09 3.138C7.637 2.58 9.727 2.25 12 2.25s4.362.33 5.91.888c.772.277 1.449.626 1.947 1.05c.496.421.893.99.893 1.692l-.001.077l.001.043v12.165c0 .772-.418 1.38-.965 1.823c-.54.438-1.265.768-2.06 1.019c-1.597.503-3.679.743-5.725.743s-4.128-.24-5.725-.743c-.795-.25-1.52-.581-2.06-1.019c-.547-.443-.965-1.051-.965-1.823V6l.001-.043l-.001-.077c0-.702.397-1.27.893-1.692c.498-.424 1.175-.773 1.946-1.05M4.75 8.226v3.524c0 .664.574 1.363 2.022 1.926c1.386.54 3.287.824 5.228.824s3.842-.285 5.228-.824c1.448-.563 2.022-1.262 2.022-1.926V8.226a7.2 7.2 0 0 1-1.504.703c-1.605.556-3.694.821-5.746.821s-4.141-.265-5.746-.821a7.2 7.2 0 0 1-1.504-.703"/></svg>
</template>

CSS

.icon-database-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.09%203.138C7.637%202.58%209.727%202.25%2012%202.25s4.362.33%205.91.888c.772.277%201.449.626%201.947%201.05c.496.421.893.99.893%201.692l-.001.077l.001.043v12.165c0%20.772-.418%201.38-.965%201.823c-.54.438-1.265.768-2.06%201.019c-1.597.503-3.679.743-5.725.743s-4.128-.24-5.725-.743c-.795-.25-1.52-.581-2.06-1.019c-.547-.443-.965-1.051-.965-1.823V6l.001-.043l-.001-.077c0-.702.397-1.27.893-1.692c.498-.424%201.175-.773%201.946-1.05M4.75%208.226v3.524c0%20.664.574%201.363%202.022%201.926c1.386.54%203.287.824%205.228.824s3.842-.285%205.228-.824c1.448-.563%202.022-1.262%202.022-1.926V8.226a7.2%207.2%200%200%201-1.504.703c-1.605.556-3.694.821-5.746.821s-4.141-.265-5.746-.821a7.2%207.2%200%200%201-1.504-.703%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.09%203.138C7.637%202.58%209.727%202.25%2012%202.25s4.362.33%205.91.888c.772.277%201.449.626%201.947%201.05c.496.421.893.99.893%201.692l-.001.077l.001.043v12.165c0%20.772-.418%201.38-.965%201.823c-.54.438-1.265.768-2.06%201.019c-1.597.503-3.679.743-5.725.743s-4.128-.24-5.725-.743c-.795-.25-1.52-.581-2.06-1.019c-.547-.443-.965-1.051-.965-1.823V6l.001-.043l-.001-.077c0-.702.397-1.27.893-1.692c.498-.424%201.175-.773%201.946-1.05M4.75%208.226v3.524c0%20.664.574%201.363%202.022%201.926c1.386.54%203.287.824%205.228.824s3.842-.285%205.228-.824c1.448-.563%202.022-1.262%202.022-1.926V8.226a7.2%207.2%200%200%201-1.504.703c-1.605.556-3.694.821-5.746.821s-4.141-.265-5.746-.821a7.2%207.2%200%200%201-1.504-.703%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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