watch charge icon

watch-charge-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.

Name
watch-charge-filled
Set
Reicon
Style
Filled
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

More time icons from Reicon

Use the watch charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.674 6.778C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104m7.7 1.679c.3.286.312.76.026 1.06l-1.65 1.733H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWatchChargeFilled(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" fillRule="evenodd" d="M5.674 6.778C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104m7.7 1.679c.3.286.312.76.026 1.06l-1.65 1.733H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.674 6.778C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104m7.7 1.679c.3.286.312.76.026 1.06l-1.65 1.733H14a.75.75 0 0 1 .543 1.267l-2.857 3a.75.75 0 1 1-1.086-1.034l1.65-1.733H10a.75.75 0 0 1-.543-1.267l2.857-3a.75.75 0 0 1 1.06-.026M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-watch-charge-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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.674%206.778C5%207.787%205%209.19%205%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104C7.787%2019%209.19%2019%2012%2019s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C19%2016.213%2019%2014.81%2019%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C16.213%205%2014.81%205%2012%205s-4.213%200-5.222.674a4%204%200%200%200-1.104%201.104m7.7%201.679c.3.286.312.76.026%201.06l-1.65%201.733H14a.75.75%200%200%201%20.543%201.267l-2.857%203a.75.75%200%201%201-1.086-1.034l1.65-1.733H10a.75.75%200%200%201-.543-1.267l2.857-3a.75.75%200%200%201%201.06-.026M6.25%202A.75.75%200%200%201%207%201.25h10a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%202m0%2020a.75.75%200%200%201%20.75-.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.674%206.778C5%207.787%205%209.19%205%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104C7.787%2019%209.19%2019%2012%2019s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C19%2016.213%2019%2014.81%2019%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C16.213%205%2014.81%205%2012%205s-4.213%200-5.222.674a4%204%200%200%200-1.104%201.104m7.7%201.679c.3.286.312.76.026%201.06l-1.65%201.733H14a.75.75%200%200%201%20.543%201.267l-2.857%203a.75.75%200%201%201-1.086-1.034l1.65-1.733H10a.75.75%200%200%201-.543-1.267l2.857-3a.75.75%200%200%201%201.06-.026M6.25%202A.75.75%200%200%201%207%201.25h10a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%202m0%2020a.75.75%200%200%201%20.75-.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/watch-charge-filled.svg?color=%231a73e8&size=48