alarm add icon

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

Name
alarm-add-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 add 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 9.2501C12.4142 9.2501 12.75 9.58589 12.75 10.0001L12.75 12.2501H15C15.4142 12.2501 15.75 12.5859 15.75 13.0001C15.75 13.4143 15.4142 13.7501 15 13.7501H12.75V16.0001C12.75 16.4143 12.4142 16.7501 12 16.7501C11.5858 16.7501 11.25 16.4143 11.25 16.0001V13.7501H9C8.58579 13.7501 8.25 13.4143 8.25 13.0001C8.25 12.5859 8.58579 12.2501 9 12.2501H11.25L11.25 10.0001C11.25 9.58589 11.5858 9.2501 12 9.2501Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarAlarmAddOutline(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 9.2501C12.4142 9.2501 12.75 9.58589 12.75 10.0001L12.75 12.2501H15C15.4142 12.2501 15.75 12.5859 15.75 13.0001C15.75 13.4143 15.4142 13.7501 15 13.7501H12.75V16.0001C12.75 16.4143 12.4142 16.7501 12 16.7501C11.5858 16.7501 11.25 16.4143 11.25 16.0001V13.7501H9C8.58579 13.7501 8.25 13.4143 8.25 13.0001C8.25 12.5859 8.58579 12.2501 9 12.2501H11.25L11.25 10.0001C11.25 9.58589 11.5858 9.2501 12 9.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 9.2501C12.4142 9.2501 12.75 9.58589 12.75 10.0001L12.75 12.2501H15C15.4142 12.2501 15.75 12.5859 15.75 13.0001C15.75 13.4143 15.4142 13.7501 15 13.7501H12.75V16.0001C12.75 16.4143 12.4142 16.7501 12 16.7501C11.5858 16.7501 11.25 16.4143 11.25 16.0001V13.7501H9C8.58579 13.7501 8.25 13.4143 8.25 13.0001C8.25 12.5859 8.58579 12.2501 9 12.2501H11.25L11.25 10.0001C11.25 9.58589 11.5858 9.2501 12 9.2501Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-alarm-add-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%209.2501C12.4142%209.2501%2012.75%209.58589%2012.75%2010.0001L12.75%2012.2501H15C15.4142%2012.2501%2015.75%2012.5859%2015.75%2013.0001C15.75%2013.4143%2015.4142%2013.7501%2015%2013.7501H12.75V16.0001C12.75%2016.4143%2012.4142%2016.7501%2012%2016.7501C11.5858%2016.7501%2011.25%2016.4143%2011.25%2016.0001V13.7501H9C8.58579%2013.7501%208.25%2013.4143%208.25%2013.0001C8.25%2012.5859%208.58579%2012.2501%209%2012.2501H11.25L11.25%2010.0001C11.25%209.58589%2011.5858%209.2501%2012%209.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%209.2501C12.4142%209.2501%2012.75%209.58589%2012.75%2010.0001L12.75%2012.2501H15C15.4142%2012.2501%2015.75%2012.5859%2015.75%2013.0001C15.75%2013.4143%2015.4142%2013.7501%2015%2013.7501H12.75V16.0001C12.75%2016.4143%2012.4142%2016.7501%2012%2016.7501C11.5858%2016.7501%2011.25%2016.4143%2011.25%2016.0001V13.7501H9C8.58579%2013.7501%208.25%2013.4143%208.25%2013.0001C8.25%2012.5859%208.58579%2012.2501%209%2012.2501H11.25L11.25%2010.0001C11.25%209.58589%2011.5858%209.2501%2012%209.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-add-outline.svg?color=%231a73e8&size=48