sensors-krx-off-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
sensors-krx-off-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
sensors-krx-off-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the sensors krx off 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-.719-1.08-1.123-2.35Q3 13.394 3 12q0-1.402.404-2.667q.404-1.266 1.123-2.35l.829.542q-.641.95-.998 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm12.59-2.723l-.761-.761q.127-.366.193-.748q.067-.383.067-.785q0-1.92-1.349-3.267Q13.92 7.384 12 7.384q-.403 0-.785.067q-.382.066-.748.193l-.761-.761q.522-.239 1.102-.369T12 6.384q2.327 0 3.971 1.645t1.645 3.962q0 .626-.13 1.204t-.369 1.1m2.483 2.482l-.72-.72q.545-.893.833-1.913T20 12q0-1.25-.363-2.387t-1.012-2.088l.823-.542q.743 1.084 1.147 2.35q.405 1.265.405 2.663q0 1.331-.36 2.523q-.361 1.193-1.04 2.258m-7.6-.161q.679 0 1.297-.201t1.137-.565L8.15 9.566q-.363.518-.564 1.137q-.201.618-.201 1.297q0 1.92 1.348 3.267Q10.08 16.616 12 16.616m7.41 4.215l-4.233-4.239q-.671.487-1.478.755q-.807.269-1.699.269q-2.327 0-3.971-1.645T6.385 12q0-.892.268-1.699t.755-1.478L3.169 4.585l.708-.708l16.246 16.246zm-8.125-8.125"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSensorsKrxOffOutline(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-.719-1.08-1.123-2.35Q3 13.394 3 12q0-1.402.404-2.667q.404-1.266 1.123-2.35l.829.542q-.641.95-.998 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm12.59-2.723l-.761-.761q.127-.366.193-.748q.067-.383.067-.785q0-1.92-1.349-3.267Q13.92 7.384 12 7.384q-.403 0-.785.067q-.382.066-.748.193l-.761-.761q.522-.239 1.102-.369T12 6.384q2.327 0 3.971 1.645t1.645 3.962q0 .626-.13 1.204t-.369 1.1m2.483 2.482l-.72-.72q.545-.893.833-1.913T20 12q0-1.25-.363-2.387t-1.012-2.088l.823-.542q.743 1.084 1.147 2.35q.405 1.265.405 2.663q0 1.331-.36 2.523q-.361 1.193-1.04 2.258m-7.6-.161q.679 0 1.297-.201t1.137-.565L8.15 9.566q-.363.518-.564 1.137q-.201.618-.201 1.297q0 1.92 1.348 3.267Q10.08 16.616 12 16.616m7.41 4.215l-4.233-4.239q-.671.487-1.478.755q-.807.269-1.699.269q-2.327 0-3.971-1.645T6.385 12q0-.892.268-1.699t.755-1.478L3.169 4.585l.708-.708l16.246 16.246zm-8.125-8.125"/></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-.719-1.08-1.123-2.35Q3 13.394 3 12q0-1.402.404-2.667q.404-1.266 1.123-2.35l.829.542q-.641.95-.998 2.088Q4 10.75 4 12t.353 2.385t1.003 2.084zm12.59-2.723l-.761-.761q.127-.366.193-.748q.067-.383.067-.785q0-1.92-1.349-3.267Q13.92 7.384 12 7.384q-.403 0-.785.067q-.382.066-.748.193l-.761-.761q.522-.239 1.102-.369T12 6.384q2.327 0 3.971 1.645t1.645 3.962q0 .626-.13 1.204t-.369 1.1m2.483 2.482l-.72-.72q.545-.893.833-1.913T20 12q0-1.25-.363-2.387t-1.012-2.088l.823-.542q.743 1.084 1.147 2.35q.405 1.265.405 2.663q0 1.331-.36 2.523q-.361 1.193-1.04 2.258m-7.6-.161q.679 0 1.297-.201t1.137-.565L8.15 9.566q-.363.518-.564 1.137q-.201.618-.201 1.297q0 1.92 1.348 3.267Q10.08 16.616 12 16.616m7.41 4.215l-4.233-4.239q-.671.487-1.478.755q-.807.269-1.699.269q-2.327 0-3.971-1.645T6.385 12q0-.892.268-1.699t.755-1.478L3.169 4.585l.708-.708l16.246 16.246zm-8.125-8.125"/></svg>
</template>

CSS

.icon-sensors-krx-off-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%22M4.527%2017.017q-.719-1.08-1.123-2.35Q3%2013.394%203%2012q0-1.402.404-2.667q.404-1.266%201.123-2.35l.829.542q-.641.95-.998%202.088Q4%2010.75%204%2012t.353%202.385t1.003%202.084zm12.59-2.723l-.761-.761q.127-.366.193-.748q.067-.383.067-.785q0-1.92-1.349-3.267Q13.92%207.384%2012%207.384q-.403%200-.785.067q-.382.066-.748.193l-.761-.761q.522-.239%201.102-.369T12%206.384q2.327%200%203.971%201.645t1.645%203.962q0%20.626-.13%201.204t-.369%201.1m2.483%202.482l-.72-.72q.545-.893.833-1.913T20%2012q0-1.25-.363-2.387t-1.012-2.088l.823-.542q.743%201.084%201.147%202.35q.405%201.265.405%202.663q0%201.331-.36%202.523q-.361%201.193-1.04%202.258m-7.6-.161q.679%200%201.297-.201t1.137-.565L8.15%209.566q-.363.518-.564%201.137q-.201.618-.201%201.297q0%201.92%201.348%203.267Q10.08%2016.616%2012%2016.616m7.41%204.215l-4.233-4.239q-.671.487-1.478.755q-.807.269-1.699.269q-2.327%200-3.971-1.645T6.385%2012q0-.892.268-1.699t.755-1.478L3.169%204.585l.708-.708l16.246%2016.246zm-8.125-8.125%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-.719-1.08-1.123-2.35Q3%2013.394%203%2012q0-1.402.404-2.667q.404-1.266%201.123-2.35l.829.542q-.641.95-.998%202.088Q4%2010.75%204%2012t.353%202.385t1.003%202.084zm12.59-2.723l-.761-.761q.127-.366.193-.748q.067-.383.067-.785q0-1.92-1.349-3.267Q13.92%207.384%2012%207.384q-.403%200-.785.067q-.382.066-.748.193l-.761-.761q.522-.239%201.102-.369T12%206.384q2.327%200%203.971%201.645t1.645%203.962q0%20.626-.13%201.204t-.369%201.1m2.483%202.482l-.72-.72q.545-.893.833-1.913T20%2012q0-1.25-.363-2.387t-1.012-2.088l.823-.542q.743%201.084%201.147%202.35q.405%201.265.405%202.663q0%201.331-.36%202.523q-.361%201.193-1.04%202.258m-7.6-.161q.679%200%201.297-.201t1.137-.565L8.15%209.566q-.363.518-.564%201.137q-.201.618-.201%201.297q0%201.92%201.348%203.267Q10.08%2016.616%2012%2016.616m7.41%204.215l-4.233-4.239q-.671.487-1.478.755q-.807.269-1.699.269q-2.327%200-3.971-1.645T6.385%2012q0-.892.268-1.699t.755-1.478L3.169%204.585l.708-.708l16.246%2016.246zm-8.125-8.125%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-off-outline.svg?color=%231a73e8&size=48