git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/bell.svg (321B)

1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2   <!-- Stylized bell: dome, lip, clapper -->
3   <g fill="#ffffff">
4     <path d="M11 26 L11 16 Q11 5 20 5 Q29 5 29 16 L29 26 Z" />
5     <rect x="7" y="24" width="26" height="6" rx="3" />
6     <circle cx="20" cy="34" r="3.5" />
7   </g>
8 </svg>