Controls

Stroke width2px
Size120px
Animated
Speed
bellnotificationalertringringingsoundalarmanimated bell icon

Bell Ring

Animated bell-ring SVG icon for React and Next.js. Plays a ringing shake animation for notifications, alerts, and alarm UI components.

import BellRing from "cssvg-icons/bell-ring";

export default function App() {
  return (
    <BellRing
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Bell Ring or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant