mode-dual-sharp from Material Symbols Light by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.

Name
mode-dual-sharp
Set
Material Symbols Light
Style
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

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 .876.462 1.772q.461.896 1.452 1.904l-.72.682Q4.541 19.04 4.01 17.98t-.532-2.144q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.825-.49-1.662T3.64 4.536l.677-.725q1.21 1.049 1.798 2.081t.587 2.096q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .875.462 1.764q.461.89 1.451 1.897l-.719.683q-1.13-1.148-1.662-2.199t-.532-2.134q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.825-.49-1.653q-.489-.828-1.573-1.78l.676-.744q1.212 1.048 1.8 2.081q.587 1.033.587 2.096q0 .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 MaterialSymbolsLightModeDualSharp(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 .876.462 1.772q.461.896 1.452 1.904l-.72.682Q4.541 19.04 4.01 17.98t-.532-2.144q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.825-.49-1.662T3.64 4.536l.677-.725q1.21 1.049 1.798 2.081t.587 2.096q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .875.462 1.764q.461.89 1.451 1.897l-.719.683q-1.13-1.148-1.662-2.199t-.532-2.134q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.825-.49-1.653q-.489-.828-1.573-1.78l.676-.744q1.212 1.048 1.8 2.081q.587 1.033.587 2.096q0 .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 .876.462 1.772q.461.896 1.452 1.904l-.72.682Q4.541 19.04 4.01 17.98t-.532-2.144q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.825-.49-1.662T3.64 4.536l.677-.725q1.21 1.049 1.798 2.081t.587 2.096q0 .835-.256 1.744t-.875 2.231q-.575 1.273-.834 2.17q-.26.898-.26 1.698m3.827-.006q0 .875.462 1.764q.461.89 1.451 1.897l-.719.683q-1.13-1.148-1.662-2.199t-.532-2.134q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.825-.49-1.653q-.489-.828-1.573-1.78l.676-.744q1.212 1.048 1.8 2.081q.587 1.033.587 2.096q0 .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-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.876.462%201.772q.461.896%201.452%201.904l-.72.682Q4.541%2019.04%204.01%2017.98t-.532-2.144q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.825-.49-1.662T3.64%204.536l.677-.725q1.21%201.049%201.798%202.081t.587%202.096q0%20.835-.256%201.744t-.875%202.231q-.575%201.273-.834%202.17q-.26.898-.26%201.698m3.827-.006q0%20.875.462%201.764q.461.89%201.451%201.897l-.719.683q-1.13-1.148-1.662-2.199t-.532-2.134q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.825-.49-1.653q-.489-.828-1.573-1.78l.676-.744q1.212%201.048%201.8%202.081q.587%201.033.587%202.096q0%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.876.462%201.772q.461.896%201.452%201.904l-.72.682Q4.541%2019.04%204.01%2017.98t-.532-2.144q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.114q.235-.803.235-1.528q0-.825-.49-1.662T3.64%204.536l.677-.725q1.21%201.049%201.798%202.081t.587%202.096q0%20.835-.256%201.744t-.875%202.231q-.575%201.273-.834%202.17q-.26.898-.26%201.698m3.827-.006q0%20.875.462%201.764q.461.89%201.451%201.897l-.719.683q-1.13-1.148-1.662-2.199t-.532-2.134q0-.909.278-1.916t.864-2.29q.614-1.31.848-2.123q.235-.813.235-1.538q0-.825-.49-1.653q-.489-.828-1.573-1.78l.676-.744q1.212%201.048%201.8%202.081q.587%201.033.587%202.096q0%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-sharp.svg?color=%231a73e8&size=48