stopwatch 2 icon

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

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

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the stopwatch 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457a9 9 0 1 1-13.132 0l-.456-.457A1 1 0 1 1 6.39 4.977l.567.567A8.95 8.95 0 0 1 11 4.057V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v4a1 1 0 0 0 .293.707l2 2a1 1 0 1 0 1.414-1.414L13 12.586V9a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteStopwatch2Fill(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="M14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457a9 9 0 1 1-13.132 0l-.456-.457A1 1 0 1 1 6.39 4.977l.567.567A8.95 8.95 0 0 1 11 4.057V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v4a1 1 0 0 0 .293.707l2 2a1 1 0 1 0 1.414-1.414L13 12.586V9a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2a1 1 0 1 1 0 2h-1v.057a8.95 8.95 0 0 1 4.041 1.487l.568-.567a1 1 0 1 1 1.414 1.414l-.458.457a9 9 0 1 1-13.132 0l-.456-.457A1 1 0 1 1 6.39 4.977l.567.567A8.95 8.95 0 0 1 11 4.057V4h-1a1 1 0 0 1 0-2zm-2 6a1 1 0 0 0-1 1v4a1 1 0 0 0 .293.707l2 2a1 1 0 1 0 1.414-1.414L13 12.586V9a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-stopwatch-2-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%22M14%202a1%201%200%201%201%200%202h-1v.057a8.95%208.95%200%200%201%204.041%201.487l.568-.567a1%201%200%201%201%201.414%201.414l-.458.457a9%209%200%201%201-13.132%200l-.456-.457A1%201%200%201%201%206.39%204.977l.567.567A8.95%208.95%200%200%201%2011%204.057V4h-1a1%201%200%200%201%200-2zm-2%206a1%201%200%200%200-1%201v4a1%201%200%200%200%20.293.707l2%202a1%201%200%201%200%201.414-1.414L13%2012.586V9a1%201%200%200%200-1-1%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%22M14%202a1%201%200%201%201%200%202h-1v.057a8.95%208.95%200%200%201%204.041%201.487l.568-.567a1%201%200%201%201%201.414%201.414l-.458.457a9%209%200%201%201-13.132%200l-.456-.457A1%201%200%201%201%206.39%204.977l.567.567A8.95%208.95%200%200%201%2011%204.057V4h-1a1%201%200%200%201%200-2zm-2%206a1%201%200%200%200-1%201v4a1%201%200%200%200%20.293.707l2%202a1%201%200%201%200%201.414-1.414L13%2012.586V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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