alarm pause icon

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

Name
alarm-pause
Set
Reicon
Style
Outline
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M7.898 2.636a.75.75 0 1 0-.795-1.272l-4 2.5a.75.75 0 0 0 .794 1.272zm9-1.272a.75.75 0 1 0-.796 1.272l4 2.5a.75.75 0 1 0 .796-1.272zM3.75 13a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0M12 3.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 3.25 12 3.25m-2.478 5h-.044c-.214 0-.41 0-.576.011c-.178.012-.373.04-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572c-.011.165-.011.362-.011.576v5.044c0 .214 0 .411.011.576c.012.178.04.373.122.572c.178.429.519.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.01-.362-.01-.576-.01m-.752 1.65a.25.25 0 0 1 .131-.13a1 1 0 0 1 .103-.013c.108-.007.253-.008.496-.008s.388 0 .496.008c.067.004.095.01.103.012a.25.25 0 0 1 .13.131a1 1 0 0 1 .013.103c.008.108.008.253.008.496v5c0 .243 0 .388-.008.496a1 1 0 0 1-.012.103a.25.25 0 0 1-.131.13a1 1 0 0 1-.103.013a8 8 0 0 1-.496.008c-.243 0-.388 0-.496-.008a1 1 0 0 1-.103-.012a.25.25 0 0 1-.13-.131a1 1 0 0 1-.013-.103a8 8 0 0 1-.008-.496v-5c0-.243 0-.388.008-.496a1 1 0 0 1 .012-.103"/><path d="M14.559 8.239h-.044c-.214 0-.41 0-.576.011a1.8 1.8 0 0 0-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.011-.362-.011-.576-.011m-.62 1.52a.25.25 0 0 0-.132.131a1 1 0 0 0-.012.103a8 8 0 0 0-.008.496v5c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.243 0-.388-.008-.496a1 1 0 0 0-.012-.103a.25.25 0 0 0-.131-.13a1 1 0 0 0-.103-.013a8 8 0 0 0-.496-.008c-.243 0-.388 0-.496.008a1 1 0 0 0-.103.012"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAlarmPause(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M7.898 2.636a.75.75 0 1 0-.795-1.272l-4 2.5a.75.75 0 0 0 .794 1.272zm9-1.272a.75.75 0 1 0-.796 1.272l4 2.5a.75.75 0 1 0 .796-1.272zM3.75 13a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0M12 3.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 3.25 12 3.25m-2.478 5h-.044c-.214 0-.41 0-.576.011c-.178.012-.373.04-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572c-.011.165-.011.362-.011.576v5.044c0 .214 0 .411.011.576c.012.178.04.373.122.572c.178.429.519.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.01-.362-.01-.576-.01m-.752 1.65a.25.25 0 0 1 .131-.13a1 1 0 0 1 .103-.013c.108-.007.253-.008.496-.008s.388 0 .496.008c.067.004.095.01.103.012a.25.25 0 0 1 .13.131a1 1 0 0 1 .013.103c.008.108.008.253.008.496v5c0 .243 0 .388-.008.496a1 1 0 0 1-.012.103a.25.25 0 0 1-.131.13a1 1 0 0 1-.103.013a8 8 0 0 1-.496.008c-.243 0-.388 0-.496-.008a1 1 0 0 1-.103-.012a.25.25 0 0 1-.13-.131a1 1 0 0 1-.013-.103a8 8 0 0 1-.008-.496v-5c0-.243 0-.388.008-.496a1 1 0 0 1 .012-.103"/><path d="M14.559 8.239h-.044c-.214 0-.41 0-.576.011a1.8 1.8 0 0 0-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.011-.362-.011-.576-.011m-.62 1.52a.25.25 0 0 0-.132.131a1 1 0 0 0-.012.103a8 8 0 0 0-.008.496v5c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.243 0-.388-.008-.496a1 1 0 0 0-.012-.103a.25.25 0 0 0-.131-.13a1 1 0 0 0-.103-.013a8 8 0 0 0-.496-.008c-.243 0-.388 0-.496.008a1 1 0 0 0-.103.012"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M7.898 2.636a.75.75 0 1 0-.795-1.272l-4 2.5a.75.75 0 0 0 .794 1.272zm9-1.272a.75.75 0 1 0-.796 1.272l4 2.5a.75.75 0 1 0 .796-1.272zM3.75 13a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0M12 3.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 3.25 12 3.25m-2.478 5h-.044c-.214 0-.41 0-.576.011c-.178.012-.373.04-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572c-.011.165-.011.362-.011.576v5.044c0 .214 0 .411.011.576c.012.178.04.373.122.572c.178.429.519.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.01-.362-.01-.576-.01m-.752 1.65a.25.25 0 0 1 .131-.13a1 1 0 0 1 .103-.013c.108-.007.253-.008.496-.008s.388 0 .496.008c.067.004.095.01.103.012a.25.25 0 0 1 .13.131a1 1 0 0 1 .013.103c.008.108.008.253.008.496v5c0 .243 0 .388-.008.496a1 1 0 0 1-.012.103a.25.25 0 0 1-.131.13a1 1 0 0 1-.103.013a8 8 0 0 1-.496.008c-.243 0-.388 0-.496-.008a1 1 0 0 1-.103-.012a.25.25 0 0 1-.13-.131a1 1 0 0 1-.013-.103a8 8 0 0 1-.008-.496v-5c0-.243 0-.388.008-.496a1 1 0 0 1 .012-.103"/><path d="M14.559 8.239h-.044c-.214 0-.41 0-.576.011a1.8 1.8 0 0 0-.572.122a1.75 1.75 0 0 0-.947.947c-.082.199-.11.394-.122.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214 0 .41 0 .576-.011c.178-.012.373-.04.572-.122a1.75 1.75 0 0 0 .947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.41-.011-.576a1.8 1.8 0 0 0-.122-.572a1.75 1.75 0 0 0-.947-.947a1.8 1.8 0 0 0-.572-.122c-.165-.011-.362-.011-.576-.011m-.62 1.52a.25.25 0 0 0-.132.131a1 1 0 0 0-.012.103a8 8 0 0 0-.008.496v5c0 .243 0 .388.008.496c.004.067.01.095.012.103a.25.25 0 0 0 .131.13a1 1 0 0 0 .103.013c.108.008.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.012a.25.25 0 0 0 .13-.131a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.243 0-.388-.008-.496a1 1 0 0 0-.012-.103a.25.25 0 0 0-.131-.13a1 1 0 0 0-.103-.013a8 8 0 0 0-.496-.008c-.243 0-.388 0-.496.008a1 1 0 0 0-.103.012"/></g></svg>
</template>

