ibm event automation icon

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

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

More enterprise icons from Carbon

Use the ibm event automation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="4" cy="22" r="2" fill="currentColor"/><path fill="currentColor" d="M13.5 30a9.53 9.53 0 0 1-7.73-3.977l1.626-1.164A7.52 7.52 0 0 0 13.5 28c3.969 0 7.258-3.1 7.487-7.058l1.997.116C22.694 26.072 18.527 30 13.5 30"/><circle cx="28" cy="23" r="2" fill="currentColor"/><path fill="currentColor" d="m30.641 19.095l-1.924-.545A7.5 7.5 0 0 0 29 16.5c0-4.135-3.364-7.5-7.5-7.5a7.4 7.4 0 0 0-3.088.663l-.824-1.822A9.4 9.4 0 0 1 21.5 7c5.238 0 9.5 4.262 9.5 9.5c0 .88-.12 1.754-.359 2.595m-10.227-4.509l-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="M8.025 19.882A9.49 9.49 0 0 1 3 11.5c0-5.027 3.928-9.193 8.942-9.484l.116 1.997a7.502 7.502 0 0 0-3.089 14.105z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmEventAutomation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="4" cy="22" r="2" fill="currentColor"/><path fill="currentColor" d="M13.5 30a9.53 9.53 0 0 1-7.73-3.977l1.626-1.164A7.52 7.52 0 0 0 13.5 28c3.969 0 7.258-3.1 7.487-7.058l1.997.116C22.694 26.072 18.527 30 13.5 30"/><circle cx="28" cy="23" r="2" fill="currentColor"/><path fill="currentColor" d="m30.641 19.095l-1.924-.545A7.5 7.5 0 0 0 29 16.5c0-4.135-3.364-7.5-7.5-7.5a7.4 7.4 0 0 0-3.088.663l-.824-1.822A9.4 9.4 0 0 1 21.5 7c5.238 0 9.5 4.262 9.5 9.5c0 .88-.12 1.754-.359 2.595m-10.227-4.509l-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="M8.025 19.882A9.49 9.49 0 0 1 3 11.5c0-5.027 3.928-9.193 8.942-9.484l.116 1.997a7.502 7.502 0 0 0-3.089 14.105z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="4" cy="22" r="2" fill="currentColor"/><path fill="currentColor" d="M13.5 30a9.53 9.53 0 0 1-7.73-3.977l1.626-1.164A7.52 7.52 0 0 0 13.5 28c3.969 0 7.258-3.1 7.487-7.058l1.997.116C22.694 26.072 18.527 30 13.5 30"/><circle cx="28" cy="23" r="2" fill="currentColor"/><path fill="currentColor" d="m30.641 19.095l-1.924-.545A7.5 7.5 0 0 0 29 16.5c0-4.135-3.364-7.5-7.5-7.5a7.4 7.4 0 0 0-3.088.663l-.824-1.822A9.4 9.4 0 0 1 21.5 7c5.238 0 9.5 4.262 9.5 9.5c0 .88-.12 1.754-.359 2.595m-10.227-4.509l-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="M8.025 19.882A9.49 9.49 0 0 1 3 11.5c0-5.027 3.928-9.193 8.942-9.484l.116 1.997a7.502 7.502 0 0 0-3.089 14.105z"/></svg>
</template>

CSS

.icon-ibm-event-automation {
  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%224%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2030a9.53%209.53%200%200%201-7.73-3.977l1.626-1.164A7.52%207.52%200%200%200%2013.5%2028c3.969%200%207.258-3.1%207.487-7.058l1.997.116C22.694%2026.072%2018.527%2030%2013.5%2030%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2223%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.641%2019.095l-1.924-.545A7.5%207.5%200%200%200%2029%2016.5c0-4.135-3.364-7.5-7.5-7.5a7.4%207.4%200%200%200-3.088.663l-.824-1.822A9.4%209.4%200%200%201%2021.5%207c5.238%200%209.5%204.262%209.5%209.5c0%20.88-.12%201.754-.359%202.595m-10.227-4.509l-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%22M8.025%2019.882A9.49%209.49%200%200%201%203%2011.5c0-5.027%203.928-9.193%208.942-9.484l.116%201.997a7.502%207.502%200%200%200-3.089%2014.105z%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%224%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2030a9.53%209.53%200%200%201-7.73-3.977l1.626-1.164A7.52%207.52%200%200%200%2013.5%2028c3.969%200%207.258-3.1%207.487-7.058l1.997.116C22.694%2026.072%2018.527%2030%2013.5%2030%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2223%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.641%2019.095l-1.924-.545A7.5%207.5%200%200%200%2029%2016.5c0-4.135-3.364-7.5-7.5-7.5a7.4%207.4%200%200%200-3.088.663l-.824-1.822A9.4%209.4%200%200%201%2021.5%207c5.238%200%209.5%204.262%209.5%209.5c0%20.88-.12%201.754-.359%202.595m-10.227-4.509l-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%22M8.025%2019.882A9.49%209.49%200%200%201%203%2011.5c0-5.027%203.928-9.193%208.942-9.484l.116%201.997a7.502%207.502%200%200%200-3.089%2014.105z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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