traffic flow incident icon

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

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

More planning icons from Carbon

Use the traffic flow incident icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 9.42L24.59 8l-2.585 2.585L22 10.58l-.005.005L19.42 8.01L18 9.42L20.58 12L18 14.58L19.41 16l2.585-2.585l.005.005l.005-.005l2.575 2.575L26 14.58L23.42 12zm-12 8L12.59 16l-2.585 2.585L10 18.58l-.005.005L7.42 16.01L6 17.42L8.58 20L6 22.58L7.41 24l2.585-2.585l.005.005l.005-.005l2.575 2.575L14 22.58L11.42 20zM2 2h2v28H2zm26 0h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTrafficFlowIncident(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="M26 9.42L24.59 8l-2.585 2.585L22 10.58l-.005.005L19.42 8.01L18 9.42L20.58 12L18 14.58L19.41 16l2.585-2.585l.005.005l.005-.005l2.575 2.575L26 14.58L23.42 12zm-12 8L12.59 16l-2.585 2.585L10 18.58l-.005.005L7.42 16.01L6 17.42L8.58 20L6 22.58L7.41 24l2.585-2.585l.005.005l.005-.005l2.575 2.575L14 22.58L11.42 20zM2 2h2v28H2zm26 0h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 9.42L24.59 8l-2.585 2.585L22 10.58l-.005.005L19.42 8.01L18 9.42L20.58 12L18 14.58L19.41 16l2.585-2.585l.005.005l.005-.005l2.575 2.575L26 14.58L23.42 12zm-12 8L12.59 16l-2.585 2.585L10 18.58l-.005.005L7.42 16.01L6 17.42L8.58 20L6 22.58L7.41 24l2.585-2.585l.005.005l.005-.005l2.575 2.575L14 22.58L11.42 20zM2 2h2v28H2zm26 0h2v28h-2zM15 2h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2zm0 8h2v4h-2z"/></svg>
</template>

CSS

.icon-traffic-flow-incident {
  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%22M26%209.42L24.59%208l-2.585%202.585L22%2010.58l-.005.005L19.42%208.01L18%209.42L20.58%2012L18%2014.58L19.41%2016l2.585-2.585l.005.005l.005-.005l2.575%202.575L26%2014.58L23.42%2012zm-12%208L12.59%2016l-2.585%202.585L10%2018.58l-.005.005L7.42%2016.01L6%2017.42L8.58%2020L6%2022.58L7.41%2024l2.585-2.585l.005.005l.005-.005l2.575%202.575L14%2022.58L11.42%2020zM2%202h2v28H2zm26%200h2v28h-2zM15%202h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2z%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%22M26%209.42L24.59%208l-2.585%202.585L22%2010.58l-.005.005L19.42%208.01L18%209.42L20.58%2012L18%2014.58L19.41%2016l2.585-2.585l.005.005l.005-.005l2.575%202.575L26%2014.58L23.42%2012zm-12%208L12.59%2016l-2.585%202.585L10%2018.58l-.005.005L7.42%2016.01L6%2017.42L8.58%2020L6%2022.58L7.41%2024l2.585-2.585l.005.005l.005-.005l2.575%202.575L14%2022.58L11.42%2020zM2%202h2v28H2zm26%200h2v28h-2zM15%202h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2zm0%208h2v4h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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