stopwatch pause icon
stopwatch-pause-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- stopwatch-pause-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill-rule="evenodd" d="M21 13.75a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-10 2.5v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C8 10.551 8 10.784 8 11.25v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883" clip-rule="evenodd"/><path d="M10 2a.75.75 0 0 0 0 1.5h4A.75.75 0 0 0 14 2z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStopwatchPauseFilled(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"><path fillRule="evenodd" d="M21 13.75a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-10 2.5v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C8 10.551 8 10.784 8 11.25v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883" clipRule="evenodd"/><path d="M10 2a.75.75 0 0 0 0 1.5h4A.75.75 0 0 0 14 2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21 13.75a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-10 2.5v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C8 10.551 8 10.784 8 11.25v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m5 0v-5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883" clip-rule="evenodd"/><path d="M10 2a.75.75 0 0 0 0 1.5h4A.75.75 0 0 0 14 2z"/></g></svg> </template>
CSS
.icon-stopwatch-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2013.75a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-10%202.5v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541C8%2010.551%208%2010.784%208%2011.25v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883m5%200v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%202a.75.75%200%200%200%200%201.5h4A.75.75%200%200%200%2014%202z%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2013.75a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-10%202.5v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541C8%2010.551%208%2010.784%208%2011.25v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883m5%200v-5c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883v5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%202a.75.75%200%200%200%200%201.5h4A.75.75%200%200%200%2014%202z%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-filled.svg?color=%231a73e8&size=48