stopwatch-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
stopwatch-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the stopwatch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.937 0 1.85.108 2.727.312a1 1 0 0 1-.454 1.948a10 10 0 0 0-1.875-.251a8.95 8.95 0 0 1 4.643 1.535l.607-.606a1 1 0 0 1 1.415 1.414l-.498.496A9 9 0 1 1 12 4a10 10 0 0 0-2.273.26a1 1 0 0 1-.454-1.948A12 12 0 0 1 12 2m0 6a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m.345-3.994l-.053-.002L12 4q.172 0 .345.006"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteStopwatchFill(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="M12 2c.937 0 1.85.108 2.727.312a1 1 0 0 1-.454 1.948a10 10 0 0 0-1.875-.251a8.95 8.95 0 0 1 4.643 1.535l.607-.606a1 1 0 0 1 1.415 1.414l-.498.496A9 9 0 1 1 12 4a10 10 0 0 0-2.273.26a1 1 0 0 1-.454-1.948A12 12 0 0 1 12 2m0 6a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m.345-3.994l-.053-.002L12 4q.172 0 .345.006"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.937 0 1.85.108 2.727.312a1 1 0 0 1-.454 1.948a10 10 0 0 0-1.875-.251a8.95 8.95 0 0 1 4.643 1.535l.607-.606a1 1 0 0 1 1.415 1.414l-.498.496A9 9 0 1 1 12 4a10 10 0 0 0-2.273.26a1 1 0 0 1-.454-1.948A12 12 0 0 1 12 2m0 6a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m.345-3.994l-.053-.002L12 4q.172 0 .345.006"/></svg>
</template>

CSS

.icon-stopwatch-fill {
  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%22M12%202c.937%200%201.85.108%202.727.312a1%201%200%200%201-.454%201.948a10%2010%200%200%200-1.875-.251a8.95%208.95%200%200%201%204.643%201.535l.607-.606a1%201%200%200%201%201.415%201.414l-.498.496A9%209%200%201%201%2012%204a10%2010%200%200%200-2.273.26a1%201%200%200%201-.454-1.948A12%2012%200%200%201%2012%202m0%206a1%201%200%200%200-1%201v4a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1m.345-3.994l-.053-.002L12%204q.172%200%20.345.006%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%22M12%202c.937%200%201.85.108%202.727.312a1%201%200%200%201-.454%201.948a10%2010%200%200%200-1.875-.251a8.95%208.95%200%200%201%204.643%201.535l.607-.606a1%201%200%200%201%201.415%201.414l-.498.496A9%209%200%201%201%2012%204a10%2010%200%200%200-2.273.26a1%201%200%200%201-.454-1.948A12%2012%200%200%201%2012%202m0%206a1%201%200%200%200-1%201v4a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1m.345-3.994l-.053-.002L12%204q.172%200%20.345.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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