ibm event processing icon

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

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

More enterprise icons from Carbon

Use the ibm event processing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="29" r="2" fill="currentColor"/><path fill="currentColor" d="M22.5 30H20v-2h2.5c3.033 0 5.5-2.467 5.5-5.5a5.48 5.48 0 0 0-4.23-5.353l.46-1.946A7.47 7.47 0 0 1 30 22.5c0 4.135-3.364 7.5-7.5 7.5m-2.086-15.414l-3-3C17.037 11.208 16.534 11 16 11s-1.037.208-1.414.586l-3 3c-.39.39-.586.902-.586 1.414s.196 1.024.586 1.414l3 3c.377.378.88.586 1.414.586s1.037-.208 1.414-.586l3-3c.39-.39.586-.902.586-1.414s-.196-1.024-.586-1.414M16 19l-3-3l3-3l3 3z"/><circle cx="16" cy="3" r="2" fill="currentColor"/><path fill="currentColor" d="M7.77 16.8A7.47 7.47 0 0 1 2 9.5C2 5.365 5.364 2 9.5 2H12v2H9.5A5.506 5.506 0 0 0 4 9.5a5.48 5.48 0 0 0 4.23 5.353z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmEventProcessing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="29" r="2" fill="currentColor"/><path fill="currentColor" d="M22.5 30H20v-2h2.5c3.033 0 5.5-2.467 5.5-5.5a5.48 5.48 0 0 0-4.23-5.353l.46-1.946A7.47 7.47 0 0 1 30 22.5c0 4.135-3.364 7.5-7.5 7.5m-2.086-15.414l-3-3C17.037 11.208 16.534 11 16 11s-1.037.208-1.414.586l-3 3c-.39.39-.586.902-.586 1.414s.196 1.024.586 1.414l3 3c.377.378.88.586 1.414.586s1.037-.208 1.414-.586l3-3c.39-.39.586-.902.586-1.414s-.196-1.024-.586-1.414M16 19l-3-3l3-3l3 3z"/><circle cx="16" cy="3" r="2" fill="currentColor"/><path fill="currentColor" d="M7.77 16.8A7.47 7.47 0 0 1 2 9.5C2 5.365 5.364 2 9.5 2H12v2H9.5A5.506 5.506 0 0 0 4 9.5a5.48 5.48 0 0 0 4.23 5.353z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="29" r="2" fill="currentColor"/><path fill="currentColor" d="M22.5 30H20v-2h2.5c3.033 0 5.5-2.467 5.5-5.5a5.48 5.48 0 0 0-4.23-5.353l.46-1.946A7.47 7.47 0 0 1 30 22.5c0 4.135-3.364 7.5-7.5 7.5m-2.086-15.414l-3-3C17.037 11.208 16.534 11 16 11s-1.037.208-1.414.586l-3 3c-.39.39-.586.902-.586 1.414s.196 1.024.586 1.414l3 3c.377.378.88.586 1.414.586s1.037-.208 1.414-.586l3-3c.39-.39.586-.902.586-1.414s-.196-1.024-.586-1.414M16 19l-3-3l3-3l3 3z"/><circle cx="16" cy="3" r="2" fill="currentColor"/><path fill="currentColor" d="M7.77 16.8A7.47 7.47 0 0 1 2 9.5C2 5.365 5.364 2 9.5 2H12v2H9.5A5.506 5.506 0 0 0 4 9.5a5.48 5.48 0 0 0 4.23 5.353z"/></svg>
</template>

CSS

.icon-ibm-event-processing {
  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%3Ccircle%20cx%3D%2216%22%20cy%3D%2229%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2030H20v-2h2.5c3.033%200%205.5-2.467%205.5-5.5a5.48%205.48%200%200%200-4.23-5.353l.46-1.946A7.47%207.47%200%200%201%2030%2022.5c0%204.135-3.364%207.5-7.5%207.5m-2.086-15.414l-3-3C17.037%2011.208%2016.534%2011%2016%2011s-1.037.208-1.414.586l-3%203c-.39.39-.586.902-.586%201.414s.196%201.024.586%201.414l3%203c.377.378.88.586%201.414.586s1.037-.208%201.414-.586l3-3c.39-.39.586-.902.586-1.414s-.196-1.024-.586-1.414M16%2019l-3-3l3-3l3%203z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%223%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.77%2016.8A7.47%207.47%200%200%201%202%209.5C2%205.365%205.364%202%209.5%202H12v2H9.5A5.506%205.506%200%200%200%204%209.5a5.48%205.48%200%200%200%204.23%205.353z%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2229%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2030H20v-2h2.5c3.033%200%205.5-2.467%205.5-5.5a5.48%205.48%200%200%200-4.23-5.353l.46-1.946A7.47%207.47%200%200%201%2030%2022.5c0%204.135-3.364%207.5-7.5%207.5m-2.086-15.414l-3-3C17.037%2011.208%2016.534%2011%2016%2011s-1.037.208-1.414.586l-3%203c-.39.39-.586.902-.586%201.414s.196%201.024.586%201.414l3%203c.377.378.88.586%201.414.586s1.037-.208%201.414-.586l3-3c.39-.39.586-.902.586-1.414s-.196-1.024-.586-1.414M16%2019l-3-3l3-3l3%203z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%223%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.77%2016.8A7.47%207.47%200%200%201%202%209.5C2%205.365%205.364%202%209.5%202H12v2H9.5A5.506%205.506%200%200%200%204%209.5a5.48%205.48%200%200%200%204.23%205.353z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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