data base icon
data-base-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- data-base-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M19.704 8.588C17.64 9.276 14.917 9.667 12 9.667s-5.64-.391-7.704-1.08C3.47 8.313 2.674 7.965 2 7.526v4.305c0 1.841 4.477 3.333 10 3.333s10-1.492 10-3.333V7.525c-.674.44-1.469.787-2.297 1.063"/><path fill="currentColor" d="M22 15.022c-.674.439-1.469.787-2.297 1.062c-2.063.688-4.786 1.08-7.703 1.08s-5.64-.392-7.704-1.08C3.47 15.81 2.674 15.462 2 15.022v4.645C2 21.507 6.477 23 12 23s10-1.492 10-3.333zM12 7.667c-5.523 0-10-1.493-10-3.334V4.33C2.005 2.49 6.48 1 12 1c4.142 0 7.696.84 9.214 2.036c.506.399.786.837.786 1.297c0 1.841-4.477 3.334-10 3.334"/></svg>
React
import type { SVGProps } from "react";
export function TdesignDataBaseFilled(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="M19.704 8.588C17.64 9.276 14.917 9.667 12 9.667s-5.64-.391-7.704-1.08C3.47 8.313 2.674 7.965 2 7.526v4.305c0 1.841 4.477 3.333 10 3.333s10-1.492 10-3.333V7.525c-.674.44-1.469.787-2.297 1.063"/><path fill="currentColor" d="M22 15.022c-.674.439-1.469.787-2.297 1.062c-2.063.688-4.786 1.08-7.703 1.08s-5.64-.392-7.704-1.08C3.47 15.81 2.674 15.462 2 15.022v4.645C2 21.507 6.477 23 12 23s10-1.492 10-3.333zM12 7.667c-5.523 0-10-1.493-10-3.334V4.33C2.005 2.49 6.48 1 12 1c4.142 0 7.696.84 9.214 2.036c.506.399.786.837.786 1.297c0 1.841-4.477 3.334-10 3.334"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.704 8.588C17.64 9.276 14.917 9.667 12 9.667s-5.64-.391-7.704-1.08C3.47 8.313 2.674 7.965 2 7.526v4.305c0 1.841 4.477 3.333 10 3.333s10-1.492 10-3.333V7.525c-.674.44-1.469.787-2.297 1.063"/><path fill="currentColor" d="M22 15.022c-.674.439-1.469.787-2.297 1.062c-2.063.688-4.786 1.08-7.703 1.08s-5.64-.392-7.704-1.08C3.47 15.81 2.674 15.462 2 15.022v4.645C2 21.507 6.477 23 12 23s10-1.492 10-3.333zM12 7.667c-5.523 0-10-1.493-10-3.334V4.33C2.005 2.49 6.48 1 12 1c4.142 0 7.696.84 9.214 2.036c.506.399.786.837.786 1.297c0 1.841-4.477 3.334-10 3.334"/></svg> </template>
CSS
.icon-data-base-filled {
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%22M19.704%208.588C17.64%209.276%2014.917%209.667%2012%209.667s-5.64-.391-7.704-1.08C3.47%208.313%202.674%207.965%202%207.526v4.305c0%201.841%204.477%203.333%2010%203.333s10-1.492%2010-3.333V7.525c-.674.44-1.469.787-2.297%201.063%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2015.022c-.674.439-1.469.787-2.297%201.062c-2.063.688-4.786%201.08-7.703%201.08s-5.64-.392-7.704-1.08C3.47%2015.81%202.674%2015.462%202%2015.022v4.645C2%2021.507%206.477%2023%2012%2023s10-1.492%2010-3.333zM12%207.667c-5.523%200-10-1.493-10-3.334V4.33C2.005%202.49%206.48%201%2012%201c4.142%200%207.696.84%209.214%202.036c.506.399.786.837.786%201.297c0%201.841-4.477%203.334-10%203.334%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%22M19.704%208.588C17.64%209.276%2014.917%209.667%2012%209.667s-5.64-.391-7.704-1.08C3.47%208.313%202.674%207.965%202%207.526v4.305c0%201.841%204.477%203.333%2010%203.333s10-1.492%2010-3.333V7.525c-.674.44-1.469.787-2.297%201.063%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2015.022c-.674.439-1.469.787-2.297%201.062c-2.063.688-4.786%201.08-7.703%201.08s-5.64-.392-7.704-1.08C3.47%2015.81%202.674%2015.462%202%2015.022v4.645C2%2021.507%206.477%2023%2012%2023s10-1.492%2010-3.333zM12%207.667c-5.523%200-10-1.493-10-3.334V4.33C2.005%202.49%206.48%201%2012%201c4.142%200%207.696.84%209.214%202.036c.506.399.786.837.786%201.297c0%201.841-4.477%203.334-10%203.334%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/data-base-filled.svg?color=%231a73e8&size=48