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

Name
mode-dual-sharp
Set
Material Symbols
Style
Sharp
Category
Home
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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.4 16.1q0 .875.5 1.8t1.625 2.125L5.075 21.4q-1.4-1.475-2.037-2.737T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.825-.537-1.662T2.35 4.075L3.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .875.5 1.813t1.625 2.137L9.075 21.4q-1.4-1.475-2.037-2.737T6.4 16.125q0-1.025.288-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.825-.537-1.662T6.35 4.075L7.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2t-.875 2.45Q8.9 13.5 8.65 14.387t-.25 1.688M12 22V2h2v4.15l3.25-3.225l1.4 1.425L14 9v2h2l4.65-4.65l1.4 1.4l-3.2 3.25H23v2h-4.15l3.225 3.225l-1.425 1.425L16 13h-2v2l4.65 4.65l-1.4 1.4l-3.25-3.2V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsModeDualSharp(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.4 16.1q0 .875.5 1.8t1.625 2.125L5.075 21.4q-1.4-1.475-2.037-2.737T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.825-.537-1.662T2.35 4.075L3.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .875.5 1.813t1.625 2.137L9.075 21.4q-1.4-1.475-2.037-2.737T6.4 16.125q0-1.025.288-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.825-.537-1.662T6.35 4.075L7.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2t-.875 2.45Q8.9 13.5 8.65 14.387t-.25 1.688M12 22V2h2v4.15l3.25-3.225l1.4 1.425L14 9v2h2l4.65-4.65l1.4 1.4l-3.2 3.25H23v2h-4.15l3.225 3.225l-1.425 1.425L16 13h-2v2l4.65 4.65l-1.4 1.4l-3.25-3.2V22z"/></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.4 16.1q0 .875.5 1.8t1.625 2.125L5.075 21.4q-1.4-1.475-2.037-2.737T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.825-.537-1.662T2.35 4.075L3.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .875.5 1.813t1.625 2.137L9.075 21.4q-1.4-1.475-2.037-2.737T6.4 16.125q0-1.025.288-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.825-.537-1.662T6.35 4.075L7.7 2.6q1.5 1.375 2.213 2.6t.712 2.5q0 .95-.275 2t-.875 2.45Q8.9 13.5 8.65 14.387t-.25 1.688M12 22V2h2v4.15l3.25-3.225l1.4 1.425L14 9v2h2l4.65-4.65l1.4 1.4l-3.2 3.25H23v2h-4.15l3.225 3.225l-1.425 1.425L16 13h-2v2l4.65 4.65l-1.4 1.4l-3.25-3.2V22z"/></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.4%2016.1q0%20.875.5%201.8t1.625%202.125L5.075%2021.4q-1.4-1.475-2.037-2.737T2.4%2016.125q0-1.025.288-2.137T3.6%2011.4q.575-1.35.8-2.162T4.625%207.7q0-.825-.537-1.662T2.35%204.075L3.7%202.6q1.5%201.375%202.213%202.6t.712%202.5q0%20.95-.275%202.013t-.875%202.462q-.575%201.35-.825%202.238T4.4%2016.1m4-.025q0%20.875.5%201.813t1.625%202.137L9.075%2021.4q-1.4-1.475-2.037-2.737T6.4%2016.125q0-1.025.288-2.137T7.6%2011.4q.575-1.35.8-2.162T8.625%207.7q0-.825-.537-1.662T6.35%204.075L7.7%202.6q1.5%201.375%202.213%202.6t.712%202.5q0%20.95-.275%202t-.875%202.45Q8.9%2013.5%208.65%2014.387t-.25%201.688M12%2022V2h2v4.15l3.25-3.225l1.4%201.425L14%209v2h2l4.65-4.65l1.4%201.4l-3.2%203.25H23v2h-4.15l3.225%203.225l-1.425%201.425L16%2013h-2v2l4.65%204.65l-1.4%201.4l-3.25-3.2V22z%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.4%2016.1q0%20.875.5%201.8t1.625%202.125L5.075%2021.4q-1.4-1.475-2.037-2.737T2.4%2016.125q0-1.025.288-2.137T3.6%2011.4q.575-1.35.8-2.162T4.625%207.7q0-.825-.537-1.662T2.35%204.075L3.7%202.6q1.5%201.375%202.213%202.6t.712%202.5q0%20.95-.275%202.013t-.875%202.462q-.575%201.35-.825%202.238T4.4%2016.1m4-.025q0%20.875.5%201.813t1.625%202.137L9.075%2021.4q-1.4-1.475-2.037-2.737T6.4%2016.125q0-1.025.288-2.137T7.6%2011.4q.575-1.35.8-2.162T8.625%207.7q0-.825-.537-1.662T6.35%204.075L7.7%202.6q1.5%201.375%202.213%202.6t.712%202.5q0%20.95-.275%202t-.875%202.45Q8.9%2013.5%208.65%2014.387t-.25%201.688M12%2022V2h2v4.15l3.25-3.225l1.4%201.425L14%209v2h2l4.65-4.65l1.4%201.4l-3.2%203.25H23v2h-4.15l3.225%203.225l-1.425%201.425L16%2013h-2v2l4.65%204.65l-1.4%201.4l-3.25-3.2V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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