sensor occupied icon
sensor-occupied-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- sensor-occupied-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sensor-occupied-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the 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 11q-1.25 0-2.125-.875T9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11m0-2q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m-6 8v-1.9q0-.525.263-.987t.712-.738q1.125-.65 2.375-1.012T12 12t2.65.363t2.375 1.012q.45.275.713.738T18 15.1V17zm4-2.75q-.975.25-1.85.75h7.7q-.875-.5-1.85-.75T12 14t-2 .25m11.225-6.1q-.775-1.825-2.162-3.213T15.85 2.775l.775-1.85q2.2.9 3.863 2.575t2.587 3.875zm-18.45 0l-1.85-.775q.925-2.2 2.588-3.863T7.375.925l.775 1.85q-1.825.775-3.213 2.163T2.776 8.15m4.6 14.925q-2.2-.9-3.862-2.575T.925 16.625l1.85-.775q.775 1.825 2.163 3.213t3.212 2.162zm9.25 0l-.775-1.85q1.825-.775 3.213-2.162t2.162-3.213l1.85.775q-.9 2.2-2.575 3.863t-3.875 2.587M14 15h1.85h-7.7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSensorOccupiedOutline(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 11q-1.25 0-2.125-.875T9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11m0-2q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m-6 8v-1.9q0-.525.263-.987t.712-.738q1.125-.65 2.375-1.012T12 12t2.65.363t2.375 1.012q.45.275.713.738T18 15.1V17zm4-2.75q-.975.25-1.85.75h7.7q-.875-.5-1.85-.75T12 14t-2 .25m11.225-6.1q-.775-1.825-2.162-3.213T15.85 2.775l.775-1.85q2.2.9 3.863 2.575t2.587 3.875zm-18.45 0l-1.85-.775q.925-2.2 2.588-3.863T7.375.925l.775 1.85q-1.825.775-3.213 2.163T2.776 8.15m4.6 14.925q-2.2-.9-3.862-2.575T.925 16.625l1.85-.775q.775 1.825 2.163 3.213t3.212 2.162zm9.25 0l-.775-1.85q1.825-.775 3.213-2.162t2.162-3.213l1.85.775q-.9 2.2-2.575 3.863t-3.875 2.587M14 15h1.85h-7.7z"/></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 11q-1.25 0-2.125-.875T9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11m0-2q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m-6 8v-1.9q0-.525.263-.987t.712-.738q1.125-.65 2.375-1.012T12 12t2.65.363t2.375 1.012q.45.275.713.738T18 15.1V17zm4-2.75q-.975.25-1.85.75h7.7q-.875-.5-1.85-.75T12 14t-2 .25m11.225-6.1q-.775-1.825-2.162-3.213T15.85 2.775l.775-1.85q2.2.9 3.863 2.575t2.587 3.875zm-18.45 0l-1.85-.775q.925-2.2 2.588-3.863T7.375.925l.775 1.85q-1.825.775-3.213 2.163T2.776 8.15m4.6 14.925q-2.2-.9-3.862-2.575T.925 16.625l1.85-.775q.775 1.825 2.163 3.213t3.212 2.162zm9.25 0l-.775-1.85q1.825-.775 3.213-2.162t2.162-3.213l1.85.775q-.9 2.2-2.575 3.863t-3.875 2.587M14 15h1.85h-7.7z"/></svg> </template>
CSS
.icon-sensor-occupied-outline {
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%2011q-1.25%200-2.125-.875T9%208t.875-2.125T12%205t2.125.875T15%208t-.875%202.125T12%2011m0-2q.425%200%20.713-.288T13%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209m-6%208v-1.9q0-.525.263-.987t.712-.738q1.125-.65%202.375-1.012T12%2012t2.65.363t2.375%201.012q.45.275.713.738T18%2015.1V17zm4-2.75q-.975.25-1.85.75h7.7q-.875-.5-1.85-.75T12%2014t-2%20.25m11.225-6.1q-.775-1.825-2.162-3.213T15.85%202.775l.775-1.85q2.2.9%203.863%202.575t2.587%203.875zm-18.45%200l-1.85-.775q.925-2.2%202.588-3.863T7.375.925l.775%201.85q-1.825.775-3.213%202.163T2.776%208.15m4.6%2014.925q-2.2-.9-3.862-2.575T.925%2016.625l1.85-.775q.775%201.825%202.163%203.213t3.212%202.162zm9.25%200l-.775-1.85q1.825-.775%203.213-2.162t2.162-3.213l1.85.775q-.9%202.2-2.575%203.863t-3.875%202.587M14%2015h1.85h-7.7z%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%2011q-1.25%200-2.125-.875T9%208t.875-2.125T12%205t2.125.875T15%208t-.875%202.125T12%2011m0-2q.425%200%20.713-.288T13%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209m-6%208v-1.9q0-.525.263-.987t.712-.738q1.125-.65%202.375-1.012T12%2012t2.65.363t2.375%201.012q.45.275.713.738T18%2015.1V17zm4-2.75q-.975.25-1.85.75h7.7q-.875-.5-1.85-.75T12%2014t-2%20.25m11.225-6.1q-.775-1.825-2.162-3.213T15.85%202.775l.775-1.85q2.2.9%203.863%202.575t2.587%203.875zm-18.45%200l-1.85-.775q.925-2.2%202.588-3.863T7.375.925l.775%201.85q-1.825.775-3.213%202.163T2.776%208.15m4.6%2014.925q-2.2-.9-3.862-2.575T.925%2016.625l1.85-.775q.775%201.825%202.163%203.213t3.212%202.162zm9.25%200l-.775-1.85q1.825-.775%203.213-2.162t2.162-3.213l1.85.775q-.9%202.2-2.575%203.863t-3.875%202.587M14%2015h1.85h-7.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sensor-occupied-outline.svg?color=%231a73e8&size=48