sensors 2 icon
sensors-2 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- sensors-2
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the sensors 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.929 4.929A9.97 9.97 0 0 0 2 11.999a9.97 9.97 0 0 0 2.929 7.072M7.757 7.757A5.98 5.98 0 0 0 6 12c0 1.656.672 3.156 1.757 4.242M12 10v4m4.242-6.243A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.758 4.242m2.83-11.313A9.97 9.97 0 0 1 22 11.999a9.97 9.97 0 0 1-2.929 7.072"/></svg>
React
import type { SVGProps } from "react";
export function TdesignSensors2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4.929 4.929A9.97 9.97 0 0 0 2 11.999a9.97 9.97 0 0 0 2.929 7.072M7.757 7.757A5.98 5.98 0 0 0 6 12c0 1.656.672 3.156 1.757 4.242M12 10v4m4.242-6.243A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.758 4.242m2.83-11.313A9.97 9.97 0 0 1 22 11.999a9.97 9.97 0 0 1-2.929 7.072"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.929 4.929A9.97 9.97 0 0 0 2 11.999a9.97 9.97 0 0 0 2.929 7.072M7.757 7.757A5.98 5.98 0 0 0 6 12c0 1.656.672 3.156 1.757 4.242M12 10v4m4.242-6.243A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.758 4.242m2.83-11.313A9.97 9.97 0 0 1 22 11.999a9.97 9.97 0 0 1-2.929 7.072"/></svg> </template>
CSS
.icon-sensors-2 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.929%204.929A9.97%209.97%200%200%200%202%2011.999a9.97%209.97%200%200%200%202.929%207.072M7.757%207.757A5.98%205.98%200%200%200%206%2012c0%201.656.672%203.156%201.757%204.242M12%2010v4m4.242-6.243A5.98%205.98%200%200%201%2018%2012a5.98%205.98%200%200%201-1.758%204.242m2.83-11.313A9.97%209.97%200%200%201%2022%2011.999a9.97%209.97%200%200%201-2.929%207.072%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.929%204.929A9.97%209.97%200%200%200%202%2011.999a9.97%209.97%200%200%200%202.929%207.072M7.757%207.757A5.98%205.98%200%200%200%206%2012c0%201.656.672%203.156%201.757%204.242M12%2010v4m4.242-6.243A5.98%205.98%200%200%201%2018%2012a5.98%205.98%200%200%201-1.758%204.242m2.83-11.313A9.97%209.97%200%200%201%2022%2011.999a9.97%209.97%200%200%201-2.929%207.072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/sensors-2.svg?color=%231a73e8&size=48