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

Name
mode-dual-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
mode-dual-outline-rounded

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="M6.03 19.86q-.164.14-.368.128t-.345-.16q-.798-.834-1.319-1.83t-.521-2.162q0-1.115.34-2.165t.802-2.04q.414-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.507-.78-1.215-1.418q-.146-.12-.137-.322q.01-.2.15-.347q.14-.165.342-.168q.2-.003.366.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.047t-.784 1.947q-.425.931-.76 1.884q-.334.953-.334 1.984q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341m3.827 0q-.166.141-.37.128t-.344-.158q-.798-.835-1.319-1.831t-.521-2.162q0-1.115.34-2.165t.802-2.04q.413-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.508-.78-1.215-1.418q-.147-.12-.137-.322q.01-.2.15-.347q.14-.165.341-.168t.367.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.044q-.348.985-.784 1.945q-.425.93-.76 1.886q-.334.956-.334 1.987q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341M12.385 21V3q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v4.342l3.396-3.351q.16-.16.35-.16t.358.165q.159.16.159.354t-.16.354l-4.103 4.104V11.5h2.692l4.104-4.104q.16-.16.354-.16t.354.16q.14.14.14.344t-.14.364L17.542 11.5h4.343q.213 0 .356.143t.144.357t-.144.357t-.356.143h-4.343l3.352 3.396q.16.16.16.351q0 .192-.165.357q-.16.16-.354.16t-.354-.16L16.077 12.5h-2.693v2.692l4.105 4.104q.159.16.159.354t-.16.354q-.14.14-.344.14t-.363-.14l-3.396-3.346V21q0 .214-.144.357t-.356.143t-.357-.143t-.144-.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeDualOutline(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="M6.03 19.86q-.164.14-.368.128t-.345-.16q-.798-.834-1.319-1.83t-.521-2.162q0-1.115.34-2.165t.802-2.04q.414-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.507-.78-1.215-1.418q-.146-.12-.137-.322q.01-.2.15-.347q.14-.165.342-.168q.2-.003.366.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.047t-.784 1.947q-.425.931-.76 1.884q-.334.953-.334 1.984q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341m3.827 0q-.166.141-.37.128t-.344-.158q-.798-.835-1.319-1.831t-.521-2.162q0-1.115.34-2.165t.802-2.04q.413-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.508-.78-1.215-1.418q-.147-.12-.137-.322q.01-.2.15-.347q.14-.165.341-.168t.367.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.044q-.348.985-.784 1.945q-.425.93-.76 1.886q-.334.956-.334 1.987q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341M12.385 21V3q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v4.342l3.396-3.351q.16-.16.35-.16t.358.165q.159.16.159.354t-.16.354l-4.103 4.104V11.5h2.692l4.104-4.104q.16-.16.354-.16t.354.16q.14.14.14.344t-.14.364L17.542 11.5h4.343q.213 0 .356.143t.144.357t-.144.357t-.356.143h-4.343l3.352 3.396q.16.16.16.351q0 .192-.165.357q-.16.16-.354.16t-.354-.16L16.077 12.5h-2.693v2.692l4.105 4.104q.159.16.159.354t-.16.354q-.14.14-.344.14t-.363-.14l-3.396-3.346V21q0 .214-.144.357t-.356.143t-.357-.143t-.144-.357"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.03 19.86q-.164.14-.368.128t-.345-.16q-.798-.834-1.319-1.83t-.521-2.162q0-1.115.34-2.165t.802-2.04q.414-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.507-.78-1.215-1.418q-.146-.12-.137-.322q.01-.2.15-.347q.14-.165.342-.168q.2-.003.366.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.047t-.784 1.947q-.425.931-.76 1.884q-.334.953-.334 1.984q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341m3.827 0q-.166.141-.37.128t-.344-.158q-.798-.835-1.319-1.831t-.521-2.162q0-1.115.34-2.165t.802-2.04q.413-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.508-.78-1.215-1.418q-.147-.12-.137-.322q.01-.2.15-.347q.14-.165.341-.168t.367.137q.854.76 1.428 1.721t.574 2.108q0 1.06-.347 2.044q-.348.985-.784 1.945q-.425.93-.76 1.886q-.334.956-.334 1.987q0 .963.458 1.804q.457.842 1.146 1.536q.14.146.118.347t-.168.341M12.385 21V3q0-.213.143-.357q.143-.143.357-.143q.213 0 .356.143t.144.357v4.342l3.396-3.351q.16-.16.35-.16t.358.165q.159.16.159.354t-.16.354l-4.103 4.104V11.5h2.692l4.104-4.104q.16-.16.354-.16t.354.16q.14.14.14.344t-.14.364L17.542 11.5h4.343q.213 0 .356.143t.144.357t-.144.357t-.356.143h-4.343l3.352 3.396q.16.16.16.351q0 .192-.165.357q-.16.16-.354.16t-.354-.16L16.077 12.5h-2.693v2.692l4.105 4.104q.159.16.159.354t-.16.354q-.14.14-.344.14t-.363-.14l-3.396-3.346V21q0 .214-.144.357t-.356.143t-.357-.143t-.144-.357"/></svg>
</template>

