watch charge icon
watch-charge from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.
- Name
- watch-charge
- Set
- Reicon
- Style
- Outline
- 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="M6.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 2m5.708 2.25h.084c1.369 0 2.454 0 3.32.088c.888.09 1.629.28 2.277.713c.519.346.964.791 1.31 1.31c.434.648.623 1.39.713 2.277c.088.866.088 1.951.088 3.32v.084c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088h-.084c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.084c0-1.369 0-2.454.088-3.32c.09-.888.28-1.629.713-2.277a4.8 4.8 0 0 1 1.31-1.31c.648-.434 1.39-.623 2.277-.713c.866-.088 1.951-.088 3.32-.088M8.79 5.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.896c-.241.361-.39.827-.468 1.596c-.08.781-.08 1.79-.08 3.21s0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08s2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.596a3.3 3.3 0 0 0-.896-.896c-.361-.241-.827-.39-1.596-.468c-.781-.08-1.79-.08-3.21-.08s-2.429 0-3.21.08m4.584 2.627c.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 22a.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 ReiconWatchCharge(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="M6.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 2m5.708 2.25h.084c1.369 0 2.454 0 3.32.088c.888.09 1.629.28 2.277.713c.519.346.964.791 1.31 1.31c.434.648.623 1.39.713 2.277c.088.866.088 1.951.088 3.32v.084c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088h-.084c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.084c0-1.369 0-2.454.088-3.32c.09-.888.28-1.629.713-2.277a4.8 4.8 0 0 1 1.31-1.31c.648-.434 1.39-.623 2.277-.713c.866-.088 1.951-.088 3.32-.088M8.79 5.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.896c-.241.361-.39.827-.468 1.596c-.08.781-.08 1.79-.08 3.21s0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08s2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.596a3.3 3.3 0 0 0-.896-.896c-.361-.241-.827-.39-1.596-.468c-.781-.08-1.79-.08-3.21-.08s-2.429 0-3.21.08m4.584 2.627c.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 22a.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="M6.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 2m5.708 2.25h.084c1.369 0 2.454 0 3.32.088c.888.09 1.629.28 2.277.713c.519.346.964.791 1.31 1.31c.434.648.623 1.39.713 2.277c.088.866.088 1.951.088 3.32v.084c0 1.369 0 2.454-.088 3.32c-.09.888-.28 1.629-.712 2.277a4.8 4.8 0 0 1-1.311 1.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088h-.084c-1.369 0-2.454 0-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8 4.8 0 0 1-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.084c0-1.369 0-2.454.088-3.32c.09-.888.28-1.629.713-2.277a4.8 4.8 0 0 1 1.31-1.31c.648-.434 1.39-.623 2.277-.713c.866-.088 1.951-.088 3.32-.088M8.79 5.83c-.77.079-1.235.227-1.596.468a3.3 3.3 0 0 0-.896.896c-.241.361-.39.827-.468 1.596c-.08.781-.08 1.79-.08 3.21s0 2.429.08 3.21c.079.77.227 1.235.468 1.596c.237.354.542.66.896.896c.361.241.827.39 1.596.468c.781.08 1.79.08 3.21.08s2.429 0 3.21-.08c.77-.079 1.235-.227 1.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.596a3.3 3.3 0 0 0-.896-.896c-.361-.241-.827-.39-1.596-.468c-.781-.08-1.79-.08-3.21-.08s-2.429 0-3.21.08m4.584 2.627c.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 22a.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 {
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%22M6.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%202m5.708%202.25h.084c1.369%200%202.454%200%203.32.088c.888.09%201.629.28%202.277.713c.519.346.964.791%201.31%201.31c.434.648.623%201.39.713%202.277c.088.866.088%201.951.088%203.32v.084c0%201.369%200%202.454-.088%203.32c-.09.888-.28%201.629-.712%202.277a4.8%204.8%200%200%201-1.311%201.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088h-.084c-1.369%200-2.454%200-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8%204.8%200%200%201-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.084c0-1.369%200-2.454.088-3.32c.09-.888.28-1.629.713-2.277a4.8%204.8%200%200%201%201.31-1.31c.648-.434%201.39-.623%202.277-.713c.866-.088%201.951-.088%203.32-.088M8.79%205.83c-.77.079-1.235.227-1.596.468a3.3%203.3%200%200%200-.896.896c-.241.361-.39.827-.468%201.596c-.08.781-.08%201.79-.08%203.21s0%202.429.08%203.21c.079.77.227%201.235.468%201.596c.237.354.542.66.896.896c.361.241.827.39%201.596.468c.781.08%201.79.08%203.21.08s2.429%200%203.21-.08c.77-.079%201.235-.227%201.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.596a3.3%203.3%200%200%200-.896-.896c-.361-.241-.827-.39-1.596-.468c-.781-.08-1.79-.08-3.21-.08s-2.429%200-3.21.08m4.584%202.627c.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%2022a.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%22M6.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%202m5.708%202.25h.084c1.369%200%202.454%200%203.32.088c.888.09%201.629.28%202.277.713c.519.346.964.791%201.31%201.31c.434.648.623%201.39.713%202.277c.088.866.088%201.951.088%203.32v.084c0%201.369%200%202.454-.088%203.32c-.09.888-.28%201.629-.712%202.277a4.8%204.8%200%200%201-1.311%201.31c-.648.434-1.39.623-2.277.713c-.866.088-1.951.088-3.32.088h-.084c-1.369%200-2.454%200-3.32-.088c-.888-.09-1.629-.28-2.277-.712a4.8%204.8%200%200%201-1.31-1.311c-.434-.648-.623-1.39-.713-2.277c-.088-.866-.088-1.951-.088-3.32v-.084c0-1.369%200-2.454.088-3.32c.09-.888.28-1.629.713-2.277a4.8%204.8%200%200%201%201.31-1.31c.648-.434%201.39-.623%202.277-.713c.866-.088%201.951-.088%203.32-.088M8.79%205.83c-.77.079-1.235.227-1.596.468a3.3%203.3%200%200%200-.896.896c-.241.361-.39.827-.468%201.596c-.08.781-.08%201.79-.08%203.21s0%202.429.08%203.21c.079.77.227%201.235.468%201.596c.237.354.542.66.896.896c.361.241.827.39%201.596.468c.781.08%201.79.08%203.21.08s2.429%200%203.21-.08c.77-.079%201.235-.227%201.596-.468c.354-.237.66-.542.896-.896c.241-.361.39-.827.468-1.596c.08-.781.08-1.79.08-3.21s0-2.429-.08-3.21c-.079-.77-.227-1.235-.468-1.596a3.3%203.3%200%200%200-.896-.896c-.361-.241-.827-.39-1.596-.468c-.781-.08-1.79-.08-3.21-.08s-2.429%200-3.21.08m4.584%202.627c.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%2022a.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.svg?color=%231a73e8&size=48