mode off on icon
mode-off-on from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-off-on
- Set
- Material Symbols
- 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
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.288 11.713Q11 11.425 11 11V3q0-.425.288-.712T12 2t.713.288T13 3v8q0 .425-.288.713T12 12t-.712-.288m-2.8 8.576q-1.638-.713-2.85-1.925t-1.926-2.85T3 12q0-1.525.5-2.963T4.95 6.4q.275-.35.7-.337t.75.337q.275.275.25.675t-.275.75Q5.7 8.725 5.35 9.8T5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.15-.337-2.238T17.6 7.775q-.25-.325-.275-.712t.25-.663q.3-.3.725-.312t.7.312q.975 1.2 1.488 2.625T21 12q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsModeOffOn(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.288 11.713Q11 11.425 11 11V3q0-.425.288-.712T12 2t.713.288T13 3v8q0 .425-.288.713T12 12t-.712-.288m-2.8 8.576q-1.638-.713-2.85-1.925t-1.926-2.85T3 12q0-1.525.5-2.963T4.95 6.4q.275-.35.7-.337t.75.337q.275.275.25.675t-.275.75Q5.7 8.725 5.35 9.8T5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.15-.337-2.238T17.6 7.775q-.25-.325-.275-.712t.25-.663q.3-.3.725-.312t.7.312q.975 1.2 1.488 2.625T21 12q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712"/></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.288 11.713Q11 11.425 11 11V3q0-.425.288-.712T12 2t.713.288T13 3v8q0 .425-.288.713T12 12t-.712-.288m-2.8 8.576q-1.638-.713-2.85-1.925t-1.926-2.85T3 12q0-1.525.5-2.963T4.95 6.4q.275-.35.7-.337t.75.337q.275.275.25.675t-.275.75Q5.7 8.725 5.35 9.8T5 12q0 2.925 2.038 4.963T12 19t4.963-2.037T19 12q0-1.15-.337-2.238T17.6 7.775q-.25-.325-.275-.712t.25-.663q.3-.3.725-.312t.7.312q.975 1.2 1.488 2.625T21 12q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 21t-3.512-.712"/></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.288%2011.713Q11%2011.425%2011%2011V3q0-.425.288-.712T12%202t.713.288T13%203v8q0%20.425-.288.713T12%2012t-.712-.288m-2.8%208.576q-1.638-.713-2.85-1.925t-1.926-2.85T3%2012q0-1.525.5-2.963T4.95%206.4q.275-.35.7-.337t.75.337q.275.275.25.675t-.275.75Q5.7%208.725%205.35%209.8T5%2012q0%202.925%202.038%204.963T12%2019t4.963-2.037T19%2012q0-1.15-.337-2.238T17.6%207.775q-.25-.325-.275-.712t.25-.663q.3-.3.725-.312t.7.312q.975%201.2%201.488%202.625T21%2012q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021t-3.512-.712%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.288%2011.713Q11%2011.425%2011%2011V3q0-.425.288-.712T12%202t.713.288T13%203v8q0%20.425-.288.713T12%2012t-.712-.288m-2.8%208.576q-1.638-.713-2.85-1.925t-1.926-2.85T3%2012q0-1.525.5-2.963T4.95%206.4q.275-.35.7-.337t.75.337q.275.275.25.675t-.275.75Q5.7%208.725%205.35%209.8T5%2012q0%202.925%202.038%204.963T12%2019t4.963-2.037T19%2012q0-1.15-.337-2.238T17.6%207.775q-.25-.325-.275-.712t.25-.663q.3-.3.725-.312t.7.312q.975%201.2%201.488%202.625T21%2012q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021t-3.512-.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mode-off-on.svg?color=%231a73e8&size=48