timer-alert-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.

Name
timer-alert-outline
Set
Material Design Icons
Style
Outline
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
stopwatch-alert-outline

1 other variant in Material Design Icons

More alert / error icons from Material Design Icons

Use the timer alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 8h2v6H9zm4-7H7v2h6zm4.03 6.39A8.96 8.96 0 0 1 19 13c0 4.97-4 9-9 9a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41zM17 13c0-3.87-3.13-7-7-7s-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7m4-6v6h2V7zm0 10h2v-2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTimerAlertOutline(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="M9 8h2v6H9zm4-7H7v2h6zm4.03 6.39A8.96 8.96 0 0 1 19 13c0 4.97-4 9-9 9a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41zM17 13c0-3.87-3.13-7-7-7s-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7m4-6v6h2V7zm0 10h2v-2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 8h2v6H9zm4-7H7v2h6zm4.03 6.39A8.96 8.96 0 0 1 19 13c0 4.97-4 9-9 9a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41zM17 13c0-3.87-3.13-7-7-7s-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7m4-6v6h2V7zm0 10h2v-2h-2z"/></svg>
</template>

CSS

.icon-timer-alert-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%22M9%208h2v6H9zm4-7H7v2h6zm4.03%206.39A8.96%208.96%200%200%201%2019%2013c0%204.97-4%209-9%209a9%209%200%200%201%200-18c2.12%200%204.07.74%205.62%202l1.42-1.44c.51.44.96.9%201.41%201.41zM17%2013c0-3.87-3.13-7-7-7s-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7m4-6v6h2V7zm0%2010h2v-2h-2z%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%22M9%208h2v6H9zm4-7H7v2h6zm4.03%206.39A8.96%208.96%200%200%201%2019%2013c0%204.97-4%209-9%209a9%209%200%200%201%200-18c2.12%200%204.07.74%205.62%202l1.42-1.44c.51.44.96.9%201.41%201.41zM17%2013c0-3.87-3.13-7-7-7s-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7m4-6v6h2V7zm0%2010h2v-2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/timer-alert-outline.svg?color=%231a73e8&size=48