timer pause icon

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

Name
timer-pause-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All timer pause icons →

More newicons icons from Reicon

Use the timer pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M19.97 15h-2.93c-1.28 0-2.04.76-2.04 2.03v2.94c0 1.27.76 2.03 2.04 2.03h2.93c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05 5.06c0 .32-.26.58-.59.58a.58.58 0 0 1-.58-.58v-3.12c0-.32.26-.58.58-.58c.33 0 .59.26.59.58zm2.33 0c0 .32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTimerPauseFilled(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 d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M19.97 15h-2.93c-1.28 0-2.04.76-2.04 2.03v2.94c0 1.27.76 2.03 2.04 2.03h2.93c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05 5.06c0 .32-.26.58-.59.58a.58.58 0 0 1-.58-.58v-3.12c0-.32.26-.58.58-.58c.33 0 .59.26.59.58zm2.33 0c0 .32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z"/></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 d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/><path d="M19.97 15h-2.93c-1.28 0-2.04.76-2.04 2.03v2.94c0 1.27.76 2.03 2.04 2.03h2.93c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05 5.06c0 .32-.26.58-.59.58a.58.58 0 0 1-.58-.58v-3.12c0-.32.26-.58.58-.58c.33 0 .59.26.59.58zm2.33 0c0 .32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z"/></g></svg>
</template>

CSS

.icon-timer-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%20d%3D%22M14.89%203.45H9.11c-.4%200-.72-.32-.72-.72S8.71%202%209.11%202h5.78c.4%200%20.72.32.72.72s-.32.73-.72.73M14%2019.968v-2.94c0-1.81%201.22-3.03%203.03-3.03h2.94q.345%200%20.66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67%203.89-8.67%208.68c0%204.78%203.89%208.67%208.67%208.67c.85%200%201.66-.14%202.44-.36a3.2%203.2%200%200%201-.44-1.67m-1.25-6.97c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M19.97%2015h-2.93c-1.28%200-2.04.76-2.04%202.03v2.94c0%201.27.76%202.03%202.04%202.03h2.93c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05%205.06c0%20.32-.26.58-.59.58a.58.58%200%200%201-.58-.58v-3.12c0-.32.26-.58.58-.58c.33%200%20.59.26.59.58zm2.33%200c0%20.32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z%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%20d%3D%22M14.89%203.45H9.11c-.4%200-.72-.32-.72-.72S8.71%202%209.11%202h5.78c.4%200%20.72.32.72.72s-.32.73-.72.73M14%2019.968v-2.94c0-1.81%201.22-3.03%203.03-3.03h2.94q.345%200%20.66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67%203.89-8.67%208.68c0%204.78%203.89%208.67%208.67%208.67c.85%200%201.66-.14%202.44-.36a3.2%203.2%200%200%201-.44-1.67m-1.25-6.97c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3Cpath%20d%3D%22M19.97%2015h-2.93c-1.28%200-2.04.76-2.04%202.03v2.94c0%201.27.76%202.03%202.04%202.03h2.93c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05%205.06c0%20.32-.26.58-.59.58a.58.58%200%200%201-.58-.58v-3.12c0-.32.26-.58.58-.58c.33%200%20.59.26.59.58zm2.33%200c0%20.32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z%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/timer-pause-filled.svg?color=%231a73e8&size=48