legend toggle icon

legend-toggle-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
legend-toggle-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
legend-toggle-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the legend toggle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17h14q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17m0-4h14q.425 0 .713.288T20 14t-.288.713T19 15H5q-.425 0-.712-.288T4 14t.288-.712T5 13m-.525-4.65l4.4-2.675q.5-.325 1.1-.3t1.1.375L15 8.55l3.425-2.425q.5-.35 1.038-.088t.537.888q0 .25-.112.475t-.313.35l-3.425 2.425q-.525.375-1.15.375t-1.15-.375L9.925 7.4l-4.4 2.675q-.5.3-1.012.013T4 9.225q0-.275.125-.513t.35-.362"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLegendToggleRounded(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="M5 17h14q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17m0-4h14q.425 0 .713.288T20 14t-.288.713T19 15H5q-.425 0-.712-.288T4 14t.288-.712T5 13m-.525-4.65l4.4-2.675q.5-.325 1.1-.3t1.1.375L15 8.55l3.425-2.425q.5-.35 1.038-.088t.537.888q0 .25-.112.475t-.313.35l-3.425 2.425q-.525.375-1.15.375t-1.15-.375L9.925 7.4l-4.4 2.675q-.5.3-1.012.013T4 9.225q0-.275.125-.513t.35-.362"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17h14q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17m0-4h14q.425 0 .713.288T20 14t-.288.713T19 15H5q-.425 0-.712-.288T4 14t.288-.712T5 13m-.525-4.65l4.4-2.675q.5-.325 1.1-.3t1.1.375L15 8.55l3.425-2.425q.5-.35 1.038-.088t.537.888q0 .25-.112.475t-.313.35l-3.425 2.425q-.525.375-1.15.375t-1.15-.375L9.925 7.4l-4.4 2.675q-.5.3-1.012.013T4 9.225q0-.275.125-.513t.35-.362"/></svg>
</template>

CSS

.icon-legend-toggle-rounded {
  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%22M5%2017h14q.425%200%20.713.288T20%2018t-.288.713T19%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017m0-4h14q.425%200%20.713.288T20%2014t-.288.713T19%2015H5q-.425%200-.712-.288T4%2014t.288-.712T5%2013m-.525-4.65l4.4-2.675q.5-.325%201.1-.3t1.1.375L15%208.55l3.425-2.425q.5-.35%201.038-.088t.537.888q0%20.25-.112.475t-.313.35l-3.425%202.425q-.525.375-1.15.375t-1.15-.375L9.925%207.4l-4.4%202.675q-.5.3-1.012.013T4%209.225q0-.275.125-.513t.35-.362%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%22M5%2017h14q.425%200%20.713.288T20%2018t-.288.713T19%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017m0-4h14q.425%200%20.713.288T20%2014t-.288.713T19%2015H5q-.425%200-.712-.288T4%2014t.288-.712T5%2013m-.525-4.65l4.4-2.675q.5-.325%201.1-.3t1.1.375L15%208.55l3.425-2.425q.5-.35%201.038-.088t.537.888q0%20.25-.112.475t-.313.35l-3.425%202.425q-.525.375-1.15.375t-1.15-.375L9.925%207.4l-4.4%202.675q-.5.3-1.012.013T4%209.225q0-.275.125-.513t.35-.362%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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