Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md alarm
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdAlarmIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37zm4.837-6.19l4.607 3.845-1.28 1.535-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7z"/>
</svg>
);SVG Optimizer
Before
0.48 KB
↓
After
0.47 KB
Tags
accessadjustalarmalertappointmentbellcalendarcircleclockcontrolcountdowndatedeadlinefuturehandshistoryindicatormanagemarknotificationpointreminderringschedulesettingsoundtimetimerwake upwatch
Compare Alternatives
See how other libraries approach this concept.