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

Name
alarm-off-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
alarm-off-outline-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.404l-.731-.731q.255-.675.383-1.341q.128-.667.128-1.309q0-2.92-2.04-4.971T11.75 6q-.7 0-1.35.122t-1.28.397l-.77-.769q.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.338zm-8.615-2.048q1.339 0 2.54-.479t2.168-1.38L6.604 8.303q-.902.971-1.378 2.186t-.476 2.533q0 2.92 2.04 4.951q2.04 2.032 4.96 2.032m1.939-8.92"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAlarmOffOutline(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.404l-.731-.731q.255-.675.383-1.341q.128-.667.128-1.309q0-2.92-2.04-4.971T11.75 6q-.7 0-1.35.122t-1.28.397l-.77-.769q.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.338zm-8.615-2.048q1.339 0 2.54-.479t2.168-1.38L6.604 8.303q-.902.971-1.378 2.186t-.476 2.533q0 2.92 2.04 4.951q2.04 2.032 4.96 2.032m1.939-8.92"/></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.404l-.731-.731q.255-.675.383-1.341q.128-.667.128-1.309q0-2.92-2.04-4.971T11.75 6q-.7 0-1.35.122t-1.28.397l-.77-.769q.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.338zm-8.615-2.048q1.339 0 2.54-.479t2.168-1.38L6.604 8.303q-.902.971-1.378 2.186t-.476 2.533q0 2.92 2.04 4.951q2.04 2.032 4.96 2.032m1.939-8.92"/></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%22m18.97%2016.404l-.731-.731q.255-.675.383-1.341q.128-.667.128-1.309q0-2.92-2.04-4.971T11.75%206q-.7%200-1.35.122t-1.28.397l-.77-.769q.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.338zm-8.615-2.048q1.339%200%202.54-.479t2.168-1.38L6.604%208.303q-.902.971-1.378%202.186t-.476%202.533q0%202.92%202.04%204.951q2.04%202.032%204.96%202.032m1.939-8.92%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.404l-.731-.731q.255-.675.383-1.341q.128-.667.128-1.309q0-2.92-2.04-4.971T11.75%206q-.7%200-1.35.122t-1.28.397l-.77-.769q.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.338zm-8.615-2.048q1.339%200%202.54-.479t2.168-1.38L6.604%208.303q-.902.971-1.378%202.186t-.476%202.533q0%202.92%202.04%204.951q2.04%202.032%204.96%202.032m1.939-8.92%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-outline.svg?color=%231a73e8&size=48