Bpmn Error Fill Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Bpmn Error Fill icon is commonly used in form validation, error pages and alert banners. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/316865.svg" alt="Bpmn Error Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316865.svg" alt="Bpmn Error Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316865.svg" alt="Bpmn Error Fill icon" :width="24" :height="24" />
CSS background
.icon-bpmn-error-fill {
background-image: url('https://proicons.com/icon/316865.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<path d="M29.9576,9.2868l-5.9999,20.0003c-.1016.3369-.3721.5967-.7139.6826-.0811.0205-.1631.0303-.2441.0303-.2617,0-.5176-.1025-.707-.293l-12.2927-12.2932-6.2929,6.2931c-.3242.3223-.8267.3877-1.2197.1514-.3936-.2344-.5767-.707-.4453-1.1455L8.042,2.7125c.1011-.3374.3721-.5967.7134-.6826.3408-.085.7026.0137.9517.2627l12.2927,12.2932,6.2929-6.2931c.3242-.3252.8281-.3853,1.2197-.1514.3936.2349.5771.707.4453,1.1455h0Z"/>
<rect id="__x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!