baseline alarm off icon
baseline-alarm-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-alarm-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- alarm-off
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-onbaseline-all-inboxbaseline-all-out
Use the baseline alarm off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c3.87 0 7 3.13 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6m10-.28l-4.6-3.86l-1.29 1.53l4.6 3.86zM2.92 2.29L1.65 3.57L2.98 4.9l-1.11.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13c0 4.97 4.02 9 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7c0-1.7.61-3.26 1.61-4.47zM8.02 3.28L6.6 1.86l-.86.71l1.42 1.42z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineAlarmOff(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 6c3.87 0 7 3.13 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6m10-.28l-4.6-3.86l-1.29 1.53l4.6 3.86zM2.92 2.29L1.65 3.57L2.98 4.9l-1.11.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13c0 4.97 4.02 9 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7c0-1.7.61-3.26 1.61-4.47zM8.02 3.28L6.6 1.86l-.86.71l1.42 1.42z"/></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 6c3.87 0 7 3.13 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6m10-.28l-4.6-3.86l-1.29 1.53l4.6 3.86zM2.92 2.29L1.65 3.57L2.98 4.9l-1.11.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13c0 4.97 4.02 9 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zm13.55 16.1C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7c0-1.7.61-3.26 1.61-4.47zM8.02 3.28L6.6 1.86l-.86.71l1.42 1.42z"/></svg> </template>
CSS
.icon-baseline-alarm-off {
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%206c3.87%200%207%203.13%207%207c0%20.84-.16%201.65-.43%202.4l1.52%201.52c.58-1.19.91-2.51.91-3.92a9%209%200%200%200-9-9c-1.41%200-2.73.33-3.92.91L9.6%206.43C10.35%206.16%2011.16%206%2012%206m10-.28l-4.6-3.86l-1.29%201.53l4.6%203.86zM2.92%202.29L1.65%203.57L2.98%204.9l-1.11.93l1.42%201.42l1.11-.94l.8.8A8.96%208.96%200%200%200%203%2013c0%204.97%204.02%209%209%209c2.25%200%204.31-.83%205.89-2.2l2.2%202.2l1.27-1.27L3.89%203.27zm13.55%2016.1C15.26%2019.39%2013.7%2020%2012%2020c-3.87%200-7-3.13-7-7c0-1.7.61-3.26%201.61-4.47zM8.02%203.28L6.6%201.86l-.86.71l1.42%201.42z%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%206c3.87%200%207%203.13%207%207c0%20.84-.16%201.65-.43%202.4l1.52%201.52c.58-1.19.91-2.51.91-3.92a9%209%200%200%200-9-9c-1.41%200-2.73.33-3.92.91L9.6%206.43C10.35%206.16%2011.16%206%2012%206m10-.28l-4.6-3.86l-1.29%201.53l4.6%203.86zM2.92%202.29L1.65%203.57L2.98%204.9l-1.11.93l1.42%201.42l1.11-.94l.8.8A8.96%208.96%200%200%200%203%2013c0%204.97%204.02%209%209%209c2.25%200%204.31-.83%205.89-2.2l2.2%202.2l1.27-1.27L3.89%203.27zm13.55%2016.1C15.26%2019.39%2013.7%2020%2012%2020c-3.87%200-7-3.13-7-7c0-1.7.61-3.26%201.61-4.47zM8.02%203.28L6.6%201.86l-.86.71l1.42%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-alarm-off.svg?color=%231a73e8&size=48