round sensor occupied icon
round-sensor-occupied from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- round-sensor-occupied
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
More home icons from Google Material Icons
baseline-auto-modebaseline-blindsbaseline-blinds-closedbaseline-broadcast-on-homebaseline-broadcast-on-personalbaseline-curtainsbaseline-curtains-closedbaseline-electric-boltbaseline-electric-meterbaseline-energy-savings-leafbaseline-gas-meterbaseline-heat-pumpbaseline-mode-fan-offbaseline-nest-cam-wired-standbaseline-oil-barrelbaseline-propanebaseline-propane-tankbaseline-roller-shadesbaseline-roller-shades-closedbaseline-sensor-doorbaseline-sensor-occupiedbaseline-sensor-windowbaseline-shield-moonbaseline-solar-power
Use the round sensor occupied icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0 1c-1.84 0-3.56.5-5.03 1.37c-.61.36-.97 1.02-.97 1.72V16c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m10.11-4.21c.55-.23.78-.88.5-1.41a12.1 12.1 0 0 0-4.99-4.99a1.01 1.01 0 0 0-1.4.5c-.19.47-.01 1.02.43 1.25c1.79.94 3.26 2.42 4.21 4.21c.23.45.78.63 1.25.44M7.79 1.89c-.23-.55-.88-.78-1.4-.5A12.06 12.06 0 0 0 1.4 6.38c-.28.52-.05 1.18.5 1.41a.98.98 0 0 0 1.25-.43c.94-1.79 2.42-3.26 4.21-4.21c.44-.24.62-.79.43-1.26m-5.9 14.32c-.55.23-.78.88-.5 1.4c1.13 2.12 2.87 3.87 5 5c.52.28 1.17.04 1.4-.5c.19-.47.01-1.02-.43-1.25c-1.79-.94-3.26-2.42-4.21-4.21a1 1 0 0 0-1.26-.44m14.32 5.9c.23.55.88.78 1.4.5c2.12-1.13 3.87-2.87 5-5c.28-.52.04-1.17-.5-1.4c-.47-.19-1.02-.01-1.25.43c-.94 1.79-2.42 3.26-4.21 4.21a1 1 0 0 0-.44 1.26"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSensorOccupied(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="M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0 1c-1.84 0-3.56.5-5.03 1.37c-.61.36-.97 1.02-.97 1.72V16c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m10.11-4.21c.55-.23.78-.88.5-1.41a12.1 12.1 0 0 0-4.99-4.99a1.01 1.01 0 0 0-1.4.5c-.19.47-.01 1.02.43 1.25c1.79.94 3.26 2.42 4.21 4.21c.23.45.78.63 1.25.44M7.79 1.89c-.23-.55-.88-.78-1.4-.5A12.06 12.06 0 0 0 1.4 6.38c-.28.52-.05 1.18.5 1.41a.98.98 0 0 0 1.25-.43c.94-1.79 2.42-3.26 4.21-4.21c.44-.24.62-.79.43-1.26m-5.9 14.32c-.55.23-.78.88-.5 1.4c1.13 2.12 2.87 3.87 5 5c.52.28 1.17.04 1.4-.5c.19-.47.01-1.02-.43-1.25c-1.79-.94-3.26-2.42-4.21-4.21a1 1 0 0 0-1.26-.44m14.32 5.9c.23.55.88.78 1.4.5c2.12-1.13 3.87-2.87 5-5c.28-.52.04-1.17-.5-1.4c-.47-.19-1.02-.01-1.25.43c-.94 1.79-2.42 3.26-4.21 4.21a1 1 0 0 0-.44 1.26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0 1c-1.84 0-3.56.5-5.03 1.37c-.61.36-.97 1.02-.97 1.72V16c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m10.11-4.21c.55-.23.78-.88.5-1.41a12.1 12.1 0 0 0-4.99-4.99a1.01 1.01 0 0 0-1.4.5c-.19.47-.01 1.02.43 1.25c1.79.94 3.26 2.42 4.21 4.21c.23.45.78.63 1.25.44M7.79 1.89c-.23-.55-.88-.78-1.4-.5A12.06 12.06 0 0 0 1.4 6.38c-.28.52-.05 1.18.5 1.41a.98.98 0 0 0 1.25-.43c.94-1.79 2.42-3.26 4.21-4.21c.44-.24.62-.79.43-1.26m-5.9 14.32c-.55.23-.78.88-.5 1.4c1.13 2.12 2.87 3.87 5 5c.52.28 1.17.04 1.4-.5c.19-.47.01-1.02-.43-1.25c-1.79-.94-3.26-2.42-4.21-4.21a1 1 0 0 0-1.26-.44m14.32 5.9c.23.55.88.78 1.4.5c2.12-1.13 3.87-2.87 5-5c.28-.52.04-1.17-.5-1.4c-.47-.19-1.02-.01-1.25.43c-.94 1.79-2.42 3.26-4.21 4.21a1 1 0 0 0-.44 1.26"/></svg> </template>
CSS
.icon-round-sensor-occupied {
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%22M12%2011c1.66%200%203-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203m0%201c-1.84%200-3.56.5-5.03%201.37c-.61.36-.97%201.02-.97%201.72V16c0%20.55.45%201%201%201h10c.55%200%201-.45%201-1v-.91c0-.7-.36-1.36-.97-1.72A9.84%209.84%200%200%200%2012%2012m10.11-4.21c.55-.23.78-.88.5-1.41a12.1%2012.1%200%200%200-4.99-4.99a1.01%201.01%200%200%200-1.4.5c-.19.47-.01%201.02.43%201.25c1.79.94%203.26%202.42%204.21%204.21c.23.45.78.63%201.25.44M7.79%201.89c-.23-.55-.88-.78-1.4-.5A12.06%2012.06%200%200%200%201.4%206.38c-.28.52-.05%201.18.5%201.41a.98.98%200%200%200%201.25-.43c.94-1.79%202.42-3.26%204.21-4.21c.44-.24.62-.79.43-1.26m-5.9%2014.32c-.55.23-.78.88-.5%201.4c1.13%202.12%202.87%203.87%205%205c.52.28%201.17.04%201.4-.5c.19-.47.01-1.02-.43-1.25c-1.79-.94-3.26-2.42-4.21-4.21a1%201%200%200%200-1.26-.44m14.32%205.9c.23.55.88.78%201.4.5c2.12-1.13%203.87-2.87%205-5c.28-.52.04-1.17-.5-1.4c-.47-.19-1.02-.01-1.25.43c-.94%201.79-2.42%203.26-4.21%204.21a1%201%200%200%200-.44%201.26%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%22M12%2011c1.66%200%203-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203m0%201c-1.84%200-3.56.5-5.03%201.37c-.61.36-.97%201.02-.97%201.72V16c0%20.55.45%201%201%201h10c.55%200%201-.45%201-1v-.91c0-.7-.36-1.36-.97-1.72A9.84%209.84%200%200%200%2012%2012m10.11-4.21c.55-.23.78-.88.5-1.41a12.1%2012.1%200%200%200-4.99-4.99a1.01%201.01%200%200%200-1.4.5c-.19.47-.01%201.02.43%201.25c1.79.94%203.26%202.42%204.21%204.21c.23.45.78.63%201.25.44M7.79%201.89c-.23-.55-.88-.78-1.4-.5A12.06%2012.06%200%200%200%201.4%206.38c-.28.52-.05%201.18.5%201.41a.98.98%200%200%200%201.25-.43c.94-1.79%202.42-3.26%204.21-4.21c.44-.24.62-.79.43-1.26m-5.9%2014.32c-.55.23-.78.88-.5%201.4c1.13%202.12%202.87%203.87%205%205c.52.28%201.17.04%201.4-.5c.19-.47.01-1.02-.43-1.25c-1.79-.94-3.26-2.42-4.21-4.21a1%201%200%200%200-1.26-.44m14.32%205.9c.23.55.88.78%201.4.5c2.12-1.13%203.87-2.87%205-5c.28-.52.04-1.17-.5-1.4c-.47-.19-1.02-.01-1.25.43c-.94%201.79-2.42%203.26-4.21%204.21a1%201%200%200%200-.44%201.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sensor-occupied.svg?color=%231a73e8&size=48