Incident Reporter Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Incident Reporter icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320231.svg" alt="Incident Reporter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320231.svg" alt="Incident Reporter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320231.svg" alt="Incident Reporter icon" :width="24" :height="24" />
CSS background
.icon-incident-reporter {
background-image: url('https://proicons.com/icon/320231.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="incident-reporter_00000157305558030390397860000004513088353283777181_" d="M30,31.36H16 c-0.127,0-0.244-0.067-0.309-0.176s-0.068-0.244-0.008-0.355l7-13c0.127-0.232,0.508-0.232,0.635,0l7,13 c0.06,0.111,0.057,0.247-0.009,0.355C30.244,31.293,30.127,31.36,30,31.36z M16.603,30.64h12.795L23,18.76L16.603,30.64z M13,31.36 H2c-0.199,0-0.36-0.161-0.36-0.36V3c0-0.199,0.161-0.36,0.36-0.36h5.64V2c0-0.199,0.161-0.36,0.36-0.36h1.64V1 c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v0.64H17c0.199,0,0.36,0.161,0.36,0.36v0.64H23 c0.199,0,0.36,0.161,0.36,0.36v12h-0.72V3.36h-5.28V4c0,0.199-0.161,0.36-0.36,0.36H8C7.801,4.36,7.64,4.199,7.64,4V3.36H2.36v27.28 H13V31.36z M8.36,3.64h8.28V2.36H15c-0.199,0-0.36-0.161-0.36-0.36V1.36h-4.28V2c0,0.199-0.161,0.36-0.36,0.36H8.36V3.64z M23.36,27 h-0.72v-5h0.721L23.36,27L23.36,27z M16,23.36H5v-0.72h11V23.36z M18,19.36H5v-0.72h13V19.36z M20,15.36H5v-0.72h15V15.36z M20,11.36H5v-0.72h15V11.36z M23.5,29c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5S23.5,28.724,23.5,29z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!