db2 database icon
db2-database from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- db2-database
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the db2 database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.702 3 5 4.252 5 7v18c0 2.748 5.702 4 11 4s11-1.252 11-4V7c0-2.748-5.702-4-11-4m0 2c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.841 0-8.84-1.456-9-1.982v-.005C7.16 6.456 10.159 5 16 5M7 9.428C9.128 10.495 12.643 11 16 11s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zm0 6C9.128 16.495 12.643 17 16 17s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zM16 27c-5.85 0-8.85-1.46-9-2v-3.572C9.128 22.495 12.643 23 16 23s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDb2Database(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.702 3 5 4.252 5 7v18c0 2.748 5.702 4 11 4s11-1.252 11-4V7c0-2.748-5.702-4-11-4m0 2c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.841 0-8.84-1.456-9-1.982v-.005C7.16 6.456 10.159 5 16 5M7 9.428C9.128 10.495 12.643 11 16 11s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zm0 6C9.128 16.495 12.643 17 16 17s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zM16 27c-5.85 0-8.85-1.46-9-2v-3.572C9.128 22.495 12.643 23 16 23s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.702 3 5 4.252 5 7v18c0 2.748 5.702 4 11 4s11-1.252 11-4V7c0-2.748-5.702-4-11-4m0 2c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.841 0-8.84-1.456-9-1.982v-.005C7.16 6.456 10.159 5 16 5M7 9.428C9.128 10.495 12.643 11 16 11s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zm0 6C9.128 16.495 12.643 17 16 17s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012c-5.85 0-8.85-1.46-9-2zM16 27c-5.85 0-8.85-1.46-9-2v-3.572C9.128 22.495 12.643 23 16 23s6.872-.505 9-1.572v3.56c-.16.556-3.159 2.012-9 2.012"/></svg> </template>
CSS
.icon-db2-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.702%203%205%204.252%205%207v18c0%202.748%205.702%204%2011%204s11-1.252%2011-4V7c0-2.748-5.702-4-11-4m0%202c5.798%200%208.795%201.434%208.997%202c-.202.566-3.2%202-8.997%202c-5.841%200-8.84-1.456-9-1.982v-.005C7.16%206.456%2010.159%205%2016%205M7%209.428C9.128%2010.495%2012.643%2011%2016%2011s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012c-5.85%200-8.85-1.46-9-2zm0%206C9.128%2016.495%2012.643%2017%2016%2017s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012c-5.85%200-8.85-1.46-9-2zM16%2027c-5.85%200-8.85-1.46-9-2v-3.572C9.128%2022.495%2012.643%2023%2016%2023s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.702%203%205%204.252%205%207v18c0%202.748%205.702%204%2011%204s11-1.252%2011-4V7c0-2.748-5.702-4-11-4m0%202c5.798%200%208.795%201.434%208.997%202c-.202.566-3.2%202-8.997%202c-5.841%200-8.84-1.456-9-1.982v-.005C7.16%206.456%2010.159%205%2016%205M7%209.428C9.128%2010.495%2012.643%2011%2016%2011s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012c-5.85%200-8.85-1.46-9-2zm0%206C9.128%2016.495%2012.643%2017%2016%2017s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012c-5.85%200-8.85-1.46-9-2zM16%2027c-5.85%200-8.85-1.46-9-2v-3.572C9.128%2022.495%2012.643%2023%2016%2023s6.872-.505%209-1.572v3.56c-.16.556-3.159%202.012-9%202.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/db2-database.svg?color=%231a73e8&size=48