round-alarm-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-alarm-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm-6.33-3.5a.99.99 0 0 0-1.39 0l-.02.03a.97.97 0 0 0 0 1.39l.68.68l-.17.14c-.42.34-.47.96-.13 1.38l.03.03c.35.42.96.47 1.38.12l.31-.25l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l1.41 1.41c.38.38 1 .38 1.39 0l.03-.03c.38-.38.38-1 0-1.39zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20m7.91-13.44c.42.35 1.03.29 1.38-.12l.03-.03a.98.98 0 0 0-.12-1.38l-3.1-2.59a.98.98 0 0 0-1.38.12l-.03.03a.98.98 0 0 0 .12 1.38zM7.43 3.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.22z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAlarmOff(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="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm-6.33-3.5a.99.99 0 0 0-1.39 0l-.02.03a.97.97 0 0 0 0 1.39l.68.68l-.17.14c-.42.34-.47.96-.13 1.38l.03.03c.35.42.96.47 1.38.12l.31-.25l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l1.41 1.41c.38.38 1 .38 1.39 0l.03-.03c.38-.38.38-1 0-1.39zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20m7.91-13.44c.42.35 1.03.29 1.38-.12l.03-.03a.98.98 0 0 0-.12-1.38l-3.1-2.59a.98.98 0 0 0-1.38.12l-.03.03a.98.98 0 0 0 .12 1.38zM7.43 3.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.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="M10.04 6.29C10.66 6.11 11.32 6 12 6c3.86 0 7 3.14 7 7c0 .68-.11 1.34-.29 1.96l1.56 1.56c.47-1.08.73-2.27.73-3.52A9 9 0 0 0 8.47 4.72zm-6.33-3.5a.99.99 0 0 0-1.39 0l-.02.03a.97.97 0 0 0 0 1.39l.68.68l-.17.14c-.42.34-.47.96-.13 1.38l.03.03c.35.42.96.47 1.38.12l.31-.25l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l1.41 1.41c.38.38 1 .38 1.39 0l.03-.03c.38-.38.38-1 0-1.39zM12 20c-3.86 0-7-3.14-7-7c0-1.7.61-3.26 1.62-4.47l9.85 9.85A6.96 6.96 0 0 1 12 20m7.91-13.44c.42.35 1.03.29 1.38-.12l.03-.03a.98.98 0 0 0-.12-1.38l-3.1-2.59a.98.98 0 0 0-1.38.12l-.03.03a.98.98 0 0 0 .12 1.38zM7.43 3.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.22z"/></svg>
</template>

CSS

.icon-round-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%22M10.04%206.29C10.66%206.11%2011.32%206%2012%206c3.86%200%207%203.14%207%207c0%20.68-.11%201.34-.29%201.96l1.56%201.56c.47-1.08.73-2.27.73-3.52A9%209%200%200%200%208.47%204.72zm-6.33-3.5a.99.99%200%200%200-1.39%200l-.02.03a.97.97%200%200%200%200%201.39l.68.68l-.17.14c-.42.34-.47.96-.13%201.38l.03.03c.35.42.96.47%201.38.12l.31-.25l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l1.41%201.41c.38.38%201%20.38%201.39%200l.03-.03c.38-.38.38-1%200-1.39zM12%2020c-3.86%200-7-3.14-7-7c0-1.7.61-3.26%201.62-4.47l9.85%209.85A6.96%206.96%200%200%201%2012%2020m7.91-13.44c.42.35%201.03.29%201.38-.12l.03-.03a.98.98%200%200%200-.12-1.38l-3.1-2.59a.98.98%200%200%200-1.38.12l-.03.03a.98.98%200%200%200%20.12%201.38zM7.43%203.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.22z%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%22M10.04%206.29C10.66%206.11%2011.32%206%2012%206c3.86%200%207%203.14%207%207c0%20.68-.11%201.34-.29%201.96l1.56%201.56c.47-1.08.73-2.27.73-3.52A9%209%200%200%200%208.47%204.72zm-6.33-3.5a.99.99%200%200%200-1.39%200l-.02.03a.97.97%200%200%200%200%201.39l.68.68l-.17.14c-.42.34-.47.96-.13%201.38l.03.03c.35.42.96.47%201.38.12l.31-.25l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l1.41%201.41c.38.38%201%20.38%201.39%200l.03-.03c.38-.38.38-1%200-1.39zM12%2020c-3.86%200-7-3.14-7-7c0-1.7.61-3.26%201.62-4.47l9.85%209.85A6.96%206.96%200%200%201%2012%2020m7.91-13.44c.42.35%201.03.29%201.38-.12l.03-.03a.98.98%200%200%200-.12-1.38l-3.1-2.59a.98.98%200%200%200-1.38.12l-.03.03a.98.98%200%200%200%20.12%201.38zM7.43%203.68c.18-.34.15-.77-.11-1.09l-.03-.03c-.3-.36-.8-.43-1.2-.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-alarm-off.svg?color=%231a73e8&size=48