incident reporter icon

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

Name
incident-reporter
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the incident reporter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 13h12v2H10zm0 7h8v-2h-8zm0 5h5v-2h-5zM7 7h3v3h12V7h3v6h2V7a2 2 0 0 0-2-2h-3V4a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v1H7a2 2 0 0 0-2 2v21a2 2 0 0 0 2 2h5v-2H7zm5-3h8v4h-8zm17.91 24.936L23.629 17.37a.718.718 0 0 0-1.257 0l-6.283 11.565a.72.72 0 0 0 .63 1.065h12.56a.72.72 0 0 0 .632-1.064M22.25 21h1.5v4h-1.5zm.75 7a1 1 0 1 1 0-1.999A1 1 0 0 1 23 28"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIncidentReporter(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="M10 13h12v2H10zm0 7h8v-2h-8zm0 5h5v-2h-5zM7 7h3v3h12V7h3v6h2V7a2 2 0 0 0-2-2h-3V4a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v1H7a2 2 0 0 0-2 2v21a2 2 0 0 0 2 2h5v-2H7zm5-3h8v4h-8zm17.91 24.936L23.629 17.37a.718.718 0 0 0-1.257 0l-6.283 11.565a.72.72 0 0 0 .63 1.065h12.56a.72.72 0 0 0 .632-1.064M22.25 21h1.5v4h-1.5zm.75 7a1 1 0 1 1 0-1.999A1 1 0 0 1 23 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 13h12v2H10zm0 7h8v-2h-8zm0 5h5v-2h-5zM7 7h3v3h12V7h3v6h2V7a2 2 0 0 0-2-2h-3V4a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v1H7a2 2 0 0 0-2 2v21a2 2 0 0 0 2 2h5v-2H7zm5-3h8v4h-8zm17.91 24.936L23.629 17.37a.718.718 0 0 0-1.257 0l-6.283 11.565a.72.72 0 0 0 .63 1.065h12.56a.72.72 0 0 0 .632-1.064M22.25 21h1.5v4h-1.5zm.75 7a1 1 0 1 1 0-1.999A1 1 0 0 1 23 28"/></svg>
</template>

CSS

.icon-incident-reporter {
  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%22M10%2013h12v2H10zm0%207h8v-2h-8zm0%205h5v-2h-5zM7%207h3v3h12V7h3v6h2V7a2%202%200%200%200-2-2h-3V4a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202v1H7a2%202%200%200%200-2%202v21a2%202%200%200%200%202%202h5v-2H7zm5-3h8v4h-8zm17.91%2024.936L23.629%2017.37a.718.718%200%200%200-1.257%200l-6.283%2011.565a.72.72%200%200%200%20.63%201.065h12.56a.72.72%200%200%200%20.632-1.064M22.25%2021h1.5v4h-1.5zm.75%207a1%201%200%201%201%200-1.999A1%201%200%200%201%2023%2028%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%22M10%2013h12v2H10zm0%207h8v-2h-8zm0%205h5v-2h-5zM7%207h3v3h12V7h3v6h2V7a2%202%200%200%200-2-2h-3V4a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202v1H7a2%202%200%200%200-2%202v21a2%202%200%200%200%202%202h5v-2H7zm5-3h8v4h-8zm17.91%2024.936L23.629%2017.37a.718.718%200%200%200-1.257%200l-6.283%2011.565a.72.72%200%200%200%20.63%201.065h12.56a.72.72%200%200%200%20.632-1.064M22.25%2021h1.5v4h-1.5zm.75%207a1%201%200%201%201%200-1.999A1%201%200%200%201%2023%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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