alarm icon

alarm-outline from Solar by 480 Design · Outline · Time · CC-BY-4.0 Attribution required.

Name
alarm-outline
Set
Solar
Style
Outline
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

Use the alarm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.13602 1.6026C8.35556 1.95386 8.24877 2.41657 7.89752 2.6361L3.8975 5.1361C3.54624 5.35563 3.08353 5.24885 2.864 4.8976C2.64447 4.54634 2.75125 4.08363 3.1025 3.8641L7.10253 1.3641C7.45378 1.14457 7.91649 1.25135 8.13602 1.6026ZM15.864 1.6026C16.0835 1.25135 16.5462 1.14457 16.8975 1.3641L20.8975 3.8641C21.2488 4.08363 21.3555 4.54635 21.136 4.8976C20.9165 5.24885 20.4538 5.35563 20.1025 5.1361L16.1025 2.6361C15.7512 2.41657 15.6445 1.95385 15.864 1.6026ZM12 4.7501C7.44365 4.7501 3.75 8.44375 3.75 13.0001C3.75 17.5564 7.44365 21.2501 12 21.2501C16.5563 21.2501 20.25 17.5564 20.25 13.0001C20.25 8.44375 16.5563 4.7501 12 4.7501ZM2.25 13.0001C2.25 7.61532 6.61522 3.2501 12 3.2501C17.3848 3.2501 21.75 7.61532 21.75 13.0001C21.75 18.3849 17.3848 22.7501 12 22.7501C6.61522 22.7501 2.25 18.3849 2.25 13.0001ZM12 8.2501C12.4142 8.2501 12.75 8.58589 12.75 9.0001V12.6894L15.0303 14.9698C15.3232 15.2627 15.3232 15.7375 15.0303 16.0304C14.7374 16.3233 14.2626 16.3233 13.9697 16.0304L11.4697 13.5304C11.329 13.3898 11.25 13.199 11.25 13.0001V9.0001C11.25 8.58589 11.5858 8.2501 12 8.2501Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarAlarmOutline(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" fillRule="evenodd" d="M8.13602 1.6026C8.35556 1.95386 8.24877 2.41657 7.89752 2.6361L3.8975 5.1361C3.54624 5.35563 3.08353 5.24885 2.864 4.8976C2.64447 4.54634 2.75125 4.08363 3.1025 3.8641L7.10253 1.3641C7.45378 1.14457 7.91649 1.25135 8.13602 1.6026ZM15.864 1.6026C16.0835 1.25135 16.5462 1.14457 16.8975 1.3641L20.8975 3.8641C21.2488 4.08363 21.3555 4.54635 21.136 4.8976C20.9165 5.24885 20.4538 5.35563 20.1025 5.1361L16.1025 2.6361C15.7512 2.41657 15.6445 1.95385 15.864 1.6026ZM12 4.7501C7.44365 4.7501 3.75 8.44375 3.75 13.0001C3.75 17.5564 7.44365 21.2501 12 21.2501C16.5563 21.2501 20.25 17.5564 20.25 13.0001C20.25 8.44375 16.5563 4.7501 12 4.7501ZM2.25 13.0001C2.25 7.61532 6.61522 3.2501 12 3.2501C17.3848 3.2501 21.75 7.61532 21.75 13.0001C21.75 18.3849 17.3848 22.7501 12 22.7501C6.61522 22.7501 2.25 18.3849 2.25 13.0001ZM12 8.2501C12.4142 8.2501 12.75 8.58589 12.75 9.0001V12.6894L15.0303 14.9698C15.3232 15.2627 15.3232 15.7375 15.0303 16.0304C14.7374 16.3233 14.2626 16.3233 13.9697 16.0304L11.4697 13.5304C11.329 13.3898 11.25 13.199 11.25 13.0001V9.0001C11.25 8.58589 11.5858 8.2501 12 8.2501Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.13602 1.6026C8.35556 1.95386 8.24877 2.41657 7.89752 2.6361L3.8975 5.1361C3.54624 5.35563 3.08353 5.24885 2.864 4.8976C2.64447 4.54634 2.75125 4.08363 3.1025 3.8641L7.10253 1.3641C7.45378 1.14457 7.91649 1.25135 8.13602 1.6026ZM15.864 1.6026C16.0835 1.25135 16.5462 1.14457 16.8975 1.3641L20.8975 3.8641C21.2488 4.08363 21.3555 4.54635 21.136 4.8976C20.9165 5.24885 20.4538 5.35563 20.1025 5.1361L16.1025 2.6361C15.7512 2.41657 15.6445 1.95385 15.864 1.6026ZM12 4.7501C7.44365 4.7501 3.75 8.44375 3.75 13.0001C3.75 17.5564 7.44365 21.2501 12 21.2501C16.5563 21.2501 20.25 17.5564 20.25 13.0001C20.25 8.44375 16.5563 4.7501 12 4.7501ZM2.25 13.0001C2.25 7.61532 6.61522 3.2501 12 3.2501C17.3848 3.2501 21.75 7.61532 21.75 13.0001C21.75 18.3849 17.3848 22.7501 12 22.7501C6.61522 22.7501 2.25 18.3849 2.25 13.0001ZM12 8.2501C12.4142 8.2501 12.75 8.58589 12.75 9.0001V12.6894L15.0303 14.9698C15.3232 15.2627 15.3232 15.7375 15.0303 16.0304C14.7374 16.3233 14.2626 16.3233 13.9697 16.0304L11.4697 13.5304C11.329 13.3898 11.25 13.199 11.25 13.0001V9.0001C11.25 8.58589 11.5858 8.2501 12 8.2501Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-alarm-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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.13602%201.6026C8.35556%201.95386%208.24877%202.41657%207.89752%202.6361L3.8975%205.1361C3.54624%205.35563%203.08353%205.24885%202.864%204.8976C2.64447%204.54634%202.75125%204.08363%203.1025%203.8641L7.10253%201.3641C7.45378%201.14457%207.91649%201.25135%208.13602%201.6026ZM15.864%201.6026C16.0835%201.25135%2016.5462%201.14457%2016.8975%201.3641L20.8975%203.8641C21.2488%204.08363%2021.3555%204.54635%2021.136%204.8976C20.9165%205.24885%2020.4538%205.35563%2020.1025%205.1361L16.1025%202.6361C15.7512%202.41657%2015.6445%201.95385%2015.864%201.6026ZM12%204.7501C7.44365%204.7501%203.75%208.44375%203.75%2013.0001C3.75%2017.5564%207.44365%2021.2501%2012%2021.2501C16.5563%2021.2501%2020.25%2017.5564%2020.25%2013.0001C20.25%208.44375%2016.5563%204.7501%2012%204.7501ZM2.25%2013.0001C2.25%207.61532%206.61522%203.2501%2012%203.2501C17.3848%203.2501%2021.75%207.61532%2021.75%2013.0001C21.75%2018.3849%2017.3848%2022.7501%2012%2022.7501C6.61522%2022.7501%202.25%2018.3849%202.25%2013.0001ZM12%208.2501C12.4142%208.2501%2012.75%208.58589%2012.75%209.0001V12.6894L15.0303%2014.9698C15.3232%2015.2627%2015.3232%2015.7375%2015.0303%2016.0304C14.7374%2016.3233%2014.2626%2016.3233%2013.9697%2016.0304L11.4697%2013.5304C11.329%2013.3898%2011.25%2013.199%2011.25%2013.0001V9.0001C11.25%208.58589%2011.5858%208.2501%2012%208.2501Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.13602%201.6026C8.35556%201.95386%208.24877%202.41657%207.89752%202.6361L3.8975%205.1361C3.54624%205.35563%203.08353%205.24885%202.864%204.8976C2.64447%204.54634%202.75125%204.08363%203.1025%203.8641L7.10253%201.3641C7.45378%201.14457%207.91649%201.25135%208.13602%201.6026ZM15.864%201.6026C16.0835%201.25135%2016.5462%201.14457%2016.8975%201.3641L20.8975%203.8641C21.2488%204.08363%2021.3555%204.54635%2021.136%204.8976C20.9165%205.24885%2020.4538%205.35563%2020.1025%205.1361L16.1025%202.6361C15.7512%202.41657%2015.6445%201.95385%2015.864%201.6026ZM12%204.7501C7.44365%204.7501%203.75%208.44375%203.75%2013.0001C3.75%2017.5564%207.44365%2021.2501%2012%2021.2501C16.5563%2021.2501%2020.25%2017.5564%2020.25%2013.0001C20.25%208.44375%2016.5563%204.7501%2012%204.7501ZM2.25%2013.0001C2.25%207.61532%206.61522%203.2501%2012%203.2501C17.3848%203.2501%2021.75%207.61532%2021.75%2013.0001C21.75%2018.3849%2017.3848%2022.7501%2012%2022.7501C6.61522%2022.7501%202.25%2018.3849%202.25%2013.0001ZM12%208.2501C12.4142%208.2501%2012.75%208.58589%2012.75%209.0001V12.6894L15.0303%2014.9698C15.3232%2015.2627%2015.3232%2015.7375%2015.0303%2016.0304C14.7374%2016.3233%2014.2626%2016.3233%2013.9697%2016.0304L11.4697%2013.5304C11.329%2013.3898%2011.25%2013.199%2011.25%2013.0001V9.0001C11.25%208.58589%2011.5858%208.2501%2012%208.2501Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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