ibm event streams icon

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

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

More enterprise icons from Carbon

Use the ibm event streams icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 27c-2.98 0-5.77-1.172-7.855-3.3l1.428-1.4A8.93 8.93 0 0 0 20 25c4.963 0 9-4.037 9-9a8.95 8.95 0 0 0-2.573-6.3l1.428-1.4A10.94 10.94 0 0 1 31 16c0 6.066-4.935 11-11 11"/><circle cx="24" cy="5" r="2" fill="currentColor"/><path fill="currentColor" d="m20.414 14.586l-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="8" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M4.3 23.855A10.92 10.92 0 0 1 1 16C1 9.935 5.935 5 12 5c2.98 0 5.77 1.172 7.856 3.3l-1.429 1.4A8.93 8.93 0 0 0 12 7c-4.962 0-9 4.037-9 9c0 2.438.959 4.72 2.7 6.427z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmEventStreams(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="M20 27c-2.98 0-5.77-1.172-7.855-3.3l1.428-1.4A8.93 8.93 0 0 0 20 25c4.963 0 9-4.037 9-9a8.95 8.95 0 0 0-2.573-6.3l1.428-1.4A10.94 10.94 0 0 1 31 16c0 6.066-4.935 11-11 11"/><circle cx="24" cy="5" r="2" fill="currentColor"/><path fill="currentColor" d="m20.414 14.586l-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="8" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M4.3 23.855A10.92 10.92 0 0 1 1 16C1 9.935 5.935 5 12 5c2.98 0 5.77 1.172 7.856 3.3l-1.429 1.4A8.93 8.93 0 0 0 12 7c-4.962 0-9 4.037-9 9c0 2.438.959 4.72 2.7 6.427z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 27c-2.98 0-5.77-1.172-7.855-3.3l1.428-1.4A8.93 8.93 0 0 0 20 25c4.963 0 9-4.037 9-9a8.95 8.95 0 0 0-2.573-6.3l1.428-1.4A10.94 10.94 0 0 1 31 16c0 6.066-4.935 11-11 11"/><circle cx="24" cy="5" r="2" fill="currentColor"/><path fill="currentColor" d="m20.414 14.586l-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="8" cy="27" r="2" fill="currentColor"/><path fill="currentColor" d="M4.3 23.855A10.92 10.92 0 0 1 1 16C1 9.935 5.935 5 12 5c2.98 0 5.77 1.172 7.856 3.3l-1.429 1.4A8.93 8.93 0 0 0 12 7c-4.962 0-9 4.037-9 9c0 2.438.959 4.72 2.7 6.427z"/></svg>
</template>

CSS

.icon-ibm-event-streams {
  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%22M20%2027c-2.98%200-5.77-1.172-7.855-3.3l1.428-1.4A8.93%208.93%200%200%200%2020%2025c4.963%200%209-4.037%209-9a8.95%208.95%200%200%200-2.573-6.3l1.428-1.4A10.94%2010.94%200%200%201%2031%2016c0%206.066-4.935%2011-11%2011%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.414%2014.586l-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%228%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.3%2023.855A10.92%2010.92%200%200%201%201%2016C1%209.935%205.935%205%2012%205c2.98%200%205.77%201.172%207.856%203.3l-1.429%201.4A8.93%208.93%200%200%200%2012%207c-4.962%200-9%204.037-9%209c0%202.438.959%204.72%202.7%206.427z%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%22M20%2027c-2.98%200-5.77-1.172-7.855-3.3l1.428-1.4A8.93%208.93%200%200%200%2020%2025c4.963%200%209-4.037%209-9a8.95%208.95%200%200%200-2.573-6.3l1.428-1.4A10.94%2010.94%200%200%201%2031%2016c0%206.066-4.935%2011-11%2011%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.414%2014.586l-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%228%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.3%2023.855A10.92%2010.92%200%200%201%201%2016C1%209.935%205.935%205%2012%205c2.98%200%205.77%201.172%207.856%203.3l-1.429%201.4A8.93%208.93%200%200%200%2012%207c-4.962%200-9%204.037-9%209c0%202.438.959%204.72%202.7%206.427z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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