watch square minimalistic charge icon
watch-square-minimalistic-charge-bold from Solar by 480 Design · Bold · Time · CC-BY-4.0 Attribution required.
- Name
- watch-square-minimalistic-charge-bold
- Set
- Solar
- Style
- Bold
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More time icons from Solar
alarm-add-boldalarm-boldalarm-pause-boldalarm-play-boldalarm-remove-boldalarm-sleep-boldalarm-turn-off-boldcalendar-add-boldcalendar-boldcalendar-date-boldcalendar-mark-boldcalendar-minimalistic-boldcalendar-search-boldclock-circle-boldclock-square-boldhistory-2-boldhistory-3-boldhistory-boldhourglass-boldhourglass-line-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-round-bold
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="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M5.67412 6.77772C5 7.78661 5 9.19108 5 12C5 14.8089 5 16.2134 5.67412 17.2223C5.96596 17.659 6.34096 18.034 6.77772 18.3259C7.78661 19 9.19108 19 12 19C14.8089 19 16.2134 19 17.2223 18.3259C17.659 18.034 18.034 17.659 18.3259 17.2223C19 16.2134 19 14.8089 19 12C19 9.19108 19 7.78661 18.3259 6.77772C18.034 6.34096 17.659 5.96596 17.2223 5.67412C16.2134 5 14.8089 5 12 5C9.19108 5 7.78661 5 6.77772 5.67412C6.34096 5.96596 5.96596 6.34096 5.67412 6.77772ZM13.3744 8.4569C13.6743 8.74256 13.6859 9.21729 13.4002 9.51724L11.75 11.25H14C14.3 11.25 14.5712 11.4288 14.6894 11.7046C14.8075 11.9803 14.75 12.3 14.5431 12.5172L11.686 15.5172C11.4003 15.8172 10.9256 15.8288 10.6256 15.5431C10.3257 15.2574 10.3141 14.7827 10.5998 14.4828L12.25 12.75H10C9.69998 12.75 9.42883 12.5712 9.31064 12.2954C9.19246 12.0197 9.24999 11.7 9.4569 11.4828L12.314 8.48276C12.5997 8.18281 13.0744 8.17123 13.3744 8.4569Z"/><path d="M6.25 2C6.25 1.58579 6.58579 1.25 7 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H7C6.58579 2.75 6.25 2.41421 6.25 2ZM6.25 22C6.25 21.5858 6.58579 21.25 7 21.25H17C17.4142 21.25 17.75 21.5858 17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H7C6.58579 22.75 6.25 22.4142 6.25 22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWatchSquareMinimalisticChargeBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M5.67412 6.77772C5 7.78661 5 9.19108 5 12C5 14.8089 5 16.2134 5.67412 17.2223C5.96596 17.659 6.34096 18.034 6.77772 18.3259C7.78661 19 9.19108 19 12 19C14.8089 19 16.2134 19 17.2223 18.3259C17.659 18.034 18.034 17.659 18.3259 17.2223C19 16.2134 19 14.8089 19 12C19 9.19108 19 7.78661 18.3259 6.77772C18.034 6.34096 17.659 5.96596 17.2223 5.67412C16.2134 5 14.8089 5 12 5C9.19108 5 7.78661 5 6.77772 5.67412C6.34096 5.96596 5.96596 6.34096 5.67412 6.77772ZM13.3744 8.4569C13.6743 8.74256 13.6859 9.21729 13.4002 9.51724L11.75 11.25H14C14.3 11.25 14.5712 11.4288 14.6894 11.7046C14.8075 11.9803 14.75 12.3 14.5431 12.5172L11.686 15.5172C11.4003 15.8172 10.9256 15.8288 10.6256 15.5431C10.3257 15.2574 10.3141 14.7827 10.5998 14.4828L12.25 12.75H10C9.69998 12.75 9.42883 12.5712 9.31064 12.2954C9.19246 12.0197 9.24999 11.7 9.4569 11.4828L12.314 8.48276C12.5997 8.18281 13.0744 8.17123 13.3744 8.4569Z"/><path d="M6.25 2C6.25 1.58579 6.58579 1.25 7 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H7C6.58579 2.75 6.25 2.41421 6.25 2ZM6.25 22C6.25 21.5858 6.58579 21.25 7 21.25H17C17.4142 21.25 17.75 21.5858 17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H7C6.58579 22.75 6.25 22.4142 6.25 22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M5.67412 6.77772C5 7.78661 5 9.19108 5 12C5 14.8089 5 16.2134 5.67412 17.2223C5.96596 17.659 6.34096 18.034 6.77772 18.3259C7.78661 19 9.19108 19 12 19C14.8089 19 16.2134 19 17.2223 18.3259C17.659 18.034 18.034 17.659 18.3259 17.2223C19 16.2134 19 14.8089 19 12C19 9.19108 19 7.78661 18.3259 6.77772C18.034 6.34096 17.659 5.96596 17.2223 5.67412C16.2134 5 14.8089 5 12 5C9.19108 5 7.78661 5 6.77772 5.67412C6.34096 5.96596 5.96596 6.34096 5.67412 6.77772ZM13.3744 8.4569C13.6743 8.74256 13.6859 9.21729 13.4002 9.51724L11.75 11.25H14C14.3 11.25 14.5712 11.4288 14.6894 11.7046C14.8075 11.9803 14.75 12.3 14.5431 12.5172L11.686 15.5172C11.4003 15.8172 10.9256 15.8288 10.6256 15.5431C10.3257 15.2574 10.3141 14.7827 10.5998 14.4828L12.25 12.75H10C9.69998 12.75 9.42883 12.5712 9.31064 12.2954C9.19246 12.0197 9.24999 11.7 9.4569 11.4828L12.314 8.48276C12.5997 8.18281 13.0744 8.17123 13.3744 8.4569Z"/><path d="M6.25 2C6.25 1.58579 6.58579 1.25 7 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H7C6.58579 2.75 6.25 2.41421 6.25 2ZM6.25 22C6.25 21.5858 6.58579 21.25 7 21.25H17C17.4142 21.25 17.75 21.5858 17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H7C6.58579 22.75 6.25 22.4142 6.25 22Z"/></g></svg> </template>
CSS
.icon-watch-square-minimalistic-charge-bold {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M5.67412%206.77772C5%207.78661%205%209.19108%205%2012C5%2014.8089%205%2016.2134%205.67412%2017.2223C5.96596%2017.659%206.34096%2018.034%206.77772%2018.3259C7.78661%2019%209.19108%2019%2012%2019C14.8089%2019%2016.2134%2019%2017.2223%2018.3259C17.659%2018.034%2018.034%2017.659%2018.3259%2017.2223C19%2016.2134%2019%2014.8089%2019%2012C19%209.19108%2019%207.78661%2018.3259%206.77772C18.034%206.34096%2017.659%205.96596%2017.2223%205.67412C16.2134%205%2014.8089%205%2012%205C9.19108%205%207.78661%205%206.77772%205.67412C6.34096%205.96596%205.96596%206.34096%205.67412%206.77772ZM13.3744%208.4569C13.6743%208.74256%2013.6859%209.21729%2013.4002%209.51724L11.75%2011.25H14C14.3%2011.25%2014.5712%2011.4288%2014.6894%2011.7046C14.8075%2011.9803%2014.75%2012.3%2014.5431%2012.5172L11.686%2015.5172C11.4003%2015.8172%2010.9256%2015.8288%2010.6256%2015.5431C10.3257%2015.2574%2010.3141%2014.7827%2010.5998%2014.4828L12.25%2012.75H10C9.69998%2012.75%209.42883%2012.5712%209.31064%2012.2954C9.19246%2012.0197%209.24999%2011.7%209.4569%2011.4828L12.314%208.48276C12.5997%208.18281%2013.0744%208.17123%2013.3744%208.4569Z%22%2F%3E%3Cpath%20d%3D%22M6.25%202C6.25%201.58579%206.58579%201.25%207%201.25H17C17.4142%201.25%2017.75%201.58579%2017.75%202C17.75%202.41421%2017.4142%202.75%2017%202.75H7C6.58579%202.75%206.25%202.41421%206.25%202ZM6.25%2022C6.25%2021.5858%206.58579%2021.25%207%2021.25H17C17.4142%2021.25%2017.75%2021.5858%2017.75%2022C17.75%2022.4142%2017.4142%2022.75%2017%2022.75H7C6.58579%2022.75%206.25%2022.4142%206.25%2022Z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M5.67412%206.77772C5%207.78661%205%209.19108%205%2012C5%2014.8089%205%2016.2134%205.67412%2017.2223C5.96596%2017.659%206.34096%2018.034%206.77772%2018.3259C7.78661%2019%209.19108%2019%2012%2019C14.8089%2019%2016.2134%2019%2017.2223%2018.3259C17.659%2018.034%2018.034%2017.659%2018.3259%2017.2223C19%2016.2134%2019%2014.8089%2019%2012C19%209.19108%2019%207.78661%2018.3259%206.77772C18.034%206.34096%2017.659%205.96596%2017.2223%205.67412C16.2134%205%2014.8089%205%2012%205C9.19108%205%207.78661%205%206.77772%205.67412C6.34096%205.96596%205.96596%206.34096%205.67412%206.77772ZM13.3744%208.4569C13.6743%208.74256%2013.6859%209.21729%2013.4002%209.51724L11.75%2011.25H14C14.3%2011.25%2014.5712%2011.4288%2014.6894%2011.7046C14.8075%2011.9803%2014.75%2012.3%2014.5431%2012.5172L11.686%2015.5172C11.4003%2015.8172%2010.9256%2015.8288%2010.6256%2015.5431C10.3257%2015.2574%2010.3141%2014.7827%2010.5998%2014.4828L12.25%2012.75H10C9.69998%2012.75%209.42883%2012.5712%209.31064%2012.2954C9.19246%2012.0197%209.24999%2011.7%209.4569%2011.4828L12.314%208.48276C12.5997%208.18281%2013.0744%208.17123%2013.3744%208.4569Z%22%2F%3E%3Cpath%20d%3D%22M6.25%202C6.25%201.58579%206.58579%201.25%207%201.25H17C17.4142%201.25%2017.75%201.58579%2017.75%202C17.75%202.41421%2017.4142%202.75%2017%202.75H7C6.58579%202.75%206.25%202.41421%206.25%202ZM6.25%2022C6.25%2021.5858%206.58579%2021.25%207%2021.25H17C17.4142%2021.25%2017.75%2021.5858%2017.75%2022C17.75%2022.4142%2017.4142%2022.75%2017%2022.75H7C6.58579%2022.75%206.25%2022.4142%206.25%2022Z%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-bold.svg?color=%231a73e8&size=48