warningalertcautionerrorexclamationnotification
Warning
Animated warning SVG icon for React and Next.js. Represents loading, processing, and ongoing tasks with a dynamic animation for status indicators and progress bars.
import Warning from "cssvg-icons/warning";
export default function App() {
return (
<Warning
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Warning or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant