alarm-off-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
alarm-off-outline
Set
Material Symbols
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
alarm-off-outline-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.25l-1.5-1.5q.275-.675.413-1.312T19 13.1q0-2.9-2.05-5T12 6q-.7 0-1.35.113t-1.3.387L7.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 22zM12 20.025q1.05 0 2.05-.325t1.85-.9L6.2 9.15q-.575.875-.887 1.888T5 13.1q0 2.9 2.05 4.913T12 20.025m1.9-8.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAlarmOffOutline(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.25l-1.5-1.5q.275-.675.413-1.312T19 13.1q0-2.9-2.05-5T12 6q-.7 0-1.35.113t-1.3.387L7.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 22zM12 20.025q1.05 0 2.05-.325t1.85-.9L6.2 9.15q-.575.875-.887 1.888T5 13.1q0 2.9 2.05 4.913T12 20.025m1.9-8.9"/></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.25l-1.5-1.5q.275-.675.413-1.312T19 13.1q0-2.9-2.05-5T12 6q-.7 0-1.35.113t-1.3.387L7.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 22zM12 20.025q1.05 0 2.05-.325t1.85-.9L6.2 9.15q-.575.875-.887 1.888T5 13.1q0 2.9 2.05 4.913T12 20.025m1.9-8.9"/></svg>
</template>

CSS

.icon-alarm-off-outline {
  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.25l-1.5-1.5q.275-.675.413-1.312T19%2013.1q0-2.9-2.05-5T12%206q-.7%200-1.35.113t-1.3.387L7.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%2022zM12%2020.025q1.05%200%202.05-.325t1.85-.9L6.2%209.15q-.575.875-.887%201.888T5%2013.1q0%202.9%202.05%204.913T12%2020.025m1.9-8.9%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.25l-1.5-1.5q.275-.675.413-1.312T19%2013.1q0-2.9-2.05-5T12%206q-.7%200-1.35.113t-1.3.387L7.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%2022zM12%2020.025q1.05%200%202.05-.325t1.85-.9L6.2%209.15q-.575.875-.887%201.888T5%2013.1q0%202.9%202.05%204.913T12%2020.025m1.9-8.9%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-outline.svg?color=%231a73e8&size=48