traffic event icon

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

Name
traffic-event
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the traffic event icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 21h6v2h-6z"/><path fill="currentColor" d="m24.246 8l1.714 6H30v-2h-2.531l-1.3-4.549A2.01 2.01 0 0 0 24.246 6h-1.349l-.728-2.549A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.922 1.45L4.532 8H2v2h4.04l1.714-6h12.492l.571 2h-9.063a2.01 2.01 0 0 0-1.922 1.45L8.817 11H7.714a2 2 0 0 0-1.891 1.352L4.572 16H2v2h2v7a2.003 2.003 0 0 0 2 2v3h2v-3h12v3h2v-3a2.003 2.003 0 0 0 2-2v-7h2v-2h-2.571l-1.251-3.647A2 2 0 0 0 20.286 11h-9.389l.857-3ZM22 19v2h-2v2h2v2H6v-2h2v-2H6v-2Zm-.343-2H6.343l1.371-4h12.572Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTrafficEvent(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="M11 21h6v2h-6z"/><path fill="currentColor" d="m24.246 8l1.714 6H30v-2h-2.531l-1.3-4.549A2.01 2.01 0 0 0 24.246 6h-1.349l-.728-2.549A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.922 1.45L4.532 8H2v2h4.04l1.714-6h12.492l.571 2h-9.063a2.01 2.01 0 0 0-1.922 1.45L8.817 11H7.714a2 2 0 0 0-1.891 1.352L4.572 16H2v2h2v7a2.003 2.003 0 0 0 2 2v3h2v-3h12v3h2v-3a2.003 2.003 0 0 0 2-2v-7h2v-2h-2.571l-1.251-3.647A2 2 0 0 0 20.286 11h-9.389l.857-3ZM22 19v2h-2v2h2v2H6v-2h2v-2H6v-2Zm-.343-2H6.343l1.371-4h12.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="M11 21h6v2h-6z"/><path fill="currentColor" d="m24.246 8l1.714 6H30v-2h-2.531l-1.3-4.549A2.01 2.01 0 0 0 24.246 6h-1.349l-.728-2.549A2.01 2.01 0 0 0 20.246 2H7.754a2.01 2.01 0 0 0-1.922 1.45L4.532 8H2v2h4.04l1.714-6h12.492l.571 2h-9.063a2.01 2.01 0 0 0-1.922 1.45L8.817 11H7.714a2 2 0 0 0-1.891 1.352L4.572 16H2v2h2v7a2.003 2.003 0 0 0 2 2v3h2v-3h12v3h2v-3a2.003 2.003 0 0 0 2-2v-7h2v-2h-2.571l-1.251-3.647A2 2 0 0 0 20.286 11h-9.389l.857-3ZM22 19v2h-2v2h2v2H6v-2h2v-2H6v-2Zm-.343-2H6.343l1.371-4h12.572Z"/></svg>
</template>

CSS

.icon-traffic-event {
  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%22M11%2021h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.246%208l1.714%206H30v-2h-2.531l-1.3-4.549A2.01%202.01%200%200%200%2024.246%206h-1.349l-.728-2.549A2.01%202.01%200%200%200%2020.246%202H7.754a2.01%202.01%200%200%200-1.922%201.45L4.532%208H2v2h4.04l1.714-6h12.492l.571%202h-9.063a2.01%202.01%200%200%200-1.922%201.45L8.817%2011H7.714a2%202%200%200%200-1.891%201.352L4.572%2016H2v2h2v7a2.003%202.003%200%200%200%202%202v3h2v-3h12v3h2v-3a2.003%202.003%200%200%200%202-2v-7h2v-2h-2.571l-1.251-3.647A2%202%200%200%200%2020.286%2011h-9.389l.857-3ZM22%2019v2h-2v2h2v2H6v-2h2v-2H6v-2Zm-.343-2H6.343l1.371-4h12.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%22M11%2021h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.246%208l1.714%206H30v-2h-2.531l-1.3-4.549A2.01%202.01%200%200%200%2024.246%206h-1.349l-.728-2.549A2.01%202.01%200%200%200%2020.246%202H7.754a2.01%202.01%200%200%200-1.922%201.45L4.532%208H2v2h4.04l1.714-6h12.492l.571%202h-9.063a2.01%202.01%200%200%200-1.922%201.45L8.817%2011H7.714a2%202%200%200%200-1.891%201.352L4.572%2016H2v2h2v7a2.003%202.003%200%200%200%202%202v3h2v-3h12v3h2v-3a2.003%202.003%200%200%200%202-2v-7h2v-2h-2.571l-1.251-3.647A2%202%200%200%200%2020.286%2011h-9.389l.857-3ZM22%2019v2h-2v2h2v2H6v-2h2v-2H6v-2Zm-.343-2H6.343l1.371-4h12.572Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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