erroralertwarningfailurecriticalnotificationstatus
Error
Animated error alert SVG icon for React and Next.js. Represents failures, warnings, and critical alerts with a pulsing or shaking effect for status and notification UI.
import Error from "cssvg-icons/error";
export default function App() {
return (
<Error
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Error or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant