event change icon

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

Name
event-change
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the event change icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 15h2v7h-2z"/><circle cx="18" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M29 30H7a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 29 30M8.653 28h18.694L18 10.155zM7 23H3a1 1 0 0 1-.894-1.447l2.5-5l1.789.894L4.618 21H7zm-1.394-8.447l2.5-5l1.788.894l-2.5 5zm5.289-6.106l-1.79-.894l2.5-5c.17-.339.532-.553.895-.553s.725.214.894.553l2 4l-1.789.894l-1.105-2.21z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonEventChange(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="M17 15h2v7h-2z"/><circle cx="18" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M29 30H7a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 29 30M8.653 28h18.694L18 10.155zM7 23H3a1 1 0 0 1-.894-1.447l2.5-5l1.789.894L4.618 21H7zm-1.394-8.447l2.5-5l1.788.894l-2.5 5zm5.289-6.106l-1.79-.894l2.5-5c.17-.339.532-.553.895-.553s.725.214.894.553l2 4l-1.789.894l-1.105-2.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 15h2v7h-2z"/><circle cx="18" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M29 30H7a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 29 30M8.653 28h18.694L18 10.155zM7 23H3a1 1 0 0 1-.894-1.447l2.5-5l1.789.894L4.618 21H7zm-1.394-8.447l2.5-5l1.788.894l-2.5 5zm5.289-6.106l-1.79-.894l2.5-5c.17-.339.532-.553.895-.553s.725.214.894.553l2 4l-1.789.894l-1.105-2.21z"/></svg>
</template>

CSS

.icon-event-change {
  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%22M17%2015h2v7h-2z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2225%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2030H7a1%201%200%200%201-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11%2021A1%201%200%200%201%2029%2030M8.653%2028h18.694L18%2010.155zM7%2023H3a1%201%200%200%201-.894-1.447l2.5-5l1.789.894L4.618%2021H7zm-1.394-8.447l2.5-5l1.788.894l-2.5%205zm5.289-6.106l-1.79-.894l2.5-5c.17-.339.532-.553.895-.553s.725.214.894.553l2%204l-1.789.894l-1.105-2.21z%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%22M17%2015h2v7h-2z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2225%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2030H7a1%201%200%200%201-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11%2021A1%201%200%200%201%2029%2030M8.653%2028h18.694L18%2010.155zM7%2023H3a1%201%200%200%201-.894-1.447l2.5-5l1.789.894L4.618%2021H7zm-1.394-8.447l2.5-5l1.788.894l-2.5%205zm5.289-6.106l-1.79-.894l2.5-5c.17-.339.532-.553.895-.553s.725.214.894.553l2%204l-1.789.894l-1.105-2.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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