outlined / 400

  • w100
  • w200
  • w300
  • w400
  • w500
  • w600
  • w700

Mode Standby

Default

import { ModeStandby } from '@material-symbols-svg/react';

const App = () => {
  return <ModeStandby />;
};

export default App;

Current Variant

import { ModeStandby } from '@material-symbols-svg/react/w400';

const App = () => {
  return <ModeStandby size="40" />;
};

export default App;

Usage Examples

Common ways to use this icon in your application

Alert sample

npm i @material-symbols-svg/react