mode-off-on from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-off-on
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
mode-off-on-outline, mode-off-on-outline-rounded, mode-off-on-outline-sharp, mode-off-on-rounded, mode-off-on-sharp

The same icon in other sets

More household icons from Material Symbols Light

Use the mode off on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 11.857q-.143-.143-.143-.357V3.346q0-.213.143-.357T12 2.847t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143m-2.761 7.517q-1.455-.626-2.542-1.713t-1.714-2.543T4 12q0-1.467.529-2.828t1.498-2.445q.14-.177.344-.164t.375.183q.14.14.115.329t-.159.366q-.829.938-1.266 2.119Q5 10.74 5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.265-.434-2.449q-.433-1.184-1.274-2.122q-.134-.171-.16-.367t.116-.335q.165-.165.37-.168q.203-.003.344.168q.974 1.085 1.506 2.442T20 12q0 1.664-.626 3.118T17.66 17.66t-2.542 1.714T12 20t-3.118-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeOffOn(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="M11.643 11.857q-.143-.143-.143-.357V3.346q0-.213.143-.357T12 2.847t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143m-2.761 7.517q-1.455-.626-2.542-1.713t-1.714-2.543T4 12q0-1.467.529-2.828t1.498-2.445q.14-.177.344-.164t.375.183q.14.14.115.329t-.159.366q-.829.938-1.266 2.119Q5 10.74 5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.265-.434-2.449q-.433-1.184-1.274-2.122q-.134-.171-.16-.367t.116-.335q.165-.165.37-.168q.203-.003.344.168q.974 1.085 1.506 2.442T20 12q0 1.664-.626 3.118T17.66 17.66t-2.542 1.714T12 20t-3.118-.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 11.857q-.143-.143-.143-.357V3.346q0-.213.143-.357T12 2.847t.357.143t.143.357V11.5q0 .214-.143.357T12 12t-.357-.143m-2.761 7.517q-1.455-.626-2.542-1.713t-1.714-2.543T4 12q0-1.467.529-2.828t1.498-2.445q.14-.177.344-.164t.375.183q.14.14.115.329t-.159.366q-.829.938-1.266 2.119Q5 10.74 5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.265-.434-2.449q-.433-1.184-1.274-2.122q-.134-.171-.16-.367t.116-.335q.165-.165.37-.168q.203-.003.344.168q.974 1.085 1.506 2.442T20 12q0 1.664-.626 3.118T17.66 17.66t-2.542 1.714T12 20t-3.118-.626"/></svg>
</template>

CSS

.icon-mode-off-on {
  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%22M11.643%2011.857q-.143-.143-.143-.357V3.346q0-.213.143-.357T12%202.847t.357.143t.143.357V11.5q0%20.214-.143.357T12%2012t-.357-.143m-2.761%207.517q-1.455-.626-2.542-1.713t-1.714-2.543T4%2012q0-1.467.529-2.828t1.498-2.445q.14-.177.344-.164t.375.183q.14.14.115.329t-.159.366q-.829.938-1.266%202.119Q5%2010.74%205%2012q0%202.925%202.038%204.963T12%2019t4.963-2.037T19%2012q0-1.265-.434-2.449q-.433-1.184-1.274-2.122q-.134-.171-.16-.367t.116-.335q.165-.165.37-.168q.203-.003.344.168q.974%201.085%201.506%202.442T20%2012q0%201.664-.626%203.118T17.66%2017.66t-2.542%201.714T12%2020t-3.118-.626%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%22M11.643%2011.857q-.143-.143-.143-.357V3.346q0-.213.143-.357T12%202.847t.357.143t.143.357V11.5q0%20.214-.143.357T12%2012t-.357-.143m-2.761%207.517q-1.455-.626-2.542-1.713t-1.714-2.543T4%2012q0-1.467.529-2.828t1.498-2.445q.14-.177.344-.164t.375.183q.14.14.115.329t-.159.366q-.829.938-1.266%202.119Q5%2010.74%205%2012q0%202.925%202.038%204.963T12%2019t4.963-2.037T19%2012q0-1.265-.434-2.449q-.433-1.184-1.274-2.122q-.134-.171-.16-.367t.116-.335q.165-.165.37-.168q.203-.003.344.168q.974%201.085%201.506%202.442T20%2012q0%201.664-.626%203.118T17.66%2017.66t-2.542%201.714T12%2020t-3.118-.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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