alarm off icon
alarm-off from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- alarm-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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="M19.95 17.25L7.85 5q.95-.5 1.988-.75T12 4q1.85 0 3.488.7t2.862 1.938t1.938 2.887T21 13.1q0 1.125-.275 2.163t-.775 1.987M21.25 8L17 3.75l1.4-1.4l4.25 4.25zm-.75 15.4l-3.15-3.15q-1.125.825-2.488 1.288T12 22q-1.85 0-3.488-.7T5.65 19.4t-1.937-2.825T3 13.1q0-1.55.463-2.912T4.8 7.7l-.85-.85l-1.2 1.2l-1.4-1.4l1.2-1.2L.7 3.6l1.4-1.4L21.9 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAlarmOff(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="M19.95 17.25L7.85 5q.95-.5 1.988-.75T12 4q1.85 0 3.488.7t2.862 1.938t1.938 2.887T21 13.1q0 1.125-.275 2.163t-.775 1.987M21.25 8L17 3.75l1.4-1.4l4.25 4.25zm-.75 15.4l-3.15-3.15q-1.125.825-2.488 1.288T12 22q-1.85 0-3.488-.7T5.65 19.4t-1.937-2.825T3 13.1q0-1.55.463-2.912T4.8 7.7l-.85-.85l-1.2 1.2l-1.4-1.4l1.2-1.2L.7 3.6l1.4-1.4L21.9 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.95 17.25L7.85 5q.95-.5 1.988-.75T12 4q1.85 0 3.488.7t2.862 1.938t1.938 2.887T21 13.1q0 1.125-.275 2.163t-.775 1.987M21.25 8L17 3.75l1.4-1.4l4.25 4.25zm-.75 15.4l-3.15-3.15q-1.125.825-2.488 1.288T12 22q-1.85 0-3.488-.7T5.65 19.4t-1.937-2.825T3 13.1q0-1.55.463-2.912T4.8 7.7l-.85-.85l-1.2 1.2l-1.4-1.4l1.2-1.2L.7 3.6l1.4-1.4L21.9 22z"/></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%22M19.95%2017.25L7.85%205q.95-.5%201.988-.75T12%204q1.85%200%203.488.7t2.862%201.938t1.938%202.887T21%2013.1q0%201.125-.275%202.163t-.775%201.987M21.25%208L17%203.75l1.4-1.4l4.25%204.25zm-.75%2015.4l-3.15-3.15q-1.125.825-2.488%201.288T12%2022q-1.85%200-3.488-.7T5.65%2019.4t-1.937-2.825T3%2013.1q0-1.55.463-2.912T4.8%207.7l-.85-.85l-1.2%201.2l-1.4-1.4l1.2-1.2L.7%203.6l1.4-1.4L21.9%2022z%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%22M19.95%2017.25L7.85%205q.95-.5%201.988-.75T12%204q1.85%200%203.488.7t2.862%201.938t1.938%202.887T21%2013.1q0%201.125-.275%202.163t-.775%201.987M21.25%208L17%203.75l1.4-1.4l4.25%204.25zm-.75%2015.4l-3.15-3.15q-1.125.825-2.488%201.288T12%2022q-1.85%200-3.488-.7T5.65%2019.4t-1.937-2.825T3%2013.1q0-1.55.463-2.912T4.8%207.7l-.85-.85l-1.2%201.2l-1.4-1.4l1.2-1.2L.7%203.6l1.4-1.4L21.9%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/alarm-off.svg?color=%231a73e8&size=48