Bracket Error Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Bracket Error 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/307013.svg" alt="Bracket Error icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307013.svg" alt="Bracket Error icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307013.svg" alt="Bracket Error icon" :width="24" :height="24" />
CSS background
.icon-bracket-error {
background-image: url('https://proicons.com/icon/307013.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 10C10.343 10 8.99995 11.343 8.99995 13C8.99995 14.657 10.343 16 12 16C13.657 16 15 14.657 15 13C15 11.343 13.657 10 12 10ZM13.479 13.771C13.674 13.966 13.674 14.283 13.479 14.478C13.381 14.576 13.253 14.624 13.125 14.624C12.997 14.624 12.869 14.575 12.771 14.478L12 13.707L11.229 14.478C11.131 14.576 11.003 14.624 10.875 14.624C10.747 14.624 10.619 14.575 10.521 14.478C10.326 14.283 10.326 13.966 10.521 13.771L11.292 13L10.521 12.229C10.326 12.034 10.326 11.717 10.521 11.522C10.716 11.327 11.033 11.327 11.228 11.522L11.999 12.293L12.77 11.522C12.965 11.327 13.282 11.327 13.477 11.522C13.672 11.717 13.672 12.034 13.477 12.229L12.706 13L13.477 13.771H13.479ZM10.5 2.5C10.5 2.224 10.724 2 11 2C12.105 2 13 2.895 13 4V6.005C13 6.535 13.008 6.799 13.089 7.002C13.152 7.158 13.284 7.333 13.723 7.553C13.892 7.638 13.999 7.811 13.999 8C13.999 8.189 13.892 8.363 13.723 8.447C13.284 8.667 13.151 8.841 13.089 8.998C13.072 9.041 13.058 9.088 13.046 9.139C12.729 9.053 12.397 9.005 12.055 9.001C12.079 8.872 12.112 8.747 12.16 8.627C12.257 8.384 12.403 8.18 12.598 8C12.402 7.821 12.257 7.616 12.16 7.374C11.998 6.971 11.999 6.51 11.999 6.063V4C11.999 3.448 11.551 3 10.999 3C10.723 3 10.5 2.776 10.5 2.5ZM3.40095 8C3.59695 8.18 3.74195 8.384 3.83995 8.627C4.00095 9.031 4.00095 9.493 4.00095 9.942V12.001C4.00095 12.553 4.44895 13.001 5.00095 13.001C5.27695 13.001 5.50095 13.225 5.50095 13.501C5.50095 13.777 5.27695 14.001 5.00095 14.001C3.89595 14.001 3.00095 13.106 3.00095 12.001V10.001C3.00095 9.468 2.99295 9.203 2.91195 8.999C2.84895 8.842 2.71695 8.668 2.27795 8.448C2.10895 8.363 2.00195 8.19 2.00195 8.001C2.00195 7.812 2.10895 7.639 2.27795 7.554C2.71695 7.334 2.84995 7.16 2.91195 7.003C2.99295 6.8 3.00095 6.536 3.00095 6.006V4.001C3.00095 2.896 3.89595 2.001 5.00095 2.001C5.27695 2.001 5.50095 2.225 5.50095 2.501C5.50095 2.777 5.27695 3.001 5.00095 3.001C4.44895 3.001 4.00095 3.449 4.00095 4.001V6.064C4.00095 6.511 4.00095 6.972 3.83995 7.375C3.74295 7.617 3.59695 7.821 3.40195 8.001L3.40095 8Z"/></svg>
Copied!