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

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

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="M3.7 17.575q-.8-1.2-1.25-2.613T2 12q0-1.575.45-2.975t1.25-2.6l1.675 1.1q-.65.95-1.012 2.088T4 12t.363 2.375t1.012 2.075zm4.05-1.325Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75m7.075-1.425Q16 13.65 16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16t2.825-1.175m5.45 2.75l-1.65-1.125q.65-.95 1.013-2.075T20 12t-.363-2.387t-1.012-2.088l1.65-1.1q.8 1.2 1.263 2.6T22 12q0 1.55-.462 2.963t-1.263 2.612M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSensorsKrxOutline(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="M3.7 17.575q-.8-1.2-1.25-2.613T2 12q0-1.575.45-2.975t1.25-2.6l1.675 1.1q-.65.95-1.012 2.088T4 12t.363 2.375t1.012 2.075zm4.05-1.325Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75m7.075-1.425Q16 13.65 16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16t2.825-1.175m5.45 2.75l-1.65-1.125q.65-.95 1.013-2.075T20 12t-.363-2.387t-1.012-2.088l1.65-1.1q.8 1.2 1.263 2.6T22 12q0 1.55-.462 2.963t-1.263 2.612M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.7 17.575q-.8-1.2-1.25-2.613T2 12q0-1.575.45-2.975t1.25-2.6l1.675 1.1q-.65.95-1.012 2.088T4 12t.363 2.375t1.012 2.075zm4.05-1.325Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75m7.075-1.425Q16 13.65 16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16t2.825-1.175m5.45 2.75l-1.65-1.125q.65-.95 1.013-2.075T20 12t-.363-2.387t-1.012-2.088l1.65-1.1q.8 1.2 1.263 2.6T22 12q0 1.55-.462 2.963t-1.263 2.612M12 12"/></svg>
</template>

CSS

.icon-sensors-krx-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%22M3.7%2017.575q-.8-1.2-1.25-2.613T2%2012q0-1.575.45-2.975t1.25-2.6l1.675%201.1q-.65.95-1.012%202.088T4%2012t.363%202.375t1.012%202.075zm4.05-1.325Q6%2014.5%206%2012t1.75-4.25T12%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75m7.075-1.425Q16%2013.65%2016%2012t-1.175-2.825T12%208T9.175%209.175T8%2012t1.175%202.825T12%2016t2.825-1.175m5.45%202.75l-1.65-1.125q.65-.95%201.013-2.075T20%2012t-.363-2.387t-1.012-2.088l1.65-1.1q.8%201.2%201.263%202.6T22%2012q0%201.55-.462%202.963t-1.263%202.612M12%2012%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%22M3.7%2017.575q-.8-1.2-1.25-2.613T2%2012q0-1.575.45-2.975t1.25-2.6l1.675%201.1q-.65.95-1.012%202.088T4%2012t.363%202.375t1.012%202.075zm4.05-1.325Q6%2014.5%206%2012t1.75-4.25T12%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75m7.075-1.425Q16%2013.65%2016%2012t-1.175-2.825T12%208T9.175%209.175T8%2012t1.175%202.825T12%2016t2.825-1.175m5.45%202.75l-1.65-1.125q.65-.95%201.013-2.075T20%2012t-.363-2.387t-1.012-2.088l1.65-1.1q.8%201.2%201.263%202.6T22%2012q0%201.55-.462%202.963t-1.263%202.612M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sensors-krx-outline.svg?color=%231a73e8&size=48