sensors off icon
sensors-off-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- sensors-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sensors-off-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the sensors off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .69.227 1.309q.227.618.617 1.126q.129.176.136.38t-.159.37t-.379.143t-.342-.2q-.525-.647-.812-1.441T7 12q0-.777.227-1.465t.617-1.264L5.696 7.123q-.794 1.015-1.245 2.249T4 12q0 1.535.521 2.868q.521 1.334 1.437 2.372q.16.177.179.388q.019.21-.146.376q-.166.165-.37.143t-.363-.199q-1.05-1.204-1.654-2.714T3 12q0-1.608.524-3.021t1.453-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-.171-4.58q-.177-.105-.232-.303t.043-.38q.44-.822.66-1.737T20 12q0-1.516-.521-2.849t-1.437-2.392q-.16-.176-.182-.387q-.022-.21.144-.376q.165-.165.372-.143t.366.199q1.05 1.198 1.654 2.711Q21 10.277 21 12q0 1.125-.276 2.178t-.764 1.984q-.099.177-.287.219t-.365-.062m-3.417-2.887q-.097-.174-.035-.388q.069-.25.106-.51Q16 12.276 16 12q0-.69-.227-1.309q-.227-.618-.617-1.126q-.129-.176-.133-.38t.162-.37t.373-.143q.208.022.342.2q.525.647.813 1.439Q17 11.102 17 12q0 .356-.047.673t-.128.629q-.061.208-.236.317q-.173.11-.387.048t-.31-.235"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSensorsOffRounded(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="M19.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .69.227 1.309q.227.618.617 1.126q.129.176.136.38t-.159.37t-.379.143t-.342-.2q-.525-.647-.812-1.441T7 12q0-.777.227-1.465t.617-1.264L5.696 7.123q-.794 1.015-1.245 2.249T4 12q0 1.535.521 2.868q.521 1.334 1.437 2.372q.16.177.179.388q.019.21-.146.376q-.166.165-.37.143t-.363-.199q-1.05-1.204-1.654-2.714T3 12q0-1.608.524-3.021t1.453-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-.171-4.58q-.177-.105-.232-.303t.043-.38q.44-.822.66-1.737T20 12q0-1.516-.521-2.849t-1.437-2.392q-.16-.176-.182-.387q-.022-.21.144-.376q.165-.165.372-.143t.366.199q1.05 1.198 1.654 2.711Q21 10.277 21 12q0 1.125-.276 2.178t-.764 1.984q-.099.177-.287.219t-.365-.062m-3.417-2.887q-.097-.174-.035-.388q.069-.25.106-.51Q16 12.276 16 12q0-.69-.227-1.309q-.227-.618-.617-1.126q-.129-.176-.133-.38t.162-.37t.373-.143q.208.022.342.2q.525.647.813 1.439Q17 11.102 17 12q0 .356-.047.673t-.128.629q-.061.208-.236.317q-.173.11-.387.048t-.31-.235"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .69.227 1.309q.227.618.617 1.126q.129.176.136.38t-.159.37t-.379.143t-.342-.2q-.525-.647-.812-1.441T7 12q0-.777.227-1.465t.617-1.264L5.696 7.123q-.794 1.015-1.245 2.249T4 12q0 1.535.521 2.868q.521 1.334 1.437 2.372q.16.177.179.388q.019.21-.146.376q-.166.165-.37.143t-.363-.199q-1.05-1.204-1.654-2.714T3 12q0-1.608.524-3.021t1.453-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-.171-4.58q-.177-.105-.232-.303t.043-.38q.44-.822.66-1.737T20 12q0-1.516-.521-2.849t-1.437-2.392q-.16-.176-.182-.387q-.022-.21.144-.376q.165-.165.372-.143t.366.199q1.05 1.198 1.654 2.711Q21 10.277 21 12q0 1.125-.276 2.178t-.764 1.984q-.099.177-.287.219t-.365-.062m-3.417-2.887q-.097-.174-.035-.388q.069-.25.106-.51Q16 12.276 16 12q0-.69-.227-1.309q-.227-.618-.617-1.126q-.129-.176-.133-.38t.162-.37t.373-.143q.208.022.342.2q.525.647.813 1.439Q17 11.102 17 12q0 .356-.047.673t-.128.629q-.061.208-.236.317q-.173.11-.387.048t-.31-.235"/></svg> </template>
CSS
.icon-sensors-off-rounded {
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%22M19.479%2020.9L8.587%2010.014q-.281.442-.434.932T8%2012q0%20.69.227%201.309q.227.618.617%201.126q.129.176.136.38t-.159.37t-.379.143t-.342-.2q-.525-.647-.812-1.441T7%2012q0-.777.227-1.465t.617-1.264L5.696%207.123q-.794%201.015-1.245%202.249T4%2012q0%201.535.521%202.868q.521%201.334%201.437%202.372q.16.177.179.388q.019.21-.146.376q-.166.165-.37.143t-.363-.199q-1.05-1.204-1.654-2.714T3%2012q0-1.608.524-3.021t1.453-2.575L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165m-.171-4.58q-.177-.105-.232-.303t.043-.38q.44-.822.66-1.737T20%2012q0-1.516-.521-2.849t-1.437-2.392q-.16-.176-.182-.387q-.022-.21.144-.376q.165-.165.372-.143t.366.199q1.05%201.198%201.654%202.711Q21%2010.277%2021%2012q0%201.125-.276%202.178t-.764%201.984q-.099.177-.287.219t-.365-.062m-3.417-2.887q-.097-.174-.035-.388q.069-.25.106-.51Q16%2012.276%2016%2012q0-.69-.227-1.309q-.227-.618-.617-1.126q-.129-.176-.133-.38t.162-.37t.373-.143q.208.022.342.2q.525.647.813%201.439Q17%2011.102%2017%2012q0%20.356-.047.673t-.128.629q-.061.208-.236.317q-.173.11-.387.048t-.31-.235%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%22M19.479%2020.9L8.587%2010.014q-.281.442-.434.932T8%2012q0%20.69.227%201.309q.227.618.617%201.126q.129.176.136.38t-.159.37t-.379.143t-.342-.2q-.525-.647-.812-1.441T7%2012q0-.777.227-1.465t.617-1.264L5.696%207.123q-.794%201.015-1.245%202.249T4%2012q0%201.535.521%202.868q.521%201.334%201.437%202.372q.16.177.179.388q.019.21-.146.376q-.166.165-.37.143t-.363-.199q-1.05-1.204-1.654-2.714T3%2012q0-1.608.524-3.021t1.453-2.575L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165m-.171-4.58q-.177-.105-.232-.303t.043-.38q.44-.822.66-1.737T20%2012q0-1.516-.521-2.849t-1.437-2.392q-.16-.176-.182-.387q-.022-.21.144-.376q.165-.165.372-.143t.366.199q1.05%201.198%201.654%202.711Q21%2010.277%2021%2012q0%201.125-.276%202.178t-.764%201.984q-.099.177-.287.219t-.365-.062m-3.417-2.887q-.097-.174-.035-.388q.069-.25.106-.51Q16%2012.276%2016%2012q0-.69-.227-1.309q-.227-.618-.617-1.126q-.129-.176-.133-.38t.162-.37t.373-.143q.208.022.342.2q.525.647.813%201.439Q17%2011.102%2017%2012q0%20.356-.047.673t-.128.629q-.061.208-.236.317q-.173.11-.387.048t-.31-.235%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-off-rounded.svg?color=%231a73e8&size=48