database icon

database from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
database
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All database icons →

More ui icons from Reicon

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" fill-rule="evenodd" d="M3.25 6c0-1.542 1.23-2.736 2.758-3.5C7.58 1.716 9.7 1.25 12 1.25s4.42.465 5.992 1.25c1.528.764 2.758 1.958 2.758 3.5v12c0 1.542-1.23 2.735-2.758 3.5c-1.572.785-3.692 1.25-5.992 1.25s-4.42-.465-5.992-1.25C4.48 20.734 3.25 19.541 3.25 18zm1.5 0c0-.667.56-1.474 1.929-2.158C8.002 3.181 9.882 2.75 12 2.75s3.998.43 5.321 1.092C18.69 4.526 19.25 5.332 19.25 6s-.56 1.474-1.929 2.158C15.998 8.819 14.118 9.25 12 9.25s-3.998-.43-5.321-1.092C5.31 7.474 4.75 6.668 4.75 6m0 12c0 .667.56 1.474 1.929 2.158c1.323.661 3.203 1.092 5.321 1.092s3.998-.43 5.321-1.092c1.368-.684 1.929-1.49 1.929-2.158v-3.293c-.377.3-.804.565-1.258.792C16.42 16.285 14.3 16.75 12 16.75s-4.42-.465-5.992-1.25a7 7 0 0 1-1.258-.793zm14.5-9.293V12c0 .667-.56 1.474-1.929 2.158c-1.323.661-3.203 1.092-5.321 1.092s-3.998-.43-5.321-1.092C5.31 13.474 4.75 12.668 4.75 12V8.707c.377.3.804.565 1.258.792C7.58 10.285 9.7 10.75 12 10.75s4.42-.465 5.992-1.25a7 7 0 0 0 1.258-.793" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDatabase(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" fillRule="evenodd" d="M3.25 6c0-1.542 1.23-2.736 2.758-3.5C7.58 1.716 9.7 1.25 12 1.25s4.42.465 5.992 1.25c1.528.764 2.758 1.958 2.758 3.5v12c0 1.542-1.23 2.735-2.758 3.5c-1.572.785-3.692 1.25-5.992 1.25s-4.42-.465-5.992-1.25C4.48 20.734 3.25 19.541 3.25 18zm1.5 0c0-.667.56-1.474 1.929-2.158C8.002 3.181 9.882 2.75 12 2.75s3.998.43 5.321 1.092C18.69 4.526 19.25 5.332 19.25 6s-.56 1.474-1.929 2.158C15.998 8.819 14.118 9.25 12 9.25s-3.998-.43-5.321-1.092C5.31 7.474 4.75 6.668 4.75 6m0 12c0 .667.56 1.474 1.929 2.158c1.323.661 3.203 1.092 5.321 1.092s3.998-.43 5.321-1.092c1.368-.684 1.929-1.49 1.929-2.158v-3.293c-.377.3-.804.565-1.258.792C16.42 16.285 14.3 16.75 12 16.75s-4.42-.465-5.992-1.25a7 7 0 0 1-1.258-.793zm14.5-9.293V12c0 .667-.56 1.474-1.929 2.158c-1.323.661-3.203 1.092-5.321 1.092s-3.998-.43-5.321-1.092C5.31 13.474 4.75 12.668 4.75 12V8.707c.377.3.804.565 1.258.792C7.58 10.285 9.7 10.75 12 10.75s4.42-.465 5.992-1.25a7 7 0 0 0 1.258-.793" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 6c0-1.542 1.23-2.736 2.758-3.5C7.58 1.716 9.7 1.25 12 1.25s4.42.465 5.992 1.25c1.528.764 2.758 1.958 2.758 3.5v12c0 1.542-1.23 2.735-2.758 3.5c-1.572.785-3.692 1.25-5.992 1.25s-4.42-.465-5.992-1.25C4.48 20.734 3.25 19.541 3.25 18zm1.5 0c0-.667.56-1.474 1.929-2.158C8.002 3.181 9.882 2.75 12 2.75s3.998.43 5.321 1.092C18.69 4.526 19.25 5.332 19.25 6s-.56 1.474-1.929 2.158C15.998 8.819 14.118 9.25 12 9.25s-3.998-.43-5.321-1.092C5.31 7.474 4.75 6.668 4.75 6m0 12c0 .667.56 1.474 1.929 2.158c1.323.661 3.203 1.092 5.321 1.092s3.998-.43 5.321-1.092c1.368-.684 1.929-1.49 1.929-2.158v-3.293c-.377.3-.804.565-1.258.792C16.42 16.285 14.3 16.75 12 16.75s-4.42-.465-5.992-1.25a7 7 0 0 1-1.258-.793zm14.5-9.293V12c0 .667-.56 1.474-1.929 2.158c-1.323.661-3.203 1.092-5.321 1.092s-3.998-.43-5.321-1.092C5.31 13.474 4.75 12.668 4.75 12V8.707c.377.3.804.565 1.258.792C7.58 10.285 9.7 10.75 12 10.75s4.42-.465 5.992-1.25a7 7 0 0 0 1.258-.793" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-database {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206c0-1.542%201.23-2.736%202.758-3.5C7.58%201.716%209.7%201.25%2012%201.25s4.42.465%205.992%201.25c1.528.764%202.758%201.958%202.758%203.5v12c0%201.542-1.23%202.735-2.758%203.5c-1.572.785-3.692%201.25-5.992%201.25s-4.42-.465-5.992-1.25C4.48%2020.734%203.25%2019.541%203.25%2018zm1.5%200c0-.667.56-1.474%201.929-2.158C8.002%203.181%209.882%202.75%2012%202.75s3.998.43%205.321%201.092C18.69%204.526%2019.25%205.332%2019.25%206s-.56%201.474-1.929%202.158C15.998%208.819%2014.118%209.25%2012%209.25s-3.998-.43-5.321-1.092C5.31%207.474%204.75%206.668%204.75%206m0%2012c0%20.667.56%201.474%201.929%202.158c1.323.661%203.203%201.092%205.321%201.092s3.998-.43%205.321-1.092c1.368-.684%201.929-1.49%201.929-2.158v-3.293c-.377.3-.804.565-1.258.792C16.42%2016.285%2014.3%2016.75%2012%2016.75s-4.42-.465-5.992-1.25a7%207%200%200%201-1.258-.793zm14.5-9.293V12c0%20.667-.56%201.474-1.929%202.158c-1.323.661-3.203%201.092-5.321%201.092s-3.998-.43-5.321-1.092C5.31%2013.474%204.75%2012.668%204.75%2012V8.707c.377.3.804.565%201.258.792C7.58%2010.285%209.7%2010.75%2012%2010.75s4.42-.465%205.992-1.25a7%207%200%200%200%201.258-.793%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%206c0-1.542%201.23-2.736%202.758-3.5C7.58%201.716%209.7%201.25%2012%201.25s4.42.465%205.992%201.25c1.528.764%202.758%201.958%202.758%203.5v12c0%201.542-1.23%202.735-2.758%203.5c-1.572.785-3.692%201.25-5.992%201.25s-4.42-.465-5.992-1.25C4.48%2020.734%203.25%2019.541%203.25%2018zm1.5%200c0-.667.56-1.474%201.929-2.158C8.002%203.181%209.882%202.75%2012%202.75s3.998.43%205.321%201.092C18.69%204.526%2019.25%205.332%2019.25%206s-.56%201.474-1.929%202.158C15.998%208.819%2014.118%209.25%2012%209.25s-3.998-.43-5.321-1.092C5.31%207.474%204.75%206.668%204.75%206m0%2012c0%20.667.56%201.474%201.929%202.158c1.323.661%203.203%201.092%205.321%201.092s3.998-.43%205.321-1.092c1.368-.684%201.929-1.49%201.929-2.158v-3.293c-.377.3-.804.565-1.258.792C16.42%2016.285%2014.3%2016.75%2012%2016.75s-4.42-.465-5.992-1.25a7%207%200%200%201-1.258-.793zm14.5-9.293V12c0%20.667-.56%201.474-1.929%202.158c-1.323.661-3.203%201.092-5.321%201.092s-3.998-.43-5.321-1.092C5.31%2013.474%204.75%2012.668%204.75%2012V8.707c.377.3.804.565%201.258.792C7.58%2010.285%209.7%2010.75%2012%2010.75s4.42-.465%205.992-1.25a7%207%200%200%200%201.258-.793%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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