twotone alarm add icon
twotone-alarm-add from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-alarm-add
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone alarm add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m4 8h-3v3h-2v-3H8v-2h3V9h2v3h3z" opacity=".3"/><path fill="currentColor" d="m17.337 1.81l4.607 3.845l-1.28 1.535l-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7m1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneAlarmAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m4 8h-3v3h-2v-3H8v-2h3V9h2v3h3z" opacity=".3"/><path fill="currentColor" d="m17.337 1.81l4.607 3.845l-1.28 1.535l-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7m1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m4 8h-3v3h-2v-3H8v-2h3V9h2v3h3z" opacity=".3"/><path fill="currentColor" d="m17.337 1.81l4.607 3.845l-1.28 1.535l-4.61-3.843zm-10.674 0l1.282 1.536L3.337 7.19l-1.28-1.536zM12 4a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 4m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7m1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg> </template>
CSS
.icon-twotone-alarm-add {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m4%208h-3v3h-2v-3H8v-2h3V9h2v3h3z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.337%201.81l4.607%203.845l-1.28%201.535l-4.61-3.843zm-10.674%200l1.282%201.536L3.337%207.19l-1.28-1.536zM12%204a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%204m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207m1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m4%208h-3v3h-2v-3H8v-2h3V9h2v3h3z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.337%201.81l4.607%203.845l-1.28%201.535l-4.61-3.843zm-10.674%200l1.282%201.536L3.337%207.19l-1.28-1.536zM12%204a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%2012%204m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207m1-11h-2v3H8v2h3v3h2v-3h3v-2h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-alarm-add.svg?color=%231a73e8&size=48