stopwatch pause icon

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

Name
stopwatch-pause
Set
Reicon
Style
Outline
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More time icons from Reicon

Use the stopwatch 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="M9.25 2a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 2M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13"/><path d="M14.559 8.239h-.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.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.769.947.947c.199.082.394.11.572.121c.165.012.362.012.576.012h.044c.214 0 .41 0 .576-.012c.178-.012.373-.04.572-.121a1.75 1.75 0 0 0 .947-.948a1.8 1.8 0 0 0 .122-.571c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.411-.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.102a.25.25 0 0 0 .131.131a1 1 0 0 0 .103.013c.108.007.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.013a.25.25 0 0 0 .13-.13a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.244 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.012m-3.84-1.498a9 9 0 0 0-.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.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.519.769.947.947c.199.082.394.11.572.122c.165.01.362.01.576.01h.044c.214 0 .41 0 .576-.01c.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-.411-.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-.122m-1.197 1.51a.25.25 0 0 0-.13.13a1 1 0 0 0-.013.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 9.5 9.75c-.243 0-.388 0-.496.008a1 1 0 0 0-.103.012"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStopwatchPause(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="M9.25 2a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 2M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13"/><path d="M14.559 8.239h-.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.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.769.947.947c.199.082.394.11.572.121c.165.012.362.012.576.012h.044c.214 0 .41 0 .576-.012c.178-.012.373-.04.572-.121a1.75 1.75 0 0 0 .947-.948a1.8 1.8 0 0 0 .122-.571c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.411-.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.102a.25.25 0 0 0 .131.131a1 1 0 0 0 .103.013c.108.007.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.013a.25.25 0 0 0 .13-.13a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.244 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.012m-3.84-1.498a9 9 0 0 0-.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.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.519.769.947.947c.199.082.394.11.572.122c.165.01.362.01.576.01h.044c.214 0 .41 0 .576-.01c.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-.411-.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-.122m-1.197 1.51a.25.25 0 0 0-.13.13a1 1 0 0 0-.013.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 9.5 9.75c-.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="M9.25 2a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 2M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13"/><path d="M14.559 8.239h-.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.572a9 9 0 0 0-.011.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.518.769.947.947c.199.082.394.11.572.121c.165.012.362.012.576.012h.044c.214 0 .41 0 .576-.012c.178-.012.373-.04.572-.121a1.75 1.75 0 0 0 .947-.948a1.8 1.8 0 0 0 .122-.571c.011-.165.011-.362.011-.576v-5.044c0-.214 0-.411-.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.102a.25.25 0 0 0 .131.131a1 1 0 0 0 .103.013c.108.007.253.008.496.008s.388 0 .496-.008a1 1 0 0 0 .103-.013a.25.25 0 0 0 .13-.13a1 1 0 0 0 .013-.103c.008-.108.008-.253.008-.496v-5c0-.244 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.012m-3.84-1.498a9 9 0 0 0-.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.576v5.044c0 .214 0 .41.011.576c.012.178.04.373.122.572c.178.428.519.769.947.947c.199.082.394.11.572.122c.165.01.362.01.576.01h.044c.214 0 .41 0 .576-.01c.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-.411-.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-.122m-1.197 1.51a.25.25 0 0 0-.13.13a1 1 0 0 0-.013.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 9.5 9.75c-.243 0-.388 0-.496.008a1 1 0 0 0-.103.012"/></g></svg>
</template>

CSS

.icon-stopwatch-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%22M9.25%202a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%209.25%202M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013%22%2F%3E%3Cpath%20d%3D%22M14.559%208.239h-.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.572a9%209%200%200%200-.011.576v5.044c0%20.214%200%20.41.011.576c.012.178.04.373.122.572c.178.428.518.769.947.947c.199.082.394.11.572.121c.165.012.362.012.576.012h.044c.214%200%20.41%200%20.576-.012c.178-.012.373-.04.572-.121a1.75%201.75%200%200%200%20.947-.948a1.8%201.8%200%200%200%20.122-.571c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.411-.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.102a.25.25%200%200%200%20.131.131a1%201%200%200%200%20.103.013c.108.007.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.013a.25.25%200%200%200%20.13-.13a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-5c0-.244%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.012m-3.84-1.498a9%209%200%200%200-.576-.011h-.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.41.011.576c.012.178.04.373.122.572c.178.428.519.769.947.947c.199.082.394.11.572.122c.165.01.362.01.576.01h.044c.214%200%20.41%200%20.576-.01c.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-.411-.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-.122m-1.197%201.51a.25.25%200%200%200-.13.13a1%201%200%200%200-.013.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%209.5%209.75c-.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%22M9.25%202a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%209.25%202M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013%22%2F%3E%3Cpath%20d%3D%22M14.559%208.239h-.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.572a9%209%200%200%200-.011.576v5.044c0%20.214%200%20.41.011.576c.012.178.04.373.122.572c.178.428.518.769.947.947c.199.082.394.11.572.121c.165.012.362.012.576.012h.044c.214%200%20.41%200%20.576-.012c.178-.012.373-.04.572-.121a1.75%201.75%200%200%200%20.947-.948a1.8%201.8%200%200%200%20.122-.571c.011-.165.011-.362.011-.576v-5.044c0-.214%200-.411-.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.102a.25.25%200%200%200%20.131.131a1%201%200%200%200%20.103.013c.108.007.253.008.496.008s.388%200%20.496-.008a1%201%200%200%200%20.103-.013a.25.25%200%200%200%20.13-.13a1%201%200%200%200%20.013-.103c.008-.108.008-.253.008-.496v-5c0-.244%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.012m-3.84-1.498a9%209%200%200%200-.576-.011h-.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.41.011.576c.012.178.04.373.122.572c.178.428.519.769.947.947c.199.082.394.11.572.122c.165.01.362.01.576.01h.044c.214%200%20.41%200%20.576-.01c.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-.411-.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-.122m-1.197%201.51a.25.25%200%200%200-.13.13a1%201%200%200%200-.013.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%209.5%209.75c-.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/stopwatch-pause.svg?color=%231a73e8&size=48