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

Name
mode-dual-outline-sharp
Set
Material Symbols
Style
Outline 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 .975.5 1.888t1.625 2.037L5.075 21.4Q3.65 20 3.025 18.75T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.9-.537-1.737T2.35 4.075L3.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .975.5 1.9t1.625 2.05L9.075 21.4Q7.65 20 7.025 18.75T6.4 16.125q0-1.025.287-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.9-.537-1.737T6.35 4.075L7.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .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 MaterialSymbolsModeDualOutlineSharp(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 .975.5 1.888t1.625 2.037L5.075 21.4Q3.65 20 3.025 18.75T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.9-.537-1.737T2.35 4.075L3.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .975.5 1.9t1.625 2.05L9.075 21.4Q7.65 20 7.025 18.75T6.4 16.125q0-1.025.287-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.9-.537-1.737T6.35 4.075L7.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .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 .975.5 1.888t1.625 2.037L5.075 21.4Q3.65 20 3.025 18.75T2.4 16.125q0-1.025.288-2.137T3.6 11.4q.575-1.35.8-2.162T4.625 7.7q0-.9-.537-1.737T2.35 4.075L3.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .95-.275 2.013t-.875 2.462q-.575 1.35-.825 2.238T4.4 16.1m4-.025q0 .975.5 1.9t1.625 2.05L9.075 21.4Q7.65 20 7.025 18.75T6.4 16.125q0-1.025.287-2.137T7.6 11.4q.575-1.35.8-2.162T8.625 7.7q0-.9-.537-1.737T6.35 4.075L7.7 2.6q1.525 1.3 2.225 2.525t.7 2.575q0 .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-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.4%2016.1q0%20.975.5%201.888t1.625%202.037L5.075%2021.4Q3.65%2020%203.025%2018.75T2.4%2016.125q0-1.025.288-2.137T3.6%2011.4q.575-1.35.8-2.162T4.625%207.7q0-.9-.537-1.737T2.35%204.075L3.7%202.6q1.525%201.3%202.225%202.525t.7%202.575q0%20.95-.275%202.013t-.875%202.462q-.575%201.35-.825%202.238T4.4%2016.1m4-.025q0%20.975.5%201.9t1.625%202.05L9.075%2021.4Q7.65%2020%207.025%2018.75T6.4%2016.125q0-1.025.287-2.137T7.6%2011.4q.575-1.35.8-2.162T8.625%207.7q0-.9-.537-1.737T6.35%204.075L7.7%202.6q1.525%201.3%202.225%202.525t.7%202.575q0%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.975.5%201.888t1.625%202.037L5.075%2021.4Q3.65%2020%203.025%2018.75T2.4%2016.125q0-1.025.288-2.137T3.6%2011.4q.575-1.35.8-2.162T4.625%207.7q0-.9-.537-1.737T2.35%204.075L3.7%202.6q1.525%201.3%202.225%202.525t.7%202.575q0%20.95-.275%202.013t-.875%202.462q-.575%201.35-.825%202.238T4.4%2016.1m4-.025q0%20.975.5%201.9t1.625%202.05L9.075%2021.4Q7.65%2020%207.025%2018.75T6.4%2016.125q0-1.025.287-2.137T7.6%2011.4q.575-1.35.8-2.162T8.625%207.7q0-.9-.537-1.737T6.35%204.075L7.7%202.6q1.525%201.3%202.225%202.525t.7%202.575q0%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-outline-sharp.svg?color=%231a73e8&size=48