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

Name
alarm-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="M17.93 15.366L9.39 6.789q-.373-.38-.268-.886q.106-.507.61-.65q.46-.141.972-.197T11.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 .516-.059 1.016t-.2 1.003q-.143.504-.662.603t-.898-.28m-.443-10.877q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l2.773 2.773q.14.14.15.344t-.15.363t-.354.16t-.354-.16zM11.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.1L3.239 7.273q-.141.14-.345.15t-.363-.15t-.16-.354t.16-.353l1.173-1.174L2.38 4.07q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l17.631 17.63q.14.14.15.345t-.15.363t-.353.16q-.195 0-.354-.16l-2.835-2.834q-1.029.959-2.42 1.547T11.75 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAlarmOffRounded(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="M17.93 15.366L9.39 6.789q-.373-.38-.268-.886q.106-.507.61-.65q.46-.141.972-.197T11.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 .516-.059 1.016t-.2 1.003q-.143.504-.662.603t-.898-.28m-.443-10.877q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l2.773 2.773q.14.14.15.344t-.15.363t-.354.16t-.354-.16zM11.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.1L3.239 7.273q-.141.14-.345.15t-.363-.15t-.16-.354t.16-.353l1.173-1.174L2.38 4.07q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l17.631 17.63q.14.14.15.345t-.15.363t-.353.16q-.195 0-.354-.16l-2.835-2.834q-1.029.959-2.42 1.547T11.75 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.93 15.366L9.39 6.789q-.373-.38-.268-.886q.106-.507.61-.65q.46-.141.972-.197T11.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 .516-.059 1.016t-.2 1.003q-.143.504-.662.603t-.898-.28m-.443-10.877q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l2.773 2.773q.14.14.15.344t-.15.363t-.354.16t-.354-.16zM11.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.1L3.239 7.273q-.141.14-.345.15t-.363-.15t-.16-.354t.16-.353l1.173-1.174L2.38 4.07q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l17.631 17.63q.14.14.15.345t-.15.363t-.353.16q-.195 0-.354-.16l-2.835-2.834q-1.029.959-2.42 1.547T11.75 21"/></svg>
</template>

CSS

.icon-alarm-off-rounded {
  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%22M17.93%2015.366L9.39%206.789q-.373-.38-.268-.886q.106-.507.61-.65q.46-.141.972-.197T11.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.516-.059%201.016t-.2%201.003q-.143.504-.662.603t-.898-.28m-.443-10.877q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l2.773%202.773q.14.14.15.344t-.15.363t-.354.16t-.354-.16zM11.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.1L3.239%207.273q-.141.14-.345.15t-.363-.15t-.16-.354t.16-.353l1.173-1.174L2.38%204.07q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l17.631%2017.63q.14.14.15.345t-.15.363t-.353.16q-.195%200-.354-.16l-2.835-2.834q-1.029.959-2.42%201.547T11.75%2021%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%22M17.93%2015.366L9.39%206.789q-.373-.38-.268-.886q.106-.507.61-.65q.46-.141.972-.197T11.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.516-.059%201.016t-.2%201.003q-.143.504-.662.603t-.898-.28m-.443-10.877q-.14-.14-.15-.344t.15-.363t.354-.16t.354.16l2.773%202.773q.14.14.15.344t-.15.363t-.354.16t-.354-.16zM11.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.1L3.239%207.273q-.141.14-.345.15t-.363-.15t-.16-.354t.16-.353l1.173-1.174L2.38%204.07q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l17.631%2017.63q.14.14.15.345t-.15.363t-.353.16q-.195%200-.354-.16l-2.835-2.834q-1.029.959-2.42%201.547T11.75%2021%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-rounded.svg?color=%231a73e8&size=48