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

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

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="M4.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863M7.75 16.25Q6 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.175m4.963-4.687q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSensorsKrxOutlineRounded(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.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863M7.75 16.25Q6 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.175m4.963-4.687q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862M12 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="M4.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863M7.75 16.25Q6 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.175m4.963-4.687q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862M12 12"/></svg>
</template>

CSS

.icon-sensors-krx-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%22M4.213%2013.863q.212.912.637%201.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6%2015.625%202.3%2014.45T2%2012t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637%201.713T4%2012t.213%201.863M7.75%2016.25Q6%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.175m4.963-4.687q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575%201.05.875%202.238T22%2012t-.3%202.45t-.875%202.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20%2012t-.213-1.862M12%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%22M4.213%2013.863q.212.912.637%201.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6%2015.625%202.3%2014.45T2%2012t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637%201.713T4%2012t.213%201.863M7.75%2016.25Q6%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.175m4.963-4.687q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575%201.05.875%202.238T22%2012t-.3%202.45t-.875%202.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20%2012t-.213-1.862M12%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-rounded.svg?color=%231a73e8&size=48