monitoring-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
monitoring-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
monitoring-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the monitoring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.643 20.356Q3.5 20.213 3.5 20v-.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q7.5 20.213 7.5 20v-5.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q11.5 20.213 11.5 20v-3.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q15.5 20.213 15.5 20v-4.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q19.5 20.213 19.5 20v-8.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144M14 11.436q-.304 0-.598-.12q-.295-.12-.538-.339l-2.422-2.421q-.173-.173-.442-.173t-.442.173L4.354 13.76q-.146.146-.357.153q-.21.006-.356-.16q-.141-.145-.135-.349t.14-.338l5.218-5.218q.243-.24.538-.35q.294-.11.598-.11t.609.11t.527.35l2.422 2.421q.173.173.442.173t.442-.173l5.204-5.203q.146-.147.357-.153q.21-.007.357.158q.14.146.134.35t-.14.339l-5.217 5.217q-.224.22-.528.34t-.609.12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMonitoringRounded(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.643 20.356Q3.5 20.213 3.5 20v-.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q7.5 20.213 7.5 20v-5.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q11.5 20.213 11.5 20v-3.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q15.5 20.213 15.5 20v-4.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q19.5 20.213 19.5 20v-8.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144M14 11.436q-.304 0-.598-.12q-.295-.12-.538-.339l-2.422-2.421q-.173-.173-.442-.173t-.442.173L4.354 13.76q-.146.146-.357.153q-.21.006-.356-.16q-.141-.145-.135-.349t.14-.338l5.218-5.218q.243-.24.538-.35q.294-.11.598-.11t.609.11t.527.35l2.422 2.421q.173.173.442.173t.442-.173l5.204-5.203q.146-.147.357-.153q.21-.007.357.158q.14.146.134.35t-.14.339l-5.217 5.217q-.224.22-.528.34t-.609.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.643 20.356Q3.5 20.213 3.5 20v-.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q7.5 20.213 7.5 20v-5.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q11.5 20.213 11.5 20v-3.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q15.5 20.213 15.5 20v-4.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144m4 0Q19.5 20.213 19.5 20v-8.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0 .213-.144.356t-.357.144t-.356-.144M14 11.436q-.304 0-.598-.12q-.295-.12-.538-.339l-2.422-2.421q-.173-.173-.442-.173t-.442.173L4.354 13.76q-.146.146-.357.153q-.21.006-.356-.16q-.141-.145-.135-.349t.14-.338l5.218-5.218q.243-.24.538-.35q.294-.11.598-.11t.609.11t.527.35l2.422 2.421q.173.173.442.173t.442-.173l5.204-5.203q.146-.147.357-.153q.21-.007.357.158q.14.146.134.35t-.14.339l-5.217 5.217q-.224.22-.528.34t-.609.12"/></svg>
</template>

CSS

.icon-monitoring-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%22M3.643%2020.356Q3.5%2020.213%203.5%2020v-.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q7.5%2020.213%207.5%2020v-5.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q11.5%2020.213%2011.5%2020v-3.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q15.5%2020.213%2015.5%2020v-4.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q19.5%2020.213%2019.5%2020v-8.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144M14%2011.436q-.304%200-.598-.12q-.295-.12-.538-.339l-2.422-2.421q-.173-.173-.442-.173t-.442.173L4.354%2013.76q-.146.146-.357.153q-.21.006-.356-.16q-.141-.145-.135-.349t.14-.338l5.218-5.218q.243-.24.538-.35q.294-.11.598-.11t.609.11t.527.35l2.422%202.421q.173.173.442.173t.442-.173l5.204-5.203q.146-.147.357-.153q.21-.007.357.158q.14.146.134.35t-.14.339l-5.217%205.217q-.224.22-.528.34t-.609.12%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.643%2020.356Q3.5%2020.213%203.5%2020v-.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q7.5%2020.213%207.5%2020v-5.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q11.5%2020.213%2011.5%2020v-3.288q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q15.5%2020.213%2015.5%2020v-4.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q19.5%2020.213%2019.5%2020v-8.788q0-.213.144-.357t.357-.143t.356.143t.143.357V20q0%20.213-.144.356t-.357.144t-.356-.144M14%2011.436q-.304%200-.598-.12q-.295-.12-.538-.339l-2.422-2.421q-.173-.173-.442-.173t-.442.173L4.354%2013.76q-.146.146-.357.153q-.21.006-.356-.16q-.141-.145-.135-.349t.14-.338l5.218-5.218q.243-.24.538-.35q.294-.11.598-.11t.609.11t.527.35l2.422%202.421q.173.173.442.173t.442-.173l5.204-5.203q.146-.147.357-.153q.21-.007.357.158q.14.146.134.35t-.14.339l-5.217%205.217q-.224.22-.528.34t-.609.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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