database datastax icon

database-datastax from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
database-datastax
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the database datastax icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.868 22.068l1.794-1.747a4.22 4.22 0 0 0 3.288 1.632c1.403 0 2-.528 2-1.38c0-.69-.413-1.126-1.471-1.264l-1.196-.161c-2.575-.322-4-1.449-4-3.633c0-2.323 1.816-3.795 4.552-3.795a5.72 5.72 0 0 1 4.691 1.886l-1.725 1.724a3.97 3.97 0 0 0-2.874-1.287c-1.265 0-1.817.506-1.817 1.242c0 .804.437 1.172 1.564 1.356l1.219.161c2.621.368 3.886 1.541 3.886 3.541c0 2.323-1.955 3.933-4.944 3.933a6.1 6.1 0 0 1-4.967-2.208M4.24 7.95h5.84c4.186 0 6.922 2.69 6.922 8.025S14.266 24 10.082 24H4.24Zm5.84 13.36c2.254 0 3.703-1.334 3.703-4.07v-2.53c0-2.736-1.449-4.07-3.702-4.07H7.276v10.67Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDatabaseDatastax(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="m18.868 22.068l1.794-1.747a4.22 4.22 0 0 0 3.288 1.632c1.403 0 2-.528 2-1.38c0-.69-.413-1.126-1.471-1.264l-1.196-.161c-2.575-.322-4-1.449-4-3.633c0-2.323 1.816-3.795 4.552-3.795a5.72 5.72 0 0 1 4.691 1.886l-1.725 1.724a3.97 3.97 0 0 0-2.874-1.287c-1.265 0-1.817.506-1.817 1.242c0 .804.437 1.172 1.564 1.356l1.219.161c2.621.368 3.886 1.541 3.886 3.541c0 2.323-1.955 3.933-4.944 3.933a6.1 6.1 0 0 1-4.967-2.208M4.24 7.95h5.84c4.186 0 6.922 2.69 6.922 8.025S14.266 24 10.082 24H4.24Zm5.84 13.36c2.254 0 3.703-1.334 3.703-4.07v-2.53c0-2.736-1.449-4.07-3.702-4.07H7.276v10.67Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.868 22.068l1.794-1.747a4.22 4.22 0 0 0 3.288 1.632c1.403 0 2-.528 2-1.38c0-.69-.413-1.126-1.471-1.264l-1.196-.161c-2.575-.322-4-1.449-4-3.633c0-2.323 1.816-3.795 4.552-3.795a5.72 5.72 0 0 1 4.691 1.886l-1.725 1.724a3.97 3.97 0 0 0-2.874-1.287c-1.265 0-1.817.506-1.817 1.242c0 .804.437 1.172 1.564 1.356l1.219.161c2.621.368 3.886 1.541 3.886 3.541c0 2.323-1.955 3.933-4.944 3.933a6.1 6.1 0 0 1-4.967-2.208M4.24 7.95h5.84c4.186 0 6.922 2.69 6.922 8.025S14.266 24 10.082 24H4.24Zm5.84 13.36c2.254 0 3.703-1.334 3.703-4.07v-2.53c0-2.736-1.449-4.07-3.702-4.07H7.276v10.67Z"/></svg>
</template>

CSS

.icon-database-datastax {
  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%22m18.868%2022.068l1.794-1.747a4.22%204.22%200%200%200%203.288%201.632c1.403%200%202-.528%202-1.38c0-.69-.413-1.126-1.471-1.264l-1.196-.161c-2.575-.322-4-1.449-4-3.633c0-2.323%201.816-3.795%204.552-3.795a5.72%205.72%200%200%201%204.691%201.886l-1.725%201.724a3.97%203.97%200%200%200-2.874-1.287c-1.265%200-1.817.506-1.817%201.242c0%20.804.437%201.172%201.564%201.356l1.219.161c2.621.368%203.886%201.541%203.886%203.541c0%202.323-1.955%203.933-4.944%203.933a6.1%206.1%200%200%201-4.967-2.208M4.24%207.95h5.84c4.186%200%206.922%202.69%206.922%208.025S14.266%2024%2010.082%2024H4.24Zm5.84%2013.36c2.254%200%203.703-1.334%203.703-4.07v-2.53c0-2.736-1.449-4.07-3.702-4.07H7.276v10.67Z%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%22m18.868%2022.068l1.794-1.747a4.22%204.22%200%200%200%203.288%201.632c1.403%200%202-.528%202-1.38c0-.69-.413-1.126-1.471-1.264l-1.196-.161c-2.575-.322-4-1.449-4-3.633c0-2.323%201.816-3.795%204.552-3.795a5.72%205.72%200%200%201%204.691%201.886l-1.725%201.724a3.97%203.97%200%200%200-2.874-1.287c-1.265%200-1.817.506-1.817%201.242c0%20.804.437%201.172%201.564%201.356l1.219.161c2.621.368%203.886%201.541%203.886%203.541c0%202.323-1.955%203.933-4.944%203.933a6.1%206.1%200%200%201-4.967-2.208M4.24%207.95h5.84c4.186%200%206.922%202.69%206.922%208.025S14.266%2024%2010.082%2024H4.24Zm5.84%2013.36c2.254%200%203.703-1.334%203.703-4.07v-2.53c0-2.736-1.449-4.07-3.702-4.07H7.276v10.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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