Error Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Error Small 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/307147.svg" alt="Error Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307147.svg" alt="Error Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307147.svg" alt="Error Small icon" :width="24" :height="24" />
CSS background
.icon-error-small {
background-image: url('https://proicons.com/icon/307147.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="M7.35355 6.64645C7.15829 6.45118 6.84171 6.45118 6.64645 6.64645C6.45118 6.84171 6.45118 7.15829 6.64645 7.35355L7.29289 8L6.64645 8.64645C6.45118 8.84171 6.45118 9.15829 6.64645 9.35355C6.84171 9.54882 7.15829 9.54882 7.35355 9.35355L8 8.70711L8.64645 9.35355C8.84171 9.54882 9.15829 9.54882 9.35355 9.35355C9.54882 9.15829 9.54882 8.84171 9.35355 8.64645L8.70711 8L9.35355 7.35355C9.54882 7.15829 9.54882 6.84171 9.35355 6.64645C9.15829 6.45118 8.84171 6.45118 8.64645 6.64645L8 7.29289L7.35355 6.64645Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.9999C10.2091 11.9999 12 10.209 12 7.99988C12 5.79074 10.2091 3.99988 8 3.99988C5.79086 3.99988 4 5.79074 4 7.99988C4 10.209 5.79086 11.9999 8 11.9999ZM8 4.99988C9.65685 4.99988 11 6.34302 11 7.99988C11 9.65673 9.65685 10.9999 8 10.9999C6.34315 10.9999 5 9.65673 5 7.99988C5 6.34302 6.34315 4.99988 8 4.99988Z"/></svg>
Copied!