CSS

.icon-alarm-pause {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.898%202.636a.75.75%200%201%200-.795-1.272l-4%202.5a.75.75%200%200%200%20.794%201.272zm9-1.272a.75.75%200%201%200-.796%201.272l4%202.5a.75.75%200%201%200%20.796-1.272zM3.75%2013a8.25%208.25%200%201%201%2016.5%200a8.25%208.25%200%200%201-16.5%200M12%203.25c-5.385%200-9.75%204.365-9.75%209.75s4.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%203.25%2012%203.25m-2.478%205h-.044c-.214%200-.41%200-.576.011c-.178.012-.373.04-.572.122a1.75%201.75%200%200%200-.947.947c-.082.199-.11.394-.122.572c-.011.165-.011.362-.011.576v5.044c0%20.214%200%20.411.011.576c.012.178.04.373.122.572c.178.429.519.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214%200%20.41%200%20.576-.011c.178-.012.373-.04.572-.122a1.75%201.75%200%200%200%20.947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.41-.011-.576a1.8%201.8%200%200%200-.122-.572a1.75%201.75%200%200%200-.947-.947a1.8%201.8%200%200%200-.572-.122c-.165-.01-.362-.01-.576-.01m-.752%201.65a.25.25%200%200%201%20.131-.13a1%201%200%200%201%20.103-.013c.108-.007.253-.008.496-.008s.388%200%20.496.008c.067.004.095.01.103.012a.25.25%200%200%201%20.13.131a1%201%200%200%201%20.013.103c.008.108.008.253.008.496v5c0%20.243%200%20.388-.008.496a1%201%200%200%201-.012.103a.25.25%200%200%201-.131.13a1%201%200%200%201-.103.013a8%208%200%200%201-.496.008c-.243%200-.388%200-.496-.008a1%201%200%200%201-.103-.012a.25.25%200%200%201-.13-.131a1%201%200%200%201-.013-.103a8%208%200%200%201-.008-.496v-5c0-.243%200-.388.008-.496a1%201%200%200%201%20.012-.103%22%2F%3E%3Cpath%20d%3D%22M14.559%208.239h-.044c-.214%200-.41%200-.576.011a1.8%201.8%200%200%200-.572.122a1.75%201.75%200%200%200-.947.947c-.082.199-.11.394-.122.572a9%209%200%200%200-.011.576v5.044c0%20.214%200%20.41.011.576c.012.178.04.373.122.572c.178.428.518.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214%200%20.41%200%20.576-.011c.178-.012.373-.04.572-.122a1.75%201.75%200%200%200%20.947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.41-.011-.576a1.8%201.8%200%200%200-.122-.572a1.75%201.75%200%200%200-.947-.947a1.8%201.8%200%200%200-.572-.122c-.165-.011-.362-.011-.576-.011m-.62%201.52a.25.25%200%200%200-.132.131a1%201%200%200%200-.012.103a8%208%200%200%200-.008.496v5c0%20.243%200%20.388.008.496c.004.067.01.095.012.103a.25.25%200%200%200%20.131.13a1%201%200%200%200%20.103.013c.108.008.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.012a.25.25%200%200%200%20.13-.131a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-5c0-.243%200-.388-.008-.496a1%201%200%200%200-.012-.103a.25.25%200%200%200-.131-.13a1%201%200%200%200-.103-.013a8%208%200%200%200-.496-.008c-.243%200-.388%200-.496.008a1%201%200%200%200-.103.012%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.898%202.636a.75.75%200%201%200-.795-1.272l-4%202.5a.75.75%200%200%200%20.794%201.272zm9-1.272a.75.75%200%201%200-.796%201.272l4%202.5a.75.75%200%201%200%20.796-1.272zM3.75%2013a8.25%208.25%200%201%201%2016.5%200a8.25%208.25%200%200%201-16.5%200M12%203.25c-5.385%200-9.75%204.365-9.75%209.75s4.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%203.25%2012%203.25m-2.478%205h-.044c-.214%200-.41%200-.576.011c-.178.012-.373.04-.572.122a1.75%201.75%200%200%200-.947.947c-.082.199-.11.394-.122.572c-.011.165-.011.362-.011.576v5.044c0%20.214%200%20.411.011.576c.012.178.04.373.122.572c.178.429.519.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214%200%20.41%200%20.576-.011c.178-.012.373-.04.572-.122a1.75%201.75%200%200%200%20.947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.41-.011-.576a1.8%201.8%200%200%200-.122-.572a1.75%201.75%200%200%200-.947-.947a1.8%201.8%200%200%200-.572-.122c-.165-.01-.362-.01-.576-.01m-.752%201.65a.25.25%200%200%201%20.131-.13a1%201%200%200%201%20.103-.013c.108-.007.253-.008.496-.008s.388%200%20.496.008c.067.004.095.01.103.012a.25.25%200%200%201%20.13.131a1%201%200%200%201%20.013.103c.008.108.008.253.008.496v5c0%20.243%200%20.388-.008.496a1%201%200%200%201-.012.103a.25.25%200%200%201-.131.13a1%201%200%200%201-.103.013a8%208%200%200%201-.496.008c-.243%200-.388%200-.496-.008a1%201%200%200%201-.103-.012a.25.25%200%200%201-.13-.131a1%201%200%200%201-.013-.103a8%208%200%200%201-.008-.496v-5c0-.243%200-.388.008-.496a1%201%200%200%201%20.012-.103%22%2F%3E%3Cpath%20d%3D%22M14.559%208.239h-.044c-.214%200-.41%200-.576.011a1.8%201.8%200%200%200-.572.122a1.75%201.75%200%200%200-.947.947c-.082.199-.11.394-.122.572a9%209%200%200%200-.011.576v5.044c0%20.214%200%20.41.011.576c.012.178.04.373.122.572c.178.428.518.77.947.947c.199.082.394.11.572.122c.165.011.362.011.576.011h.044c.214%200%20.41%200%20.576-.011c.178-.012.373-.04.572-.122a1.75%201.75%200%200%200%20.947-.947c.082-.199.11-.394.122-.572c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.41-.011-.576a1.8%201.8%200%200%200-.122-.572a1.75%201.75%200%200%200-.947-.947a1.8%201.8%200%200%200-.572-.122c-.165-.011-.362-.011-.576-.011m-.62%201.52a.25.25%200%200%200-.132.131a1%201%200%200%200-.012.103a8%208%200%200%200-.008.496v5c0%20.243%200%20.388.008.496c.004.067.01.095.012.103a.25.25%200%200%200%20.131.13a1%201%200%200%200%20.103.013c.108.008.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.012a.25.25%200%200%200%20.13-.131a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-5c0-.243%200-.388-.008-.496a1%201%200%200%200-.012-.103a.25.25%200%200%200-.131-.13a1%201%200%200%200-.103-.013a8%208%200%200%200-.496-.008c-.243%200-.388%200-.496.008a1%201%200%200%200-.103.012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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