mode dual icon
mode-dual-outline-sharp from Material Symbols Light by Google · Outline Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- mode-dual-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the mode dual icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.477 15.83q0 .899.462 1.792q.461.894 1.452 1.884l-.72.683Q4.535 19.058 4.006 18t-.529-2.164q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.842-.49-1.68T3.64 4.537l.677-.725q1.217 1.031 1.801 2.064q.585 1.033.585 2.113q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .898.462 1.784q.461.887 1.451 1.877l-.719.683q-1.136-1.13-1.665-2.179t-.53-2.154q0-.909.279-1.916q.278-1.007.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.842-.49-1.67q-.489-.828-1.573-1.763l.676-.744q1.217 1.03 1.801 2.063q.585 1.032.585 2.113q0 .835-.256 1.75t-.875 2.239q-.575 1.273-.834 2.17q-.26.897-.26 1.697m4.08 5.675v-19h1v4.842l3.75-3.705l.708.713l-4.457 4.458V11.5h2.692l4.458-4.458l.688.689l-3.68 3.769h4.842v1h-4.843l3.706 3.744l-.713.714l-4.458-4.458h-2.693v2.692l4.458 4.458l-.688.689l-3.77-3.681V21.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeDualOutlineSharp(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.477 15.83q0 .899.462 1.792q.461.894 1.452 1.884l-.72.683Q4.535 19.058 4.006 18t-.529-2.164q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.842-.49-1.68T3.64 4.537l.677-.725q1.217 1.031 1.801 2.064q.585 1.033.585 2.113q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .898.462 1.784q.461.887 1.451 1.877l-.719.683q-1.136-1.13-1.665-2.179t-.53-2.154q0-.909.279-1.916q.278-1.007.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.842-.49-1.67q-.489-.828-1.573-1.763l.676-.744q1.217 1.03 1.801 2.063q.585 1.032.585 2.113q0 .835-.256 1.75t-.875 2.239q-.575 1.273-.834 2.17q-.26.897-.26 1.697m4.08 5.675v-19h1v4.842l3.75-3.705l.708.713l-4.457 4.458V11.5h2.692l4.458-4.458l.688.689l-3.68 3.769h4.842v1h-4.843l3.706 3.744l-.713.714l-4.458-4.458h-2.693v2.692l4.458 4.458l-.688.689l-3.77-3.681V21.5z"/></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.477 15.83q0 .899.462 1.792q.461.894 1.452 1.884l-.72.683Q4.535 19.058 4.006 18t-.529-2.164q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.842-.49-1.68T3.64 4.537l.677-.725q1.217 1.031 1.801 2.064q.585 1.033.585 2.113q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .898.462 1.784q.461.887 1.451 1.877l-.719.683q-1.136-1.13-1.665-2.179t-.53-2.154q0-.909.279-1.916q.278-1.007.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.842-.49-1.67q-.489-.828-1.573-1.763l.676-.744q1.217 1.03 1.801 2.063q.585 1.032.585 2.113q0 .835-.256 1.75t-.875 2.239q-.575 1.273-.834 2.17q-.26.897-.26 1.697m4.08 5.675v-19h1v4.842l3.75-3.705l.708.713l-4.457 4.458V11.5h2.692l4.458-4.458l.688.689l-3.68 3.769h4.842v1h-4.843l3.706 3.744l-.713.714l-4.458-4.458h-2.693v2.692l4.458 4.458l-.688.689l-3.77-3.681V21.5z"/></svg> </template>
CSS
.icon-mode-dual-outline-sharp {
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.477%2015.83q0%20.899.462%201.792q.461.894%201.452%201.884l-.72.683Q4.535%2019.058%204.006%2018t-.529-2.164q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.842-.49-1.68T3.64%204.537l.677-.725q1.217%201.031%201.801%202.064q.585%201.033.585%202.113q0%20.835-.256%201.744t-.875%202.231q-.575%201.273-.834%202.17q-.26.898-.26%201.698m3.827-.006q0%20.898.462%201.784q.461.887%201.451%201.877l-.719.683q-1.136-1.13-1.665-2.179t-.53-2.154q0-.909.279-1.916q.278-1.007.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.842-.49-1.67q-.489-.828-1.573-1.763l.676-.744q1.217%201.03%201.801%202.063q.585%201.032.585%202.113q0%20.835-.256%201.75t-.875%202.239q-.575%201.273-.834%202.17q-.26.897-.26%201.697m4.08%205.675v-19h1v4.842l3.75-3.705l.708.713l-4.457%204.458V11.5h2.692l4.458-4.458l.688.689l-3.68%203.769h4.842v1h-4.843l3.706%203.744l-.713.714l-4.458-4.458h-2.693v2.692l4.458%204.458l-.688.689l-3.77-3.681V21.5z%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.477%2015.83q0%20.899.462%201.792q.461.894%201.452%201.884l-.72.683Q4.535%2019.058%204.006%2018t-.529-2.164q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.842-.49-1.68T3.64%204.537l.677-.725q1.217%201.031%201.801%202.064q.585%201.033.585%202.113q0%20.835-.256%201.744t-.875%202.231q-.575%201.273-.834%202.17q-.26.898-.26%201.698m3.827-.006q0%20.898.462%201.784q.461.887%201.451%201.877l-.719.683q-1.136-1.13-1.665-2.179t-.53-2.154q0-.909.279-1.916q.278-1.007.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.842-.49-1.67q-.489-.828-1.573-1.763l.676-.744q1.217%201.03%201.801%202.063q.585%201.032.585%202.113q0%20.835-.256%201.75t-.875%202.239q-.575%201.273-.834%202.17q-.26.897-.26%201.697m4.08%205.675v-19h1v4.842l3.75-3.705l.708.713l-4.457%204.458V11.5h2.692l4.458-4.458l.688.689l-3.68%203.769h4.842v1h-4.843l3.706%203.744l-.713.714l-4.458-4.458h-2.693v2.692l4.458%204.458l-.688.689l-3.77-3.681V21.5z%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-dual-outline-sharp.svg?color=%231a73e8&size=48