smart watch 04 icon
smart-watch-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- smart-watch-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the smart watch 04 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="M4.5 12c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C7.07 4.5 8.712 4.5 12 4.5c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C19.5 7.07 19.5 8.712 19.5 12c0 3.287 0 4.931-.908 6.038a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908c-3.287 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.554C4.5 16.93 4.5 15.288 4.5 12Z"/><path stroke-linecap="round" d="M9 22h6M9 2h6"/><path stroke-linecap="round" stroke-linejoin="round" d="m10 10l3 3m2-4l-4 4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSmartWatch04(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="M4.5 12c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C7.07 4.5 8.712 4.5 12 4.5c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C19.5 7.07 19.5 8.712 19.5 12c0 3.287 0 4.931-.908 6.038a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908c-3.287 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.554C4.5 16.93 4.5 15.288 4.5 12Z"/><path strokeLinecap="round" d="M9 22h6M9 2h6"/><path strokeLinecap="round" strokeLinejoin="round" d="m10 10l3 3m2-4l-4 4"/></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="M4.5 12c0-3.287 0-4.931.908-6.038a4 4 0 0 1 .554-.554C7.07 4.5 8.712 4.5 12 4.5c3.287 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C19.5 7.07 19.5 8.712 19.5 12c0 3.287 0 4.931-.908 6.038a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908c-3.287 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.554C4.5 16.93 4.5 15.288 4.5 12Z"/><path stroke-linecap="round" d="M9 22h6M9 2h6"/><path stroke-linecap="round" stroke-linejoin="round" d="m10 10l3 3m2-4l-4 4"/></g></svg> </template>
CSS
.icon-smart-watch-04 {
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%22M4.5%2012c0-3.287%200-4.931.908-6.038a4%204%200%200%201%20.554-.554C7.07%204.5%208.712%204.5%2012%204.5c3.287%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554C19.5%207.07%2019.5%208.712%2019.5%2012c0%203.287%200%204.931-.908%206.038a4%204%200%200%201-.554.554c-1.107.908-2.75.908-6.038.908c-3.287%200-4.931%200-6.038-.908a4%204%200%200%201-.554-.554C4.5%2016.93%204.5%2015.288%204.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022h6M9%202h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10%2010l3%203m2-4l-4%204%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%22M4.5%2012c0-3.287%200-4.931.908-6.038a4%204%200%200%201%20.554-.554C7.07%204.5%208.712%204.5%2012%204.5c3.287%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554C19.5%207.07%2019.5%208.712%2019.5%2012c0%203.287%200%204.931-.908%206.038a4%204%200%200%201-.554.554c-1.107.908-2.75.908-6.038.908c-3.287%200-4.931%200-6.038-.908a4%204%200%200%201-.554-.554C4.5%2016.93%204.5%2015.288%204.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022h6M9%202h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10%2010l3%203m2-4l-4%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/smart-watch-04.svg?color=%231a73e8&size=48