sensors krx icon
sensors-krx from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- sensors-krx
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sensors-krx-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the sensors krx icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.527 17.017q-.723-1.084-1.125-2.352Q3 13.396 3 12q0-1.402.402-2.667q.402-1.266 1.125-2.35l.829.542q-.65.95-1.003 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm3.502-1.046Q6.385 14.327 6.385 12t1.644-3.971T12 6.385t3.971 1.644T17.616 12t-1.645 3.971T12 17.616T8.029 15.97m11.419 1.046l-.823-.548q.675-.95 1.025-2.085Q20 13.25 20 12t-.35-2.387t-1.025-2.088l.823-.542q.743 1.084 1.147 2.35Q21 10.598 21 12q0 1.396-.405 2.665t-1.147 2.352"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSensorsKrx(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="M4.527 17.017q-.723-1.084-1.125-2.352Q3 13.396 3 12q0-1.402.402-2.667q.402-1.266 1.125-2.35l.829.542q-.65.95-1.003 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm3.502-1.046Q6.385 14.327 6.385 12t1.644-3.971T12 6.385t3.971 1.644T17.616 12t-1.645 3.971T12 17.616T8.029 15.97m11.419 1.046l-.823-.548q.675-.95 1.025-2.085Q20 13.25 20 12t-.35-2.387t-1.025-2.088l.823-.542q.743 1.084 1.147 2.35Q21 10.598 21 12q0 1.396-.405 2.665t-1.147 2.352"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.527 17.017q-.723-1.084-1.125-2.352Q3 13.396 3 12q0-1.402.402-2.667q.402-1.266 1.125-2.35l.829.542q-.65.95-1.003 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm3.502-1.046Q6.385 14.327 6.385 12t1.644-3.971T12 6.385t3.971 1.644T17.616 12t-1.645 3.971T12 17.616T8.029 15.97m11.419 1.046l-.823-.548q.675-.95 1.025-2.085Q20 13.25 20 12t-.35-2.387t-1.025-2.088l.823-.542q.743 1.084 1.147 2.35Q21 10.598 21 12q0 1.396-.405 2.665t-1.147 2.352"/></svg> </template>
CSS
.icon-sensors-krx {
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%22M4.527%2017.017q-.723-1.084-1.125-2.352Q3%2013.396%203%2012q0-1.402.402-2.667q.402-1.266%201.125-2.35l.829.542q-.65.95-1.003%202.088Q4%2010.75%204%2012t.353%202.385t1.003%202.084zm3.502-1.046Q6.385%2014.327%206.385%2012t1.644-3.971T12%206.385t3.971%201.644T17.616%2012t-1.645%203.971T12%2017.616T8.029%2015.97m11.419%201.046l-.823-.548q.675-.95%201.025-2.085Q20%2013.25%2020%2012t-.35-2.387t-1.025-2.088l.823-.542q.743%201.084%201.147%202.35Q21%2010.598%2021%2012q0%201.396-.405%202.665t-1.147%202.352%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%22M4.527%2017.017q-.723-1.084-1.125-2.352Q3%2013.396%203%2012q0-1.402.402-2.667q.402-1.266%201.125-2.35l.829.542q-.65.95-1.003%202.088Q4%2010.75%204%2012t.353%202.385t1.003%202.084zm3.502-1.046Q6.385%2014.327%206.385%2012t1.644-3.971T12%206.385t3.971%201.644T17.616%2012t-1.645%203.971T12%2017.616T8.029%2015.97m11.419%201.046l-.823-.548q.675-.95%201.025-2.085Q20%2013.25%2020%2012t-.35-2.387t-1.025-2.088l.823-.542q.743%201.084%201.147%202.35Q21%2010.598%2021%2012q0%201.396-.405%202.665t-1.147%202.352%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-krx.svg?color=%231a73e8&size=48