outline alarm off icon
outline-alarm-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- outline-alarm-off
- 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 outline 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="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm7.297-4.48l4.607 3.845l-1.28 1.535l-4.61-3.843zM3.02 2.1L1.61 3.51l1.37 1.37l-.92.77l1.28 1.54l1.06-.88l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.1 2.1l1.41-1.41zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20M7.48 3.73l.46-.38l-1.28-1.54l-.6.5z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineAlarmOff(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="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm7.297-4.48l4.607 3.845l-1.28 1.535l-4.61-3.843zM3.02 2.1L1.61 3.51l1.37 1.37l-.92.77l1.28 1.54l1.06-.88l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.1 2.1l1.41-1.41zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20M7.48 3.73l.46-.38l-1.28-1.54l-.6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm7.297-4.48l4.607 3.845l-1.28 1.535l-4.61-3.843zM3.02 2.1L1.61 3.51l1.37 1.37l-.92.77l1.28 1.54l1.06-.88l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.1 2.1l1.41-1.41zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20M7.48 3.73l.46-.38l-1.28-1.54l-.6.5z"/></svg> </template>
CSS
.icon-outline-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%22M10.04%206.29C10.66%206.11%2011.32%206%2012%206c3.86%200%207%203.14%207%207c0%20.68-.11%201.34-.29%201.96l1.56%201.56c.47-1.08.73-2.27.73-3.52A9%209%200%200%200%208.47%204.72zm7.297-4.48l4.607%203.845l-1.28%201.535l-4.61-3.843zM3.02%202.1L1.61%203.51l1.37%201.37l-.92.77l1.28%201.54l1.06-.88l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l2.1%202.1l1.41-1.41zM12%2020c-3.86%200-7-3.14-7-7c0-1.7.61-3.26%201.62-4.47l9.85%209.85A6.96%206.96%200%200%201%2012%2020M7.48%203.73l.46-.38l-1.28-1.54l-.6.5z%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%22M10.04%206.29C10.66%206.11%2011.32%206%2012%206c3.86%200%207%203.14%207%207c0%20.68-.11%201.34-.29%201.96l1.56%201.56c.47-1.08.73-2.27.73-3.52A9%209%200%200%200%208.47%204.72zm7.297-4.48l4.607%203.845l-1.28%201.535l-4.61-3.843zM3.02%202.1L1.61%203.51l1.37%201.37l-.92.77l1.28%201.54l1.06-.88l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l2.1%202.1l1.41-1.41zM12%2020c-3.86%200-7-3.14-7-7c0-1.7.61-3.26%201.62-4.47l9.85%209.85A6.96%206.96%200%200%201%2012%2020M7.48%203.73l.46-.38l-1.28-1.54l-.6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-alarm-off.svg?color=%231a73e8&size=48