CSS

.icon-mode-dual-outline {
  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%22M6.03%2019.86q-.164.14-.368.128t-.345-.16q-.798-.834-1.319-1.83t-.521-2.162q0-1.115.34-2.165t.802-2.04q.414-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.507-.78-1.215-1.418q-.146-.12-.137-.322q.01-.2.15-.347q.14-.165.342-.168q.2-.003.366.137q.854.76%201.428%201.721t.574%202.108q0%201.06-.347%202.047t-.784%201.947q-.425.931-.76%201.884q-.334.953-.334%201.984q0%20.963.458%201.804q.457.842%201.146%201.536q.14.146.118.347t-.168.341m3.827%200q-.166.141-.37.128t-.344-.158q-.798-.835-1.319-1.831t-.521-2.162q0-1.115.34-2.165t.802-2.04q.413-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.508-.78-1.215-1.418q-.147-.12-.137-.322q.01-.2.15-.347q.14-.165.341-.168t.367.137q.854.76%201.428%201.721t.574%202.108q0%201.06-.347%202.044q-.348.985-.784%201.945q-.425.93-.76%201.886q-.334.956-.334%201.987q0%20.963.458%201.804q.457.842%201.146%201.536q.14.146.118.347t-.168.341M12.385%2021V3q0-.213.143-.357q.143-.143.357-.143q.213%200%20.356.143t.144.357v4.342l3.396-3.351q.16-.16.35-.16t.358.165q.159.16.159.354t-.16.354l-4.103%204.104V11.5h2.692l4.104-4.104q.16-.16.354-.16t.354.16q.14.14.14.344t-.14.364L17.542%2011.5h4.343q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-4.343l3.352%203.396q.16.16.16.351q0%20.192-.165.357q-.16.16-.354.16t-.354-.16L16.077%2012.5h-2.693v2.692l4.105%204.104q.159.16.159.354t-.16.354q-.14.14-.344.14t-.363-.14l-3.396-3.346V21q0%20.214-.144.357t-.356.143t-.357-.143t-.144-.357%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%22M6.03%2019.86q-.164.14-.368.128t-.345-.16q-.798-.834-1.319-1.83t-.521-2.162q0-1.115.34-2.165t.802-2.04q.414-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.507-.78-1.215-1.418q-.146-.12-.137-.322q.01-.2.15-.347q.14-.165.342-.168q.2-.003.366.137q.854.76%201.428%201.721t.574%202.108q0%201.06-.347%202.047t-.784%201.947q-.425.931-.76%201.884q-.334.953-.334%201.984q0%20.963.458%201.804q.457.842%201.146%201.536q.14.146.118.347t-.168.341m3.827%200q-.166.141-.37.128t-.344-.158q-.798-.835-1.319-1.831t-.521-2.162q0-1.115.34-2.165t.802-2.04q.413-.881.748-1.794q.335-.912.335-1.868q0-.933-.508-1.711q-.508-.78-1.215-1.418q-.147-.12-.137-.322q.01-.2.15-.347q.14-.165.341-.168t.367.137q.854.76%201.428%201.721t.574%202.108q0%201.06-.347%202.044q-.348.985-.784%201.945q-.425.93-.76%201.886q-.334.956-.334%201.987q0%20.963.458%201.804q.457.842%201.146%201.536q.14.146.118.347t-.168.341M12.385%2021V3q0-.213.143-.357q.143-.143.357-.143q.213%200%20.356.143t.144.357v4.342l3.396-3.351q.16-.16.35-.16t.358.165q.159.16.159.354t-.16.354l-4.103%204.104V11.5h2.692l4.104-4.104q.16-.16.354-.16t.354.16q.14.14.14.344t-.14.364L17.542%2011.5h4.343q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-4.343l3.352%203.396q.16.16.16.351q0%20.192-.165.357q-.16.16-.354.16t-.354-.16L16.077%2012.5h-2.693v2.692l4.105%204.104q.159.16.159.354t-.16.354q-.14.14-.344.14t-.363-.14l-3.396-3.346V21q0%20.214-.144.357t-.356.143t-.357-.143t-.144-.357%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.svg?color=%231a73e8&size=48