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

Name
alarm
Set
Bootstrap Icons
Style
Outline
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"><g fill="currentColor"><path d="M8.5 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 9z"/><path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1zm1.038 3.018a6 6 0 0 1 .924 0a6 6 0 1 1-.924 0M0 3.5c0 .753.333 1.429.86 1.887A8.04 8.04 0 0 1 4.387 1.86A2.5 2.5 0 0 0 0 3.5M13.5 1c-.753 0-1.429.333-1.887.86a8.04 8.04 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1"/></g></svg>

React

import type { SVGProps } from "react";

export function BiAlarm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.5 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 9z"/><path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1zm1.038 3.018a6 6 0 0 1 .924 0a6 6 0 1 1-.924 0M0 3.5c0 .753.333 1.429.86 1.887A8.04 8.04 0 0 1 4.387 1.86A2.5 2.5 0 0 0 0 3.5M13.5 1c-.753 0-1.429.333-1.887.86a8.04 8.04 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.5 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 9z"/><path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1zm1.038 3.018a6 6 0 0 1 .924 0a6 6 0 1 1-.924 0M0 3.5c0 .753.333 1.429.86 1.887A8.04 8.04 0 0 1 4.387 1.86A2.5 2.5 0 0 0 0 3.5M13.5 1c-.753 0-1.429.333-1.887.86a8.04 8.04 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1"/></g></svg>
</template>

CSS

.icon-alarm {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%205.5a.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%209z%22%2F%3E%3Cpath%20d%3D%22M6.5%200a.5.5%200%200%200%200%201H7v1.07a7.001%207.001%200%200%200-3.273%2012.474l-.602.602a.5.5%200%200%200%20.707.708l.746-.746A6.97%206.97%200%200%200%208%2016a6.97%206.97%200%200%200%203.422-.892l.746.746a.5.5%200%200%200%20.707-.708l-.601-.602A7.001%207.001%200%200%200%209%202.07V1h.5a.5.5%200%200%200%200-1zm1.038%203.018a6%206%200%200%201%20.924%200a6%206%200%201%201-.924%200M0%203.5c0%20.753.333%201.429.86%201.887A8.04%208.04%200%200%201%204.387%201.86A2.5%202.5%200%200%200%200%203.5M13.5%201c-.753%200-1.429.333-1.887.86a8.04%208.04%200%200%201%203.527%203.527A2.5%202.5%200%200%200%2013.5%201%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%205.5a.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%209z%22%2F%3E%3Cpath%20d%3D%22M6.5%200a.5.5%200%200%200%200%201H7v1.07a7.001%207.001%200%200%200-3.273%2012.474l-.602.602a.5.5%200%200%200%20.707.708l.746-.746A6.97%206.97%200%200%200%208%2016a6.97%206.97%200%200%200%203.422-.892l.746.746a.5.5%200%200%200%20.707-.708l-.601-.602A7.001%207.001%200%200%200%209%202.07V1h.5a.5.5%200%200%200%200-1zm1.038%203.018a6%206%200%200%201%20.924%200a6%206%200%201%201-.924%200M0%203.5c0%20.753.333%201.429.86%201.887A8.04%208.04%200%200%201%204.387%201.86A2.5%202.5%200%200%200%200%203.5M13.5%201c-.753%200-1.429.333-1.887.86a8.04%208.04%200%200%201%203.527%203.527A2.5%202.5%200%200%200%2013.5%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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