alarm pause icon

alarm-pause-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.

Name
alarm-pause-filled
Set
Reicon
Style
Filled
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All alarm pause icons →

More time icons from Reicon

Use the alarm pause 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.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.795-1.272l4-2.5a.75.75 0 0 1 1.033.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.795 1.272l-4-2.5a.75.75 0 0 1-.239-1.033M21 13a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-5 2.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.541c-.184.076-.417.076-.883.076s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 16.199 13 15.966 13 15.5v-5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 9 14.034 9 14.5 9s.699 0 .883.076a1 1 0 0 1 .541.541c.076.184.076.417.076.883zm-5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 9 9.966 9 9.5 9s-.699 0-.883.076a1 1 0 0 0-.54.541C8 9.801 8 10.034 8 10.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.541c.184.076.417.076.883.076s.699 0 .883-.076a1 1 0 0 0 .541-.541c.076-.184.076-.417.076-.883" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAlarmPauseFilled(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.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.795-1.272l4-2.5a.75.75 0 0 1 1.033.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.795 1.272l-4-2.5a.75.75 0 0 1-.239-1.033M21 13a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-5 2.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.541c-.184.076-.417.076-.883.076s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 16.199 13 15.966 13 15.5v-5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 9 14.034 9 14.5 9s.699 0 .883.076a1 1 0 0 1 .541.541c.076.184.076.417.076.883zm-5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 9 9.966 9 9.5 9s-.699 0-.883.076a1 1 0 0 0-.54.541C8 9.801 8 10.034 8 10.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.541c.184.076.417.076.883.076s.699 0 .883-.076a1 1 0 0 0 .541-.541c.076-.184.076-.417.076-.883" 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.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.795-1.272l4-2.5a.75.75 0 0 1 1.033.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.795 1.272l-4-2.5a.75.75 0 0 1-.239-1.033M21 13a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-5 2.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.541c-.184.076-.417.076-.883.076s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 16.199 13 15.966 13 15.5v-5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 9 14.034 9 14.5 9s.699 0 .883.076a1 1 0 0 1 .541.541c.076.184.076.417.076.883zm-5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C10.199 9 9.966 9 9.5 9s-.699 0-.883.076a1 1 0 0 0-.54.541C8 9.801 8 10.034 8 10.5v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.541c.184.076.417.076.883.076s.699 0 .883-.076a1 1 0 0 0 .541-.541c.076-.184.076-.417.076-.883" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-alarm-pause-filled {
  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.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.795-1.272l4-2.5a.75.75%200%200%201%201.033.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.795%201.272l-4-2.5a.75.75%200%200%201-.239-1.033M21%2013a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-5%202.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.541c-.184.076-.417.076-.883.076s-.699%200-.883-.076a1%201%200%200%201-.54-.541C13%2016.199%2013%2015.966%2013%2015.5v-5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C13.801%209%2014.034%209%2014.5%209s.699%200%20.883.076a1%201%200%200%201%20.541.541c.076.184.076.417.076.883zm-5%200v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C10.199%209%209.966%209%209.5%209s-.699%200-.883.076a1%201%200%200%200-.54.541C8%209.801%208%2010.034%208%2010.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.541c.184.076.417.076.883.076s.699%200%20.883-.076a1%201%200%200%200%20.541-.541c.076-.184.076-.417.076-.883%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.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.795-1.272l4-2.5a.75.75%200%200%201%201.033.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.795%201.272l-4-2.5a.75.75%200%200%201-.239-1.033M21%2013a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-5%202.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.541c-.184.076-.417.076-.883.076s-.699%200-.883-.076a1%201%200%200%201-.54-.541C13%2016.199%2013%2015.966%2013%2015.5v-5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C13.801%209%2014.034%209%2014.5%209s.699%200%20.883.076a1%201%200%200%201%20.541.541c.076.184.076.417.076.883zm-5%200v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C10.199%209%209.966%209%209.5%209s-.699%200-.883.076a1%201%200%200%200-.54.541C8%209.801%208%2010.034%208%2010.5v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.541c.184.076.417.076.883.076s.699%200%20.883-.076a1%201%200%200%200%20.541-.541c.076-.184.076-.417.076-.883%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/reicon/alarm-pause-filled.svg?color=%231a73e8&size=48