clock-pause-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
clock-pause-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the clock pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 12.5h-4a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 1.5 0V11h3.25a.75.75 0 0 1 0 1.5M13 1C7.478 1 3 5.478 3 11q0 .501.049.991a6.5 6.5 0 0 1 8.96 8.96q.49.05.991.049c5.522 0 10-4.478 10-10S18.522 1 13 1m-1 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.5 3A.5.5 0 0 0 5 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5m4 0A.5.5 0 0 0 9 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockPause24Filled(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" d="M16.25 12.5h-4a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 1.5 0V11h3.25a.75.75 0 0 1 0 1.5M13 1C7.478 1 3 5.478 3 11q0 .501.049.991a6.5 6.5 0 0 1 8.96 8.96q.49.05.991.049c5.522 0 10-4.478 10-10S18.522 1 13 1m-1 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.5 3A.5.5 0 0 0 5 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5m4 0A.5.5 0 0 0 9 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 12.5h-4a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 1.5 0V11h3.25a.75.75 0 0 1 0 1.5M13 1C7.478 1 3 5.478 3 11q0 .501.049.991a6.5 6.5 0 0 1 8.96 8.96q.49.05.991.049c5.522 0 10-4.478 10-10S18.522 1 13 1m-1 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.5 3A.5.5 0 0 0 5 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5m4 0A.5.5 0 0 0 9 20v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5"/></svg>
</template>

CSS

.icon-clock-pause-24-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%20d%3D%22M16.25%2012.5h-4a.75.75%200%200%201-.75-.75v-6a.75.75%200%200%201%201.5%200V11h3.25a.75.75%200%200%201%200%201.5M13%201C7.478%201%203%205.478%203%2011q0%20.501.049.991a6.5%206.5%200%200%201%208.96%208.96q.49.05.991.049c5.522%200%2010-4.478%2010-10S18.522%201%2013%201m-1%2016.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.5%203A.5.5%200%200%200%205%2020v-5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5m4%200A.5.5%200%200%200%209%2020v-5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5%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%20d%3D%22M16.25%2012.5h-4a.75.75%200%200%201-.75-.75v-6a.75.75%200%200%201%201.5%200V11h3.25a.75.75%200%200%201%200%201.5M13%201C7.478%201%203%205.478%203%2011q0%20.501.049.991a6.5%206.5%200%200%201%208.96%208.96q.49.05.991.049c5.522%200%2010-4.478%2010-10S18.522%201%2013%201m-1%2016.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.5%203A.5.5%200%200%200%205%2020v-5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5m4%200A.5.5%200%200%200%209%2020v-5a.5.5%200%200%200-1%200v5a.5.5%200%200%200%20.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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