alarm from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
alarm
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M153.59 110.46A21.41 21.41 0 0 0 152.48 79A62.67 62.67 0 0 0 112 64l-3.27.09h-.48C74.4 66.15 48 95.55 48.07 131c0 19 8 29.06 14.32 37.11a20.6 20.6 0 0 0 14.7 7.8c.26 0 .7.05 2 .05a19.06 19.06 0 0 0 13.75-5.89Zm250.2-46.35l-3.27-.1H400a62.67 62.67 0 0 0-40.52 15a21.41 21.41 0 0 0-1.11 31.44l60.77 59.65a19.06 19.06 0 0 0 13.79 5.9c1.28 0 1.72 0 2-.05a20.6 20.6 0 0 0 14.69-7.8c6.36-8.05 14.28-18.08 14.32-37.11c.06-35.49-26.34-64.89-60.15-66.93"/><path fill="currentColor" d="M256.07 96c-97 0-176 78.95-176 176a175.23 175.23 0 0 0 40.81 112.56l-36.12 36.13a16 16 0 1 0 22.63 22.62l36.12-36.12a175.63 175.63 0 0 0 225.12 0l36.13 36.12a16 16 0 1 0 22.63-22.62l-36.13-36.13A175.17 175.17 0 0 0 432.07 272c0-97-78.95-176-176-176m16 176a16 16 0 0 1-16 16h-80a16 16 0 0 1 0-32h64v-96a16 16 0 0 1 32 0Z"/></svg>

React

import type { SVGProps } from "react";

export function IonAlarm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M153.59 110.46A21.41 21.41 0 0 0 152.48 79A62.67 62.67 0 0 0 112 64l-3.27.09h-.48C74.4 66.15 48 95.55 48.07 131c0 19 8 29.06 14.32 37.11a20.6 20.6 0 0 0 14.7 7.8c.26 0 .7.05 2 .05a19.06 19.06 0 0 0 13.75-5.89Zm250.2-46.35l-3.27-.1H400a62.67 62.67 0 0 0-40.52 15a21.41 21.41 0 0 0-1.11 31.44l60.77 59.65a19.06 19.06 0 0 0 13.79 5.9c1.28 0 1.72 0 2-.05a20.6 20.6 0 0 0 14.69-7.8c6.36-8.05 14.28-18.08 14.32-37.11c.06-35.49-26.34-64.89-60.15-66.93"/><path fill="currentColor" d="M256.07 96c-97 0-176 78.95-176 176a175.23 175.23 0 0 0 40.81 112.56l-36.12 36.13a16 16 0 1 0 22.63 22.62l36.12-36.12a175.63 175.63 0 0 0 225.12 0l36.13 36.12a16 16 0 1 0 22.63-22.62l-36.13-36.13A175.17 175.17 0 0 0 432.07 272c0-97-78.95-176-176-176m16 176a16 16 0 0 1-16 16h-80a16 16 0 0 1 0-32h64v-96a16 16 0 0 1 32 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M153.59 110.46A21.41 21.41 0 0 0 152.48 79A62.67 62.67 0 0 0 112 64l-3.27.09h-.48C74.4 66.15 48 95.55 48.07 131c0 19 8 29.06 14.32 37.11a20.6 20.6 0 0 0 14.7 7.8c.26 0 .7.05 2 .05a19.06 19.06 0 0 0 13.75-5.89Zm250.2-46.35l-3.27-.1H400a62.67 62.67 0 0 0-40.52 15a21.41 21.41 0 0 0-1.11 31.44l60.77 59.65a19.06 19.06 0 0 0 13.79 5.9c1.28 0 1.72 0 2-.05a20.6 20.6 0 0 0 14.69-7.8c6.36-8.05 14.28-18.08 14.32-37.11c.06-35.49-26.34-64.89-60.15-66.93"/><path fill="currentColor" d="M256.07 96c-97 0-176 78.95-176 176a175.23 175.23 0 0 0 40.81 112.56l-36.12 36.13a16 16 0 1 0 22.63 22.62l36.12-36.12a175.63 175.63 0 0 0 225.12 0l36.13 36.12a16 16 0 1 0 22.63-22.62l-36.13-36.13A175.17 175.17 0 0 0 432.07 272c0-97-78.95-176-176-176m16 176a16 16 0 0 1-16 16h-80a16 16 0 0 1 0-32h64v-96a16 16 0 0 1 32 0Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M153.59%20110.46A21.41%2021.41%200%200%200%20152.48%2079A62.67%2062.67%200%200%200%20112%2064l-3.27.09h-.48C74.4%2066.15%2048%2095.55%2048.07%20131c0%2019%208%2029.06%2014.32%2037.11a20.6%2020.6%200%200%200%2014.7%207.8c.26%200%20.7.05%202%20.05a19.06%2019.06%200%200%200%2013.75-5.89Zm250.2-46.35l-3.27-.1H400a62.67%2062.67%200%200%200-40.52%2015a21.41%2021.41%200%200%200-1.11%2031.44l60.77%2059.65a19.06%2019.06%200%200%200%2013.79%205.9c1.28%200%201.72%200%202-.05a20.6%2020.6%200%200%200%2014.69-7.8c6.36-8.05%2014.28-18.08%2014.32-37.11c.06-35.49-26.34-64.89-60.15-66.93%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.07%2096c-97%200-176%2078.95-176%20176a175.23%20175.23%200%200%200%2040.81%20112.56l-36.12%2036.13a16%2016%200%201%200%2022.63%2022.62l36.12-36.12a175.63%20175.63%200%200%200%20225.12%200l36.13%2036.12a16%2016%200%201%200%2022.63-22.62l-36.13-36.13A175.17%20175.17%200%200%200%20432.07%20272c0-97-78.95-176-176-176m16%20176a16%2016%200%200%201-16%2016h-80a16%2016%200%200%201%200-32h64v-96a16%2016%200%200%201%2032%200Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M153.59%20110.46A21.41%2021.41%200%200%200%20152.48%2079A62.67%2062.67%200%200%200%20112%2064l-3.27.09h-.48C74.4%2066.15%2048%2095.55%2048.07%20131c0%2019%208%2029.06%2014.32%2037.11a20.6%2020.6%200%200%200%2014.7%207.8c.26%200%20.7.05%202%20.05a19.06%2019.06%200%200%200%2013.75-5.89Zm250.2-46.35l-3.27-.1H400a62.67%2062.67%200%200%200-40.52%2015a21.41%2021.41%200%200%200-1.11%2031.44l60.77%2059.65a19.06%2019.06%200%200%200%2013.79%205.9c1.28%200%201.72%200%202-.05a20.6%2020.6%200%200%200%2014.69-7.8c6.36-8.05%2014.28-18.08%2014.32-37.11c.06-35.49-26.34-64.89-60.15-66.93%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.07%2096c-97%200-176%2078.95-176%20176a175.23%20175.23%200%200%200%2040.81%20112.56l-36.12%2036.13a16%2016%200%201%200%2022.63%2022.62l36.12-36.12a175.63%20175.63%200%200%200%20225.12%200l36.13%2036.12a16%2016%200%201%200%2022.63-22.62l-36.13-36.13A175.17%20175.17%200%200%200%20432.07%20272c0-97-78.95-176-176-176m16%20176a16%2016%200%200%201-16%2016h-80a16%2016%200%200%201%200-32h64v-96a16%2016%200%200%201%2032%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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