sensors icon
sensors from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- sensors
- Set
- Material Symbols
- 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
The same icon in other sets
More household icons from Material Symbols
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="M4.925 19.075q-1.35-1.375-2.137-3.187T2 12q0-2.1.788-3.912t2.137-3.163L6.35 6.35q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zM7.75 16.25q-.8-.825-1.275-1.912T6 12q0-1.275.475-2.363T7.75 7.75l1.425 1.425q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.838-2.838Q10 12.826 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m5.662 2.837l-1.425-1.425q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275L16.25 7.75q.8.8 1.275 1.887T18 12q0 1.25-.475 2.337T16.25 16.25m2.825 2.825L17.65 17.65q1.1-1.1 1.725-2.55T20 12q0-1.675-.625-3.125T17.65 6.35l1.425-1.425q1.35 1.35 2.138 3.162T22 12q0 2.075-.788 3.888t-2.137 3.187"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSensors(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="M4.925 19.075q-1.35-1.375-2.137-3.187T2 12q0-2.1.788-3.912t2.137-3.163L6.35 6.35q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zM7.75 16.25q-.8-.825-1.275-1.912T6 12q0-1.275.475-2.363T7.75 7.75l1.425 1.425q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.838-2.838Q10 12.826 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m5.662 2.837l-1.425-1.425q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275L16.25 7.75q.8.8 1.275 1.887T18 12q0 1.25-.475 2.337T16.25 16.25m2.825 2.825L17.65 17.65q1.1-1.1 1.725-2.55T20 12q0-1.675-.625-3.125T17.65 6.35l1.425-1.425q1.35 1.35 2.138 3.162T22 12q0 2.075-.788 3.888t-2.137 3.187"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.925 19.075q-1.35-1.375-2.137-3.187T2 12q0-2.1.788-3.912t2.137-3.163L6.35 6.35q-1.1 1.1-1.725 2.55T4 12q0 1.675.625 3.125T6.35 17.65zM7.75 16.25q-.8-.825-1.275-1.912T6 12q0-1.275.475-2.363T7.75 7.75l1.425 1.425q-.55.55-.862 1.275T8 12t.313 1.55t.862 1.275zm2.838-2.838Q10 12.826 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m5.662 2.837l-1.425-1.425q.55-.55.863-1.275T16 12t-.312-1.55t-.863-1.275L16.25 7.75q.8.8 1.275 1.887T18 12q0 1.25-.475 2.337T16.25 16.25m2.825 2.825L17.65 17.65q1.1-1.1 1.725-2.55T20 12q0-1.675-.625-3.125T17.65 6.35l1.425-1.425q1.35 1.35 2.138 3.162T22 12q0 2.075-.788 3.888t-2.137 3.187"/></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%22M4.925%2019.075q-1.35-1.375-2.137-3.187T2%2012q0-2.1.788-3.912t2.137-3.163L6.35%206.35q-1.1%201.1-1.725%202.55T4%2012q0%201.675.625%203.125T6.35%2017.65zM7.75%2016.25q-.8-.825-1.275-1.912T6%2012q0-1.275.475-2.363T7.75%207.75l1.425%201.425q-.55.55-.862%201.275T8%2012t.313%201.55t.862%201.275zm2.838-2.838Q10%2012.826%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587m5.662%202.837l-1.425-1.425q.55-.55.863-1.275T16%2012t-.312-1.55t-.863-1.275L16.25%207.75q.8.8%201.275%201.887T18%2012q0%201.25-.475%202.337T16.25%2016.25m2.825%202.825L17.65%2017.65q1.1-1.1%201.725-2.55T20%2012q0-1.675-.625-3.125T17.65%206.35l1.425-1.425q1.35%201.35%202.138%203.162T22%2012q0%202.075-.788%203.888t-2.137%203.187%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%22M4.925%2019.075q-1.35-1.375-2.137-3.187T2%2012q0-2.1.788-3.912t2.137-3.163L6.35%206.35q-1.1%201.1-1.725%202.55T4%2012q0%201.675.625%203.125T6.35%2017.65zM7.75%2016.25q-.8-.825-1.275-1.912T6%2012q0-1.275.475-2.363T7.75%207.75l1.425%201.425q-.55.55-.862%201.275T8%2012t.313%201.55t.862%201.275zm2.838-2.838Q10%2012.826%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587m5.662%202.837l-1.425-1.425q.55-.55.863-1.275T16%2012t-.312-1.55t-.863-1.275L16.25%207.75q.8.8%201.275%201.887T18%2012q0%201.25-.475%202.337T16.25%2016.25m2.825%202.825L17.65%2017.65q1.1-1.1%201.725-2.55T20%2012q0-1.675-.625-3.125T17.65%206.35l1.425-1.425q1.35%201.35%202.138%203.162T22%2012q0%202.075-.788%203.888t-2.137%203.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sensors.svg?color=%231a73e8&size=48