sensor occupied icon
sensor-occupied-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- sensor-occupied-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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 10.885q-1.038 0-1.77-.731t-.73-1.77t.73-1.768q.732-.731 1.77-.731t1.77.73q.73.731.73 1.77q0 1.038-.73 1.769t-1.77.73m0-1q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058q.442.442 1.059.442M6.5 15.1v-.384q0-.43.195-.767t.568-.555q1.068-.63 2.26-.954q1.193-.324 2.477-.324q1.266 0 2.467.324t2.27.954q.354.218.558.565t.205.757v.384q0 .435-.29.725t-.725.29h-8.97q-.434 0-.725-.29q-.29-.29-.29-.725m3.25-1.658q-1.129.327-2.215.943v.75h8.93v-.77q-1.067-.615-2.206-.932q-1.138-.317-2.259-.317t-2.25.326m6.64-10.41q-.22-.103-.316-.308t-.016-.413q.078-.207.29-.261t.414.05q1.76.87 2.996 2.109t2.15 3.018q.103.202.055.42q-.048.216-.255.295q-.208.08-.413-.016t-.309-.297q-.738-1.506-1.914-2.691q-1.176-1.186-2.682-1.905m-8.78 0q-1.506.738-2.682 1.914T3.013 7.629q-.104.202-.299.297t-.403.016q-.207-.078-.265-.296t.046-.419q.875-1.773 2.131-3.012t3.016-2.11q.202-.103.426-.052t.302.259q.08.207-.028.412t-.33.309M3.034 16.39q.738 1.505 1.914 2.681t2.682 1.915q.202.104.31.299t.009.402t-.325.259t-.454-.053q-1.696-.85-2.983-2.15t-2.1-3.002q-.103-.201-.043-.416t.268-.293q.208-.08.413.028t.309.33m17.934 0q.104-.222.309-.33t.413-.028t.261.302t-.05.426q-.87 1.76-2.147 3.035q-1.278 1.275-3.018 2.112q-.202.103-.41.046q-.208-.058-.286-.266q-.08-.207.026-.403q.104-.195.306-.299q1.506-.738 2.682-1.914t1.914-2.681m-6.707-1.256h2.206h-8.931z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSensorOccupiedOutlineRounded(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 10.885q-1.038 0-1.77-.731t-.73-1.77t.73-1.768q.732-.731 1.77-.731t1.77.73q.73.731.73 1.77q0 1.038-.73 1.769t-1.77.73m0-1q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058q.442.442 1.059.442M6.5 15.1v-.384q0-.43.195-.767t.568-.555q1.068-.63 2.26-.954q1.193-.324 2.477-.324q1.266 0 2.467.324t2.27.954q.354.218.558.565t.205.757v.384q0 .435-.29.725t-.725.29h-8.97q-.434 0-.725-.29q-.29-.29-.29-.725m3.25-1.658q-1.129.327-2.215.943v.75h8.93v-.77q-1.067-.615-2.206-.932q-1.138-.317-2.259-.317t-2.25.326m6.64-10.41q-.22-.103-.316-.308t-.016-.413q.078-.207.29-.261t.414.05q1.76.87 2.996 2.109t2.15 3.018q.103.202.055.42q-.048.216-.255.295q-.208.08-.413-.016t-.309-.297q-.738-1.506-1.914-2.691q-1.176-1.186-2.682-1.905m-8.78 0q-1.506.738-2.682 1.914T3.013 7.629q-.104.202-.299.297t-.403.016q-.207-.078-.265-.296t.046-.419q.875-1.773 2.131-3.012t3.016-2.11q.202-.103.426-.052t.302.259q.08.207-.028.412t-.33.309M3.034 16.39q.738 1.505 1.914 2.681t2.682 1.915q.202.104.31.299t.009.402t-.325.259t-.454-.053q-1.696-.85-2.983-2.15t-2.1-3.002q-.103-.201-.043-.416t.268-.293q.208-.08.413.028t.309.33m17.934 0q.104-.222.309-.33t.413-.028t.261.302t-.05.426q-.87 1.76-2.147 3.035q-1.278 1.275-3.018 2.112q-.202.103-.41.046q-.208-.058-.286-.266q-.08-.207.026-.403q.104-.195.306-.299q1.506-.738 2.682-1.914t1.914-2.681m-6.707-1.256h2.206h-8.931z"/></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 10.885q-1.038 0-1.77-.731t-.73-1.77t.73-1.768q.732-.731 1.77-.731t1.77.73q.73.731.73 1.77q0 1.038-.73 1.769t-1.77.73m0-1q.617 0 1.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441 1.059t.441 1.058q.442.442 1.059.442M6.5 15.1v-.384q0-.43.195-.767t.568-.555q1.068-.63 2.26-.954q1.193-.324 2.477-.324q1.266 0 2.467.324t2.27.954q.354.218.558.565t.205.757v.384q0 .435-.29.725t-.725.29h-8.97q-.434 0-.725-.29q-.29-.29-.29-.725m3.25-1.658q-1.129.327-2.215.943v.75h8.93v-.77q-1.067-.615-2.206-.932q-1.138-.317-2.259-.317t-2.25.326m6.64-10.41q-.22-.103-.316-.308t-.016-.413q.078-.207.29-.261t.414.05q1.76.87 2.996 2.109t2.15 3.018q.103.202.055.42q-.048.216-.255.295q-.208.08-.413-.016t-.309-.297q-.738-1.506-1.914-2.691q-1.176-1.186-2.682-1.905m-8.78 0q-1.506.738-2.682 1.914T3.013 7.629q-.104.202-.299.297t-.403.016q-.207-.078-.265-.296t.046-.419q.875-1.773 2.131-3.012t3.016-2.11q.202-.103.426-.052t.302.259q.08.207-.028.412t-.33.309M3.034 16.39q.738 1.505 1.914 2.681t2.682 1.915q.202.104.31.299t.009.402t-.325.259t-.454-.053q-1.696-.85-2.983-2.15t-2.1-3.002q-.103-.201-.043-.416t.268-.293q.208-.08.413.028t.309.33m17.934 0q.104-.222.309-.33t.413-.028t.261.302t-.05.426q-.87 1.76-2.147 3.035q-1.278 1.275-3.018 2.112q-.202.103-.41.046q-.208-.058-.286-.266q-.08-.207.026-.403q.104-.195.306-.299q1.506-.738 2.682-1.914t1.914-2.681m-6.707-1.256h2.206h-8.931z"/></svg> </template>
CSS
.icon-sensor-occupied-outline-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%22M12%2010.885q-1.038%200-1.77-.731t-.73-1.77t.73-1.768q.732-.731%201.77-.731t1.77.73q.73.731.73%201.77q0%201.038-.73%201.769t-1.77.73m0-1q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058q.442.442%201.059.442M6.5%2015.1v-.384q0-.43.195-.767t.568-.555q1.068-.63%202.26-.954q1.193-.324%202.477-.324q1.266%200%202.467.324t2.27.954q.354.218.558.565t.205.757v.384q0%20.435-.29.725t-.725.29h-8.97q-.434%200-.725-.29q-.29-.29-.29-.725m3.25-1.658q-1.129.327-2.215.943v.75h8.93v-.77q-1.067-.615-2.206-.932q-1.138-.317-2.259-.317t-2.25.326m6.64-10.41q-.22-.103-.316-.308t-.016-.413q.078-.207.29-.261t.414.05q1.76.87%202.996%202.109t2.15%203.018q.103.202.055.42q-.048.216-.255.295q-.208.08-.413-.016t-.309-.297q-.738-1.506-1.914-2.691q-1.176-1.186-2.682-1.905m-8.78%200q-1.506.738-2.682%201.914T3.013%207.629q-.104.202-.299.297t-.403.016q-.207-.078-.265-.296t.046-.419q.875-1.773%202.131-3.012t3.016-2.11q.202-.103.426-.052t.302.259q.08.207-.028.412t-.33.309M3.034%2016.39q.738%201.505%201.914%202.681t2.682%201.915q.202.104.31.299t.009.402t-.325.259t-.454-.053q-1.696-.85-2.983-2.15t-2.1-3.002q-.103-.201-.043-.416t.268-.293q.208-.08.413.028t.309.33m17.934%200q.104-.222.309-.33t.413-.028t.261.302t-.05.426q-.87%201.76-2.147%203.035q-1.278%201.275-3.018%202.112q-.202.103-.41.046q-.208-.058-.286-.266q-.08-.207.026-.403q.104-.195.306-.299q1.506-.738%202.682-1.914t1.914-2.681m-6.707-1.256h2.206h-8.931z%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%2010.885q-1.038%200-1.77-.731t-.73-1.77t.73-1.768q.732-.731%201.77-.731t1.77.73q.73.731.73%201.77q0%201.038-.73%201.769t-1.77.73m0-1q.617%200%201.059-.44q.441-.442.441-1.06q0-.617-.441-1.058q-.442-.441-1.059-.441t-1.059.441t-.441%201.059t.441%201.058q.442.442%201.059.442M6.5%2015.1v-.384q0-.43.195-.767t.568-.555q1.068-.63%202.26-.954q1.193-.324%202.477-.324q1.266%200%202.467.324t2.27.954q.354.218.558.565t.205.757v.384q0%20.435-.29.725t-.725.29h-8.97q-.434%200-.725-.29q-.29-.29-.29-.725m3.25-1.658q-1.129.327-2.215.943v.75h8.93v-.77q-1.067-.615-2.206-.932q-1.138-.317-2.259-.317t-2.25.326m6.64-10.41q-.22-.103-.316-.308t-.016-.413q.078-.207.29-.261t.414.05q1.76.87%202.996%202.109t2.15%203.018q.103.202.055.42q-.048.216-.255.295q-.208.08-.413-.016t-.309-.297q-.738-1.506-1.914-2.691q-1.176-1.186-2.682-1.905m-8.78%200q-1.506.738-2.682%201.914T3.013%207.629q-.104.202-.299.297t-.403.016q-.207-.078-.265-.296t.046-.419q.875-1.773%202.131-3.012t3.016-2.11q.202-.103.426-.052t.302.259q.08.207-.028.412t-.33.309M3.034%2016.39q.738%201.505%201.914%202.681t2.682%201.915q.202.104.31.299t.009.402t-.325.259t-.454-.053q-1.696-.85-2.983-2.15t-2.1-3.002q-.103-.201-.043-.416t.268-.293q.208-.08.413.028t.309.33m17.934%200q.104-.222.309-.33t.413-.028t.261.302t-.05.426q-.87%201.76-2.147%203.035q-1.278%201.275-3.018%202.112q-.202.103-.41.046q-.208-.058-.286-.266q-.08-.207.026-.403q.104-.195.306-.299q1.506-.738%202.682-1.914t1.914-2.681m-6.707-1.256h2.206h-8.931z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sensor-occupied-outline-rounded.svg?color=%231a73e8&size=48