data base icon
data-base from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- data-base
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the data base icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 20h-.514c-1.236 1.165-4.568 2-8.486 2s-7.25-.835-8.486-2H3V5c0 1.657 4.03 3 9 3s9-1.343 9-3z"/><path d="M12 8c4.97 0 9-1.343 9-3s-4.03-3-9-3s-9 1.343-9 3s4.03 3 9 3"/><path stroke="currentColor" stroke-width="2" d="M21 12c0 1.657-4.03 3-9 3s-9-1.343-9-3m18 0v7c0 1.657-4.03 3-9 3s-9-1.343-9-3v-7m18 0V5M3 12V5m0 0c0 1.657 4.03 3 9 3s9-1.343 9-3M3 5c0-1.657 4.03-3 9-3s9 1.343 9 3"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignDataBase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 20h-.514c-1.236 1.165-4.568 2-8.486 2s-7.25-.835-8.486-2H3V5c0 1.657 4.03 3 9 3s9-1.343 9-3z"/><path d="M12 8c4.97 0 9-1.343 9-3s-4.03-3-9-3s-9 1.343-9 3s4.03 3 9 3"/><path stroke="currentColor" strokeWidth="2" d="M21 12c0 1.657-4.03 3-9 3s-9-1.343-9-3m18 0v7c0 1.657-4.03 3-9 3s-9-1.343-9-3v-7m18 0V5M3 12V5m0 0c0 1.657 4.03 3 9 3s9-1.343 9-3M3 5c0-1.657 4.03-3 9-3s9 1.343 9 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 20h-.514c-1.236 1.165-4.568 2-8.486 2s-7.25-.835-8.486-2H3V5c0 1.657 4.03 3 9 3s9-1.343 9-3z"/><path d="M12 8c4.97 0 9-1.343 9-3s-4.03-3-9-3s-9 1.343-9 3s4.03 3 9 3"/><path stroke="currentColor" stroke-width="2" d="M21 12c0 1.657-4.03 3-9 3s-9-1.343-9-3m18 0v7c0 1.657-4.03 3-9 3s-9-1.343-9-3v-7m18 0V5M3 12V5m0 0c0 1.657 4.03 3 9 3s9-1.343 9-3M3 5c0-1.657 4.03-3 9-3s9 1.343 9 3"/></g></svg> </template>
CSS
.icon-data-base {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2020h-.514c-1.236%201.165-4.568%202-8.486%202s-7.25-.835-8.486-2H3V5c0%201.657%204.03%203%209%203s9-1.343%209-3z%22%2F%3E%3Cpath%20d%3D%22M12%208c4.97%200%209-1.343%209-3s-4.03-3-9-3s-9%201.343-9%203s4.03%203%209%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21%2012c0%201.657-4.03%203-9%203s-9-1.343-9-3m18%200v7c0%201.657-4.03%203-9%203s-9-1.343-9-3v-7m18%200V5M3%2012V5m0%200c0%201.657%204.03%203%209%203s9-1.343%209-3M3%205c0-1.657%204.03-3%209-3s9%201.343%209%203%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2020h-.514c-1.236%201.165-4.568%202-8.486%202s-7.25-.835-8.486-2H3V5c0%201.657%204.03%203%209%203s9-1.343%209-3z%22%2F%3E%3Cpath%20d%3D%22M12%208c4.97%200%209-1.343%209-3s-4.03-3-9-3s-9%201.343-9%203s4.03%203%209%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21%2012c0%201.657-4.03%203-9%203s-9-1.343-9-3m18%200v7c0%201.657-4.03%203-9%203s-9-1.343-9-3v-7m18%200V5M3%2012V5m0%200c0%201.657%204.03%203%209%203s9-1.343%209-3M3%205c0-1.657%204.03-3%209-3s9%201.343%209%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/data-base.svg?color=%231a73e8&size=48