Controls

Stroke width2px
Size56px
bellnotificationalertringringingsoundalarmanimated bell icon

Bell Ring

Animated bell ring icon

import Bell RingIcon from "cssvg-icons/bell-ring";

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

Details

AuthorHari