baseline sensor occupied icon
baseline-sensor-occupied from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-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-windowbaseline-shield-moonbaseline-solar-powerbaseline-vertical-shades
Use the baseline 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.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m9.23-3.85l1.85-.77A12.06 12.06 0 0 0 16.62.92l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38M8.15 2.77L7.38.92A12.1 12.1 0 0 0 .92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38M2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85a10.12 10.12 0 0 1-5.38-5.38m13.08 5.38l.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77a10.12 10.12 0 0 1-5.38 5.38"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineSensorOccupied(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.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m9.23-3.85l1.85-.77A12.06 12.06 0 0 0 16.62.92l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38M8.15 2.77L7.38.92A12.1 12.1 0 0 0 .92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38M2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85a10.12 10.12 0 0 1-5.38-5.38m13.08 5.38l.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77a10.12 10.12 0 0 1-5.38 5.38"/></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.35-.97 1.02-.97 1.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72A9.84 9.84 0 0 0 12 12m9.23-3.85l1.85-.77A12.06 12.06 0 0 0 16.62.92l-.77 1.85c2.42 1.02 4.36 2.96 5.38 5.38M8.15 2.77L7.38.92A12.1 12.1 0 0 0 .92 7.38l1.85.77c1.02-2.42 2.96-4.36 5.38-5.38M2.77 15.85l-1.85.77c1.22 2.91 3.55 5.25 6.46 6.46l.77-1.85a10.12 10.12 0 0 1-5.38-5.38m13.08 5.38l.77 1.85c2.91-1.22 5.25-3.55 6.46-6.46l-1.85-.77a10.12 10.12 0 0 1-5.38 5.38"/></svg> </template>
CSS
.icon-baseline-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.35-.97%201.02-.97%201.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72A9.84%209.84%200%200%200%2012%2012m9.23-3.85l1.85-.77A12.06%2012.06%200%200%200%2016.62.92l-.77%201.85c2.42%201.02%204.36%202.96%205.38%205.38M8.15%202.77L7.38.92A12.1%2012.1%200%200%200%20.92%207.38l1.85.77c1.02-2.42%202.96-4.36%205.38-5.38M2.77%2015.85l-1.85.77c1.22%202.91%203.55%205.25%206.46%206.46l.77-1.85a10.12%2010.12%200%200%201-5.38-5.38m13.08%205.38l.77%201.85c2.91-1.22%205.25-3.55%206.46-6.46l-1.85-.77a10.12%2010.12%200%200%201-5.38%205.38%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.35-.97%201.02-.97%201.72V17h12v-1.91c0-.7-.36-1.36-.97-1.72A9.84%209.84%200%200%200%2012%2012m9.23-3.85l1.85-.77A12.06%2012.06%200%200%200%2016.62.92l-.77%201.85c2.42%201.02%204.36%202.96%205.38%205.38M8.15%202.77L7.38.92A12.1%2012.1%200%200%200%20.92%207.38l1.85.77c1.02-2.42%202.96-4.36%205.38-5.38M2.77%2015.85l-1.85.77c1.22%202.91%203.55%205.25%206.46%206.46l.77-1.85a10.12%2010.12%200%200%201-5.38-5.38m13.08%205.38l.77%201.85c2.91-1.22%205.25-3.55%206.46-6.46l-1.85-.77a10.12%2010.12%200%200%201-5.38%205.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-sensor-occupied.svg?color=%231a73e8&size=48