alarm off icon
alarm-off from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- alarm-off-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the 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="M18.97 16.404L8.35 5.75q.739-.327 1.574-.538T11.75 5q1.658 0 3.113.623q1.454.623 2.545 1.717q1.09 1.093 1.716 2.55q.626 1.458.626 3.133q0 .875-.188 1.73q-.189.855-.593 1.65m1.646-8.787l-3.48-3.481l.707-.708l3.481 3.48zm-.25 14.438l-3.188-3.188q-1.029.959-2.42 1.547T11.75 21q-1.658 0-3.113-.623q-1.454-.623-2.545-1.708t-1.716-2.536t-.626-3.11q0-1.55.568-2.96t1.578-2.479L4.412 6.1L2.885 7.627l-.708-.708l1.527-1.527l-1.677-1.676l.708-.708l18.338 18.338z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAlarmOff(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="M18.97 16.404L8.35 5.75q.739-.327 1.574-.538T11.75 5q1.658 0 3.113.623q1.454.623 2.545 1.717q1.09 1.093 1.716 2.55q.626 1.458.626 3.133q0 .875-.188 1.73q-.189.855-.593 1.65m1.646-8.787l-3.48-3.481l.707-.708l3.481 3.48zm-.25 14.438l-3.188-3.188q-1.029.959-2.42 1.547T11.75 21q-1.658 0-3.113-.623q-1.454-.623-2.545-1.708t-1.716-2.536t-.626-3.11q0-1.55.568-2.96t1.578-2.479L4.412 6.1L2.885 7.627l-.708-.708l1.527-1.527l-1.677-1.676l.708-.708l18.338 18.338z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.97 16.404L8.35 5.75q.739-.327 1.574-.538T11.75 5q1.658 0 3.113.623q1.454.623 2.545 1.717q1.09 1.093 1.716 2.55q.626 1.458.626 3.133q0 .875-.188 1.73q-.189.855-.593 1.65m1.646-8.787l-3.48-3.481l.707-.708l3.481 3.48zm-.25 14.438l-3.188-3.188q-1.029.959-2.42 1.547T11.75 21q-1.658 0-3.113-.623q-1.454-.623-2.545-1.708t-1.716-2.536t-.626-3.11q0-1.55.568-2.96t1.578-2.479L4.412 6.1L2.885 7.627l-.708-.708l1.527-1.527l-1.677-1.676l.708-.708l18.338 18.338z"/></svg> </template>
CSS
.icon-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%22M18.97%2016.404L8.35%205.75q.739-.327%201.574-.538T11.75%205q1.658%200%203.113.623q1.454.623%202.545%201.717q1.09%201.093%201.716%202.55q.626%201.458.626%203.133q0%20.875-.188%201.73q-.189.855-.593%201.65m1.646-8.787l-3.48-3.481l.707-.708l3.481%203.48zm-.25%2014.438l-3.188-3.188q-1.029.959-2.42%201.547T11.75%2021q-1.658%200-3.113-.623q-1.454-.623-2.545-1.708t-1.716-2.536t-.626-3.11q0-1.55.568-2.96t1.578-2.479L4.412%206.1L2.885%207.627l-.708-.708l1.527-1.527l-1.677-1.676l.708-.708l18.338%2018.338z%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%22M18.97%2016.404L8.35%205.75q.739-.327%201.574-.538T11.75%205q1.658%200%203.113.623q1.454.623%202.545%201.717q1.09%201.093%201.716%202.55q.626%201.458.626%203.133q0%20.875-.188%201.73q-.189.855-.593%201.65m1.646-8.787l-3.48-3.481l.707-.708l3.481%203.48zm-.25%2014.438l-3.188-3.188q-1.029.959-2.42%201.547T11.75%2021q-1.658%200-3.113-.623q-1.454-.623-2.545-1.708t-1.716-2.536t-.626-3.11q0-1.55.568-2.96t1.578-2.479L4.412%206.1L2.885%207.627l-.708-.708l1.527-1.527l-1.677-1.676l.708-.708l18.338%2018.338z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/alarm-off.svg?color=%231a73e8&size=48