smart watch 02 icon
smart-watch-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- smart-watch-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the smart watch 02 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="M7 11c0-1.886 0-2.828.586-3.414S9.114 7 11 7h2c1.886 0 2.828 0 3.414.586S17 9.114 17 11v2c0 1.886 0 2.828-.586 3.414S14.886 17 13 17h-2c-1.886 0-2.828 0-3.414-.586S7 14.886 7 13z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 7s.689-1.34.844-3c.084-.899.126-1.349.38-1.603c.253-.255.559-.285 1.17-.345a11.6 11.6 0 0 1 2.212 0c.611.06.917.09 1.17.345c.254.254.296.704.38 1.604A9.2 9.2 0 0 0 15.5 7m0 10s-.689 1.34-.844 3c-.084.899-.126 1.349-.38 1.603c-.253.255-.559.285-1.17.345a11.6 11.6 0 0 1-2.212 0c-.611-.06-.917-.09-1.17-.345c-.254-.254-.296-.704-.38-1.604C9.19 18.34 8.5 17 8.5 17"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSmartWatch02(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="M7 11c0-1.886 0-2.828.586-3.414S9.114 7 11 7h2c1.886 0 2.828 0 3.414.586S17 9.114 17 11v2c0 1.886 0 2.828-.586 3.414S14.886 17 13 17h-2c-1.886 0-2.828 0-3.414-.586S7 14.886 7 13z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8.5 7s.689-1.34.844-3c.084-.899.126-1.349.38-1.603c.253-.255.559-.285 1.17-.345a11.6 11.6 0 0 1 2.212 0c.611.06.917.09 1.17.345c.254.254.296.704.38 1.604A9.2 9.2 0 0 0 15.5 7m0 10s-.689 1.34-.844 3c-.084.899-.126 1.349-.38 1.603c-.253.255-.559.285-1.17.345a11.6 11.6 0 0 1-2.212 0c-.611-.06-.917-.09-1.17-.345c-.254-.254-.296-.704-.38-1.604C9.19 18.34 8.5 17 8.5 17"/></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="M7 11c0-1.886 0-2.828.586-3.414S9.114 7 11 7h2c1.886 0 2.828 0 3.414.586S17 9.114 17 11v2c0 1.886 0 2.828-.586 3.414S14.886 17 13 17h-2c-1.886 0-2.828 0-3.414-.586S7 14.886 7 13z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 7s.689-1.34.844-3c.084-.899.126-1.349.38-1.603c.253-.255.559-.285 1.17-.345a11.6 11.6 0 0 1 2.212 0c.611.06.917.09 1.17.345c.254.254.296.704.38 1.604A9.2 9.2 0 0 0 15.5 7m0 10s-.689 1.34-.844 3c-.084.899-.126 1.349-.38 1.603c-.253.255-.559.285-1.17.345a11.6 11.6 0 0 1-2.212 0c-.611-.06-.917-.09-1.17-.345c-.254-.254-.296-.704-.38-1.604C9.19 18.34 8.5 17 8.5 17"/></g></svg> </template>
CSS
.icon-smart-watch-02 {
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%22M7%2011c0-1.886%200-2.828.586-3.414S9.114%207%2011%207h2c1.886%200%202.828%200%203.414.586S17%209.114%2017%2011v2c0%201.886%200%202.828-.586%203.414S14.886%2017%2013%2017h-2c-1.886%200-2.828%200-3.414-.586S7%2014.886%207%2013z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%207s.689-1.34.844-3c.084-.899.126-1.349.38-1.603c.253-.255.559-.285%201.17-.345a11.6%2011.6%200%200%201%202.212%200c.611.06.917.09%201.17.345c.254.254.296.704.38%201.604A9.2%209.2%200%200%200%2015.5%207m0%2010s-.689%201.34-.844%203c-.084.899-.126%201.349-.38%201.603c-.253.255-.559.285-1.17.345a11.6%2011.6%200%200%201-2.212%200c-.611-.06-.917-.09-1.17-.345c-.254-.254-.296-.704-.38-1.604C9.19%2018.34%208.5%2017%208.5%2017%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%22M7%2011c0-1.886%200-2.828.586-3.414S9.114%207%2011%207h2c1.886%200%202.828%200%203.414.586S17%209.114%2017%2011v2c0%201.886%200%202.828-.586%203.414S14.886%2017%2013%2017h-2c-1.886%200-2.828%200-3.414-.586S7%2014.886%207%2013z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%207s.689-1.34.844-3c.084-.899.126-1.349.38-1.603c.253-.255.559-.285%201.17-.345a11.6%2011.6%200%200%201%202.212%200c.611.06.917.09%201.17.345c.254.254.296.704.38%201.604A9.2%209.2%200%200%200%2015.5%207m0%2010s-.689%201.34-.844%203c-.084.899-.126%201.349-.38%201.603c-.253.255-.559.285-1.17.345a11.6%2011.6%200%200%201-2.212%200c-.611-.06-.917-.09-1.17-.345c-.254-.254-.296-.704-.38-1.604C9.19%2018.34%208.5%2017%208.5%2017%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-02.svg?color=%231a73e8&size=48