ibm cloudant icon

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

Name
ibm-cloudant
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm cloudant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 26h5c3.86 0 7-3.14 7-7v-2h-2v2c0 2.76-2.24 5-5 5h-5zm4.25-12A4.26 4.26 0 0 1 16 9.75a4.28 4.28 0 0 1 2.78-3.99C19.52 3.55 21.62 2 24 2s4.48 1.55 5.22 3.76C30.87 6.37 32 7.95 32 9.75c0 2.29-1.86 4.19-4.14 4.25zM24 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 24 4M4 14h2v-2c0-2.76 2.24-5 5-5h4V5h-4c-3.86 0-7 3.14-7 7zm6 3H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V19c0-1.1-.9-2-2-2m0 2v2H4v-2zm0 4v2H4v-2zm-6 6v-2h6v2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmCloudant(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 26h5c3.86 0 7-3.14 7-7v-2h-2v2c0 2.76-2.24 5-5 5h-5zm4.25-12A4.26 4.26 0 0 1 16 9.75a4.28 4.28 0 0 1 2.78-3.99C19.52 3.55 21.62 2 24 2s4.48 1.55 5.22 3.76C30.87 6.37 32 7.95 32 9.75c0 2.29-1.86 4.19-4.14 4.25zM24 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 24 4M4 14h2v-2c0-2.76 2.24-5 5-5h4V5h-4c-3.86 0-7 3.14-7 7zm6 3H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V19c0-1.1-.9-2-2-2m0 2v2H4v-2zm0 4v2H4v-2zm-6 6v-2h6v2z"/></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 26h5c3.86 0 7-3.14 7-7v-2h-2v2c0 2.76-2.24 5-5 5h-5zm4.25-12A4.26 4.26 0 0 1 16 9.75a4.28 4.28 0 0 1 2.78-3.99C19.52 3.55 21.62 2 24 2s4.48 1.55 5.22 3.76C30.87 6.37 32 7.95 32 9.75c0 2.29-1.86 4.19-4.14 4.25zM24 4c-1.64 0-3.08 1.17-3.42 2.77l-.14.64l-.64.13c-1.04.21-1.8 1.14-1.8 2.2c0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52 3.52 0 0 0 24 4M4 14h2v-2c0-2.76 2.24-5 5-5h4V5h-4c-3.86 0-7 3.14-7 7zm6 3H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V19c0-1.1-.9-2-2-2m0 2v2H4v-2zm0 4v2H4v-2zm-6 6v-2h6v2z"/></svg>
</template>

CSS

.icon-ibm-cloudant {
  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%2026h5c3.86%200%207-3.14%207-7v-2h-2v2c0%202.76-2.24%205-5%205h-5zm4.25-12A4.26%204.26%200%200%201%2016%209.75a4.28%204.28%200%200%201%202.78-3.99C19.52%203.55%2021.62%202%2024%202s4.48%201.55%205.22%203.76C30.87%206.37%2032%207.95%2032%209.75c0%202.29-1.86%204.19-4.14%204.25zM24%204c-1.64%200-3.08%201.17-3.42%202.77l-.14.64l-.64.13c-1.04.21-1.8%201.14-1.8%202.2c0%201.24%201.01%202.26%202.25%202.26h7.58c1.18-.03%202.17-1.05%202.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52%203.52%200%200%200%2024%204M4%2014h2v-2c0-2.76%202.24-5%205-5h4V5h-4c-3.86%200-7%203.14-7%207zm6%203H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2V19c0-1.1-.9-2-2-2m0%202v2H4v-2zm0%204v2H4v-2zm-6%206v-2h6v2z%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%2026h5c3.86%200%207-3.14%207-7v-2h-2v2c0%202.76-2.24%205-5%205h-5zm4.25-12A4.26%204.26%200%200%201%2016%209.75a4.28%204.28%200%200%201%202.78-3.99C19.52%203.55%2021.62%202%2024%202s4.48%201.55%205.22%203.76C30.87%206.37%2032%207.95%2032%209.75c0%202.29-1.86%204.19-4.14%204.25zM24%204c-1.64%200-3.08%201.17-3.42%202.77l-.14.64l-.64.13c-1.04.21-1.8%201.14-1.8%202.2c0%201.24%201.01%202.26%202.25%202.26h7.58c1.18-.03%202.17-1.05%202.17-2.26c0-1.06-.76-1.99-1.8-2.2l-.64-.13l-.14-.64A3.52%203.52%200%200%200%2024%204M4%2014h2v-2c0-2.76%202.24-5%205-5h4V5h-4c-3.86%200-7%203.14-7%207zm6%203H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h6c1.1%200%202-.9%202-2V19c0-1.1-.9-2-2-2m0%202v2H4v-2zm0%204v2H4v-2zm-6%206v-2h6v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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