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

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

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.25 16.525q-.4-.125-.575-.487t-.05-.738q.2-.575.288-1.112T19 13.1q0-2.95-2.037-5.025T12 6q-.65 0-1.187.075t-1.013.25q-.35.125-.687-.062t-.463-.588t.075-.775t.625-.5q.625-.2 1.288-.3T12 4q1.9 0 3.538.713t2.85 1.95t1.912 2.9t.7 3.537q0 .65-.112 1.325T20.55 15.8q-.125.425-.513.638t-.787.087M17.7 4.45q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.85 2.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM12 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-.5.5q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.5-.5L1.4 4.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.45-2.45q-1.125.825-2.487 1.288T12 22m0-1.975q1.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 MaterialSymbolsAlarmOffOutlineRounded(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.25 16.525q-.4-.125-.575-.487t-.05-.738q.2-.575.288-1.112T19 13.1q0-2.95-2.037-5.025T12 6q-.65 0-1.187.075t-1.013.25q-.35.125-.687-.062t-.463-.588t.075-.775t.625-.5q.625-.2 1.288-.3T12 4q1.9 0 3.538.713t2.85 1.95t1.912 2.9t.7 3.537q0 .65-.112 1.325T20.55 15.8q-.125.425-.513.638t-.787.087M17.7 4.45q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.85 2.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM12 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-.5.5q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.5-.5L1.4 4.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.45-2.45q-1.125.825-2.487 1.288T12 22m0-1.975q1.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.25 16.525q-.4-.125-.575-.487t-.05-.738q.2-.575.288-1.112T19 13.1q0-2.95-2.037-5.025T12 6q-.65 0-1.187.075t-1.013.25q-.35.125-.687-.062t-.463-.588t.075-.775t.625-.5q.625-.2 1.288-.3T12 4q1.9 0 3.538.713t2.85 1.95t1.912 2.9t.7 3.537q0 .65-.112 1.325T20.55 15.8q-.125.425-.513.638t-.787.087M17.7 4.45q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.85 2.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM12 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-.5.5q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.5-.5L1.4 4.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.45-2.45q-1.125.825-2.487 1.288T12 22m0-1.975q1.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-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%22M19.25%2016.525q-.4-.125-.575-.487t-.05-.738q.2-.575.288-1.112T19%2013.1q0-2.95-2.037-5.025T12%206q-.65%200-1.187.075t-1.013.25q-.35.125-.687-.062t-.463-.588t.075-.775t.625-.5q.625-.2%201.288-.3T12%204q1.9%200%203.538.713t2.85%201.95t1.912%202.9t.7%203.537q0%20.65-.112%201.325T20.55%2015.8q-.125.425-.513.638t-.787.087M17.7%204.45q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.85%202.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM12%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-.5.5q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.5-.5L1.4%204.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.45-2.45q-1.125.825-2.487%201.288T12%2022m0-1.975q1.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.25%2016.525q-.4-.125-.575-.487t-.05-.738q.2-.575.288-1.112T19%2013.1q0-2.95-2.037-5.025T12%206q-.65%200-1.187.075t-1.013.25q-.35.125-.687-.062t-.463-.588t.075-.775t.625-.5q.625-.2%201.288-.3T12%204q1.9%200%203.538.713t2.85%201.95t1.912%202.9t.7%203.537q0%20.65-.112%201.325T20.55%2015.8q-.125.425-.513.638t-.787.087M17.7%204.45q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.85%202.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM12%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-.5.5q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.5-.5L1.4%204.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.45-2.45q-1.125.825-2.487%201.288T12%2022m0-1.975q1.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-rounded.svg?color=%231a73e8&size=48