database postgresql icon
database-postgresql from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- database-postgresql
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the database postgresql icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.98 28.875c-4.047 0-5.588-1.058-5.588-2.828a2.21 2.21 0 0 1 2.139-2.3v-.253a1.97 1.97 0 0 1-1.541-2c0-1.242 1.057-1.863 2.207-2.116v-.092a3.62 3.62 0 0 1-2.184-3.495c0-2.438 1.724-4.07 4.967-4.07a6.7 6.7 0 0 1 2.092.299v-.391a1.534 1.534 0 0 1 1.702-1.748h1.862v2.254h-2.552v.321a3.59 3.59 0 0 1 1.862 3.335c0 2.414-1.702 4.024-4.967 4.024a7.4 7.4 0 0 1-1.84-.207a1.23 1.23 0 0 0-.85 1.08c0 .599.506.897 1.563.897h3.22c2.943 0 4.208 1.265 4.208 3.427c0 2.506-1.702 3.863-6.3 3.863m1.494-4.737h-4.093a1.47 1.47 0 0 0-.621 1.242c0 .92.69 1.472 2.53 1.472h1.47c1.91 0 2.76-.483 2.76-1.495c0-.76-.551-1.22-2.046-1.22Zm.667-8.163v-.391c0-1.219-.759-1.84-2.161-1.84s-2.162.62-2.162 1.84v.39c0 1.196.759 1.84 2.162 1.84s2.16-.644 2.16-1.84ZM4.603 24V7.95h7.22c2.967 0 4.76 2 4.76 4.967c0 2.99-1.793 4.967-4.76 4.967H7.639V24Zm3.036-8.738h3.909a1.69 1.69 0 0 0 1.885-1.817v-1.058a1.672 1.672 0 0 0-1.885-1.793h-3.91Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDatabasePostgresql(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="M22.98 28.875c-4.047 0-5.588-1.058-5.588-2.828a2.21 2.21 0 0 1 2.139-2.3v-.253a1.97 1.97 0 0 1-1.541-2c0-1.242 1.057-1.863 2.207-2.116v-.092a3.62 3.62 0 0 1-2.184-3.495c0-2.438 1.724-4.07 4.967-4.07a6.7 6.7 0 0 1 2.092.299v-.391a1.534 1.534 0 0 1 1.702-1.748h1.862v2.254h-2.552v.321a3.59 3.59 0 0 1 1.862 3.335c0 2.414-1.702 4.024-4.967 4.024a7.4 7.4 0 0 1-1.84-.207a1.23 1.23 0 0 0-.85 1.08c0 .599.506.897 1.563.897h3.22c2.943 0 4.208 1.265 4.208 3.427c0 2.506-1.702 3.863-6.3 3.863m1.494-4.737h-4.093a1.47 1.47 0 0 0-.621 1.242c0 .92.69 1.472 2.53 1.472h1.47c1.91 0 2.76-.483 2.76-1.495c0-.76-.551-1.22-2.046-1.22Zm.667-8.163v-.391c0-1.219-.759-1.84-2.161-1.84s-2.162.62-2.162 1.84v.39c0 1.196.759 1.84 2.162 1.84s2.16-.644 2.16-1.84ZM4.603 24V7.95h7.22c2.967 0 4.76 2 4.76 4.967c0 2.99-1.793 4.967-4.76 4.967H7.639V24Zm3.036-8.738h3.909a1.69 1.69 0 0 0 1.885-1.817v-1.058a1.672 1.672 0 0 0-1.885-1.793h-3.91Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.98 28.875c-4.047 0-5.588-1.058-5.588-2.828a2.21 2.21 0 0 1 2.139-2.3v-.253a1.97 1.97 0 0 1-1.541-2c0-1.242 1.057-1.863 2.207-2.116v-.092a3.62 3.62 0 0 1-2.184-3.495c0-2.438 1.724-4.07 4.967-4.07a6.7 6.7 0 0 1 2.092.299v-.391a1.534 1.534 0 0 1 1.702-1.748h1.862v2.254h-2.552v.321a3.59 3.59 0 0 1 1.862 3.335c0 2.414-1.702 4.024-4.967 4.024a7.4 7.4 0 0 1-1.84-.207a1.23 1.23 0 0 0-.85 1.08c0 .599.506.897 1.563.897h3.22c2.943 0 4.208 1.265 4.208 3.427c0 2.506-1.702 3.863-6.3 3.863m1.494-4.737h-4.093a1.47 1.47 0 0 0-.621 1.242c0 .92.69 1.472 2.53 1.472h1.47c1.91 0 2.76-.483 2.76-1.495c0-.76-.551-1.22-2.046-1.22Zm.667-8.163v-.391c0-1.219-.759-1.84-2.161-1.84s-2.162.62-2.162 1.84v.39c0 1.196.759 1.84 2.162 1.84s2.16-.644 2.16-1.84ZM4.603 24V7.95h7.22c2.967 0 4.76 2 4.76 4.967c0 2.99-1.793 4.967-4.76 4.967H7.639V24Zm3.036-8.738h3.909a1.69 1.69 0 0 0 1.885-1.817v-1.058a1.672 1.672 0 0 0-1.885-1.793h-3.91Z"/></svg> </template>
CSS
.icon-database-postgresql {
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%22M22.98%2028.875c-4.047%200-5.588-1.058-5.588-2.828a2.21%202.21%200%200%201%202.139-2.3v-.253a1.97%201.97%200%200%201-1.541-2c0-1.242%201.057-1.863%202.207-2.116v-.092a3.62%203.62%200%200%201-2.184-3.495c0-2.438%201.724-4.07%204.967-4.07a6.7%206.7%200%200%201%202.092.299v-.391a1.534%201.534%200%200%201%201.702-1.748h1.862v2.254h-2.552v.321a3.59%203.59%200%200%201%201.862%203.335c0%202.414-1.702%204.024-4.967%204.024a7.4%207.4%200%200%201-1.84-.207a1.23%201.23%200%200%200-.85%201.08c0%20.599.506.897%201.563.897h3.22c2.943%200%204.208%201.265%204.208%203.427c0%202.506-1.702%203.863-6.3%203.863m1.494-4.737h-4.093a1.47%201.47%200%200%200-.621%201.242c0%20.92.69%201.472%202.53%201.472h1.47c1.91%200%202.76-.483%202.76-1.495c0-.76-.551-1.22-2.046-1.22Zm.667-8.163v-.391c0-1.219-.759-1.84-2.161-1.84s-2.162.62-2.162%201.84v.39c0%201.196.759%201.84%202.162%201.84s2.16-.644%202.16-1.84ZM4.603%2024V7.95h7.22c2.967%200%204.76%202%204.76%204.967c0%202.99-1.793%204.967-4.76%204.967H7.639V24Zm3.036-8.738h3.909a1.69%201.69%200%200%200%201.885-1.817v-1.058a1.672%201.672%200%200%200-1.885-1.793h-3.91Z%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%22M22.98%2028.875c-4.047%200-5.588-1.058-5.588-2.828a2.21%202.21%200%200%201%202.139-2.3v-.253a1.97%201.97%200%200%201-1.541-2c0-1.242%201.057-1.863%202.207-2.116v-.092a3.62%203.62%200%200%201-2.184-3.495c0-2.438%201.724-4.07%204.967-4.07a6.7%206.7%200%200%201%202.092.299v-.391a1.534%201.534%200%200%201%201.702-1.748h1.862v2.254h-2.552v.321a3.59%203.59%200%200%201%201.862%203.335c0%202.414-1.702%204.024-4.967%204.024a7.4%207.4%200%200%201-1.84-.207a1.23%201.23%200%200%200-.85%201.08c0%20.599.506.897%201.563.897h3.22c2.943%200%204.208%201.265%204.208%203.427c0%202.506-1.702%203.863-6.3%203.863m1.494-4.737h-4.093a1.47%201.47%200%200%200-.621%201.242c0%20.92.69%201.472%202.53%201.472h1.47c1.91%200%202.76-.483%202.76-1.495c0-.76-.551-1.22-2.046-1.22Zm.667-8.163v-.391c0-1.219-.759-1.84-2.161-1.84s-2.162.62-2.162%201.84v.39c0%201.196.759%201.84%202.162%201.84s2.16-.644%202.16-1.84ZM4.603%2024V7.95h7.22c2.967%200%204.76%202%204.76%204.967c0%202.99-1.793%204.967-4.76%204.967H7.639V24Zm3.036-8.738h3.909a1.69%201.69%200%200%200%201.885-1.817v-1.058a1.672%201.672%200%200%200-1.885-1.793h-3.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/database-postgresql.svg?color=%231a73e8&size=48