database messaging icon

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

Name
database-messaging
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the database messaging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 32l-1.755-1L24 27h4v-7H16v7h4v2h-4c-1.102 0-2-.897-2-2v-7c0-1.102.898-2 2-2h12c1.103 0 2 .898 2 2v7c0 1.103-.897 2-2 2h-3z"/><path fill="currentColor" d="M13 2C7.702 2 2 3.252 2 6v18c0 2.403 4.362 3.663 9 3.94v-2c-4.534-.28-6.867-1.464-7-1.94v-3.571c1.707.856 4.306 1.344 7 1.506V19.94c-4.534-.28-6.867-1.465-7-1.94v-3.571C6.128 15.495 9.643 16 13 16c5.298 0 11-1.252 11-4V6c0-2.749-5.702-4-11-4M3.999 6.015C4.15 5.46 7.149 4 13 4c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.85 0-8.85-1.46-9.001-1.985M22 11.987c-.16.557-3.159 2.013-9 2.013c-5.85 0-8.85-1.46-9-2V8.428C6.128 9.495 9.643 10 13 10s6.872-.505 9-1.572z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDatabaseMessaging(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="m23 32l-1.755-1L24 27h4v-7H16v7h4v2h-4c-1.102 0-2-.897-2-2v-7c0-1.102.898-2 2-2h12c1.103 0 2 .898 2 2v7c0 1.103-.897 2-2 2h-3z"/><path fill="currentColor" d="M13 2C7.702 2 2 3.252 2 6v18c0 2.403 4.362 3.663 9 3.94v-2c-4.534-.28-6.867-1.464-7-1.94v-3.571c1.707.856 4.306 1.344 7 1.506V19.94c-4.534-.28-6.867-1.465-7-1.94v-3.571C6.128 15.495 9.643 16 13 16c5.298 0 11-1.252 11-4V6c0-2.749-5.702-4-11-4M3.999 6.015C4.15 5.46 7.149 4 13 4c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.85 0-8.85-1.46-9.001-1.985M22 11.987c-.16.557-3.159 2.013-9 2.013c-5.85 0-8.85-1.46-9-2V8.428C6.128 9.495 9.643 10 13 10s6.872-.505 9-1.572z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 32l-1.755-1L24 27h4v-7H16v7h4v2h-4c-1.102 0-2-.897-2-2v-7c0-1.102.898-2 2-2h12c1.103 0 2 .898 2 2v7c0 1.103-.897 2-2 2h-3z"/><path fill="currentColor" d="M13 2C7.702 2 2 3.252 2 6v18c0 2.403 4.362 3.663 9 3.94v-2c-4.534-.28-6.867-1.464-7-1.94v-3.571c1.707.856 4.306 1.344 7 1.506V19.94c-4.534-.28-6.867-1.465-7-1.94v-3.571C6.128 15.495 9.643 16 13 16c5.298 0 11-1.252 11-4V6c0-2.749-5.702-4-11-4M3.999 6.015C4.15 5.46 7.149 4 13 4c5.798 0 8.795 1.434 8.997 2c-.202.566-3.2 2-8.997 2c-5.85 0-8.85-1.46-9.001-1.985M22 11.987c-.16.557-3.159 2.013-9 2.013c-5.85 0-8.85-1.46-9-2V8.428C6.128 9.495 9.643 10 13 10s6.872-.505 9-1.572z"/></svg>
</template>

CSS

.icon-database-messaging {
  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%22m23%2032l-1.755-1L24%2027h4v-7H16v7h4v2h-4c-1.102%200-2-.897-2-2v-7c0-1.102.898-2%202-2h12c1.103%200%202%20.898%202%202v7c0%201.103-.897%202-2%202h-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202C7.702%202%202%203.252%202%206v18c0%202.403%204.362%203.663%209%203.94v-2c-4.534-.28-6.867-1.464-7-1.94v-3.571c1.707.856%204.306%201.344%207%201.506V19.94c-4.534-.28-6.867-1.465-7-1.94v-3.571C6.128%2015.495%209.643%2016%2013%2016c5.298%200%2011-1.252%2011-4V6c0-2.749-5.702-4-11-4M3.999%206.015C4.15%205.46%207.149%204%2013%204c5.798%200%208.795%201.434%208.997%202c-.202.566-3.2%202-8.997%202c-5.85%200-8.85-1.46-9.001-1.985M22%2011.987c-.16.557-3.159%202.013-9%202.013c-5.85%200-8.85-1.46-9-2V8.428C6.128%209.495%209.643%2010%2013%2010s6.872-.505%209-1.572z%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%22m23%2032l-1.755-1L24%2027h4v-7H16v7h4v2h-4c-1.102%200-2-.897-2-2v-7c0-1.102.898-2%202-2h12c1.103%200%202%20.898%202%202v7c0%201.103-.897%202-2%202h-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202C7.702%202%202%203.252%202%206v18c0%202.403%204.362%203.663%209%203.94v-2c-4.534-.28-6.867-1.464-7-1.94v-3.571c1.707.856%204.306%201.344%207%201.506V19.94c-4.534-.28-6.867-1.465-7-1.94v-3.571C6.128%2015.495%209.643%2016%2013%2016c5.298%200%2011-1.252%2011-4V6c0-2.749-5.702-4-11-4M3.999%206.015C4.15%205.46%207.149%204%2013%204c5.798%200%208.795%201.434%208.997%202c-.202.566-3.2%202-8.997%202c-5.85%200-8.85-1.46-9.001-1.985M22%2011.987c-.16.557-3.159%202.013-9%202.013c-5.85%200-8.85-1.46-9-2V8.428C6.128%209.495%209.643%2010%2013%2010s6.872-.505%209-1.572z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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