alarm-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
alarm-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Use the alarm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5m2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86A8.04 8.04 0 0 0 .86 5.387M11.613 1.86a2.5 2.5 0 1 1 3.527 3.527a8.04 8.04 0 0 0-3.527-3.527"/></svg>

React

import type { SVGProps } from "react";

export function BiAlarmFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5m2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86A8.04 8.04 0 0 0 .86 5.387M11.613 1.86a2.5 2.5 0 1 1 3.527 3.527a8.04 8.04 0 0 0-3.527-3.527"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5m2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86A8.04 8.04 0 0 0 .86 5.387M11.613 1.86a2.5 2.5 0 1 1 3.527 3.527a8.04 8.04 0 0 0-3.527-3.527"/></svg>
</template>

CSS

.icon-alarm-fill {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%20.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201H9v1.07a7.001%207.001%200%200%201%203.274%2012.474l.601.602a.5.5%200%200%201-.707.708l-.746-.746A6.97%206.97%200%200%201%208%2016a6.97%206.97%200%200%201-3.422-.892l-.746.746a.5.5%200%200%201-.707-.708l.602-.602A7.001%207.001%200%200%201%207%202.07V1h-.5A.5.5%200%200%201%206%20.5m2.5%205a.5.5%200%200%200-1%200v3.362l-1.429%202.38a.5.5%200%201%200%20.858.515l1.5-2.5A.5.5%200%200%200%208.5%209zM.86%205.387A2.5%202.5%200%201%201%204.387%201.86A8.04%208.04%200%200%200%20.86%205.387M11.613%201.86a2.5%202.5%200%201%201%203.527%203.527a8.04%208.04%200%200%200-3.527-3.527%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%20.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201H9v1.07a7.001%207.001%200%200%201%203.274%2012.474l.601.602a.5.5%200%200%201-.707.708l-.746-.746A6.97%206.97%200%200%201%208%2016a6.97%206.97%200%200%201-3.422-.892l-.746.746a.5.5%200%200%201-.707-.708l.602-.602A7.001%207.001%200%200%201%207%202.07V1h-.5A.5.5%200%200%201%206%20.5m2.5%205a.5.5%200%200%200-1%200v3.362l-1.429%202.38a.5.5%200%201%200%20.858.515l1.5-2.5A.5.5%200%200%200%208.5%209zM.86%205.387A2.5%202.5%200%201%201%204.387%201.86A8.04%208.04%200%200%200%20.86%205.387M11.613%201.86a2.5%202.5%200%201%201%203.527%203.527a8.04%208.04%200%200%200-3.527-3.527%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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