sensors icon
sensors from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- sensors
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sensors-outline, sensors-outline-sharp, sensors-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the sensors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.637 18.364q-1.235-1.241-1.936-2.87T3 12q0-1.87.701-3.499t1.936-2.864l.713.713q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zm2.825-2.826q-.685-.69-1.073-1.595T7 12q0-1.044.389-1.949t1.072-1.59l.714.714q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.837-2.837Q11 12.402 11 12t.299-.701T12 11t.701.299T13 12t-.299.701T12 13t-.701-.299m4.24 2.838l-.714-.714q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275l.714-.714q.684.685 1.072 1.59T17 12q0 1.039-.388 1.943t-1.073 1.596m2.824 2.825l-.713-.714q1.1-1.1 1.725-2.55T20 12q0-1.656-.625-3.106T17.65 6.35l.714-.713Q19.598 6.87 20.299 8.5T21 12q0 1.864-.701 3.493t-1.936 2.87"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSensors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.637 18.364q-1.235-1.241-1.936-2.87T3 12q0-1.87.701-3.499t1.936-2.864l.713.713q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zm2.825-2.826q-.685-.69-1.073-1.595T7 12q0-1.044.389-1.949t1.072-1.59l.714.714q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.837-2.837Q11 12.402 11 12t.299-.701T12 11t.701.299T13 12t-.299.701T12 13t-.701-.299m4.24 2.838l-.714-.714q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275l.714-.714q.684.685 1.072 1.59T17 12q0 1.039-.388 1.943t-1.073 1.596m2.824 2.825l-.713-.714q1.1-1.1 1.725-2.55T20 12q0-1.656-.625-3.106T17.65 6.35l.714-.713Q19.598 6.87 20.299 8.5T21 12q0 1.864-.701 3.493t-1.936 2.87"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.637 18.364q-1.235-1.241-1.936-2.87T3 12q0-1.87.701-3.499t1.936-2.864l.713.713q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zm2.825-2.826q-.685-.69-1.073-1.595T7 12q0-1.044.389-1.949t1.072-1.59l.714.714q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.837-2.837Q11 12.402 11 12t.299-.701T12 11t.701.299T13 12t-.299.701T12 13t-.701-.299m4.24 2.838l-.714-.714q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275l.714-.714q.684.685 1.072 1.59T17 12q0 1.039-.388 1.943t-1.073 1.596m2.824 2.825l-.713-.714q1.1-1.1 1.725-2.55T20 12q0-1.656-.625-3.106T17.65 6.35l.714-.713Q19.598 6.87 20.299 8.5T21 12q0 1.864-.701 3.493t-1.936 2.87"/></svg> </template>
CSS
.icon-sensors {
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%22currentColor%22%20d%3D%22M5.637%2018.364q-1.235-1.241-1.936-2.87T3%2012q0-1.87.701-3.499t1.936-2.864l.713.713q-1.1%201.1-1.725%202.55T4%2012q0%201.675.625%203.125T6.35%2017.65zm2.825-2.826q-.685-.69-1.073-1.595T7%2012q0-1.044.389-1.949t1.072-1.59l.714.714q-.55.55-.862%201.275T8%2012t.313%201.55t.862%201.275zm2.837-2.837Q11%2012.402%2011%2012t.299-.701T12%2011t.701.299T13%2012t-.299.701T12%2013t-.701-.299m4.24%202.838l-.714-.714q.55-.55.863-1.275T16%2012t-.312-1.55t-.863-1.275l.714-.714q.684.685%201.072%201.59T17%2012q0%201.039-.388%201.943t-1.073%201.596m2.824%202.825l-.713-.714q1.1-1.1%201.725-2.55T20%2012q0-1.656-.625-3.106T17.65%206.35l.714-.713Q19.598%206.87%2020.299%208.5T21%2012q0%201.864-.701%203.493t-1.936%202.87%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%22currentColor%22%20d%3D%22M5.637%2018.364q-1.235-1.241-1.936-2.87T3%2012q0-1.87.701-3.499t1.936-2.864l.713.713q-1.1%201.1-1.725%202.55T4%2012q0%201.675.625%203.125T6.35%2017.65zm2.825-2.826q-.685-.69-1.073-1.595T7%2012q0-1.044.389-1.949t1.072-1.59l.714.714q-.55.55-.862%201.275T8%2012t.313%201.55t.862%201.275zm2.837-2.837Q11%2012.402%2011%2012t.299-.701T12%2011t.701.299T13%2012t-.299.701T12%2013t-.701-.299m4.24%202.838l-.714-.714q.55-.55.863-1.275T16%2012t-.312-1.55t-.863-1.275l.714-.714q.684.685%201.072%201.59T17%2012q0%201.039-.388%201.943t-1.073%201.596m2.824%202.825l-.713-.714q1.1-1.1%201.725-2.55T20%2012q0-1.656-.625-3.106T17.65%206.35l.714-.713Q19.598%206.87%2020.299%208.5T21%2012q0%201.864-.701%203.493t-1.936%202.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sensors.svg?color=%231a73e8&size=48