watch square minimalistic charge icon

watch-square-minimalistic-charge-linear from Solar by 480 Design · Linear · Time · CC-BY-4.0 Attribution required.

Name
watch-square-minimalistic-charge-linear
Set
Solar
Style
Linear
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More time icons from Solar

Use the watch square minimalistic charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.8571 9L10 12H14L11.1429 15"/><path stroke-linecap="round" d="M7 2H17"/><path stroke-linecap="round" d="M7 22H17"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWatchSquareMinimalisticChargeLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.8571 9L10 12H14L11.1429 15"/><path strokeLinecap="round" d="M7 2H17"/><path strokeLinecap="round" d="M7 22H17"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5C14.8089 5 16.2134 5 17.2223 5.67412C17.659 5.96596 18.034 6.34096 18.3259 6.77772C19 7.78661 19 9.19108 19 12C19 14.8089 19 16.2134 18.3259 17.2223C18.034 17.659 17.659 18.034 17.2223 18.3259C16.2134 19 14.8089 19 12 19C9.19108 19 7.78661 19 6.77772 18.3259C6.34096 18.034 5.96596 17.659 5.67412 17.2223C5 16.2134 5 14.8089 5 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.8571 9L10 12H14L11.1429 15"/><path stroke-linecap="round" d="M7 2H17"/><path stroke-linecap="round" d="M7 22H17"/></g></svg>
</template>

CSS

.icon-watch-square-minimalistic-charge-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2012C5%209.19108%205%207.78661%205.67412%206.77772C5.96596%206.34096%206.34096%205.96596%206.77772%205.67412C7.78661%205%209.19108%205%2012%205C14.8089%205%2016.2134%205%2017.2223%205.67412C17.659%205.96596%2018.034%206.34096%2018.3259%206.77772C19%207.78661%2019%209.19108%2019%2012C19%2014.8089%2019%2016.2134%2018.3259%2017.2223C18.034%2017.659%2017.659%2018.034%2017.2223%2018.3259C16.2134%2019%2014.8089%2019%2012%2019C9.19108%2019%207.78661%2019%206.77772%2018.3259C6.34096%2018.034%205.96596%2017.659%205.67412%2017.2223C5%2016.2134%205%2014.8089%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.8571%209L10%2012H14L11.1429%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%202H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2022H17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2012C5%209.19108%205%207.78661%205.67412%206.77772C5.96596%206.34096%206.34096%205.96596%206.77772%205.67412C7.78661%205%209.19108%205%2012%205C14.8089%205%2016.2134%205%2017.2223%205.67412C17.659%205.96596%2018.034%206.34096%2018.3259%206.77772C19%207.78661%2019%209.19108%2019%2012C19%2014.8089%2019%2016.2134%2018.3259%2017.2223C18.034%2017.659%2017.659%2018.034%2017.2223%2018.3259C16.2134%2019%2014.8089%2019%2012%2019C9.19108%2019%207.78661%2019%206.77772%2018.3259C6.34096%2018.034%205.96596%2017.659%205.67412%2017.2223C5%2016.2134%205%2014.8089%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.8571%209L10%2012H14L11.1429%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%202H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2022H17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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