Bpmn Error Outline Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Bpmn Error Outline 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/316866.svg" alt="Bpmn Error Outline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316866.svg" alt="Bpmn Error Outline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316866.svg" alt="Bpmn Error Outline icon" :width="24" :height="24" />
CSS background
.icon-bpmn-error-outline {
background-image: url('https://proicons.com/icon/316866.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="M22.9997,30c-.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.1455l-5.9999,20.0003c-.1016.3369-.3721.5967-.7139.6826-.0811.0205-.1631.0303-.2441.0303h0ZM10,14.9998c.2559,0,.5117.0977.707.293l11.8161,11.8166,4.3788-14.5979-4.1952,4.1954c-.3906.3906-1.0234.3906-1.4141,0L9.4766,4.8908l-4.3788,14.5974,4.1952-4.1954c.1953-.1953.4512-.293.707-.293Z"/>
<rect id="__x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!