legend toggle icon
legend-toggle-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- legend-toggle-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- legend-toggle-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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 17.27h14q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.143H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 17.27m0-3.77h14q.213 0 .356.144t.144.357t-.144.356T19 14.5H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 13.5m-.256-4.477l4.323-2.636q.404-.268.889-.247q.485.02.888.302l3.79 2.704q.155.115.366.115t.366-.115l3.348-2.387q.25-.176.518-.04t.268.46q0 .13-.055.23t-.158.168l-3.348 2.367q-.429.298-.939.298t-.938-.298l-3.79-2.679q-.155-.096-.337-.105q-.183-.01-.337.086L5.256 9.883q-.25.165-.503.017T4.5 9.456q0-.136.064-.254q.065-.117.18-.179"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLegendToggleRounded(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 17.27h14q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.143H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 17.27m0-3.77h14q.213 0 .356.144t.144.357t-.144.356T19 14.5H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 13.5m-.256-4.477l4.323-2.636q.404-.268.889-.247q.485.02.888.302l3.79 2.704q.155.115.366.115t.366-.115l3.348-2.387q.25-.176.518-.04t.268.46q0 .13-.055.23t-.158.168l-3.348 2.367q-.429.298-.939.298t-.938-.298l-3.79-2.679q-.155-.096-.337-.105q-.183-.01-.337.086L5.256 9.883q-.25.165-.503.017T4.5 9.456q0-.136.064-.254q.065-.117.18-.179"/></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 17.27h14q.213 0 .356.143q.144.144.144.357t-.144.356t-.356.143H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 17.27m0-3.77h14q.213 0 .356.144t.144.357t-.144.356T19 14.5H5q-.213 0-.356-.144t-.144-.357t.144-.356T5 13.5m-.256-4.477l4.323-2.636q.404-.268.889-.247q.485.02.888.302l3.79 2.704q.155.115.366.115t.366-.115l3.348-2.387q.25-.176.518-.04t.268.46q0 .13-.055.23t-.158.168l-3.348 2.367q-.429.298-.939.298t-.938-.298l-3.79-2.679q-.155-.096-.337-.105q-.183-.01-.337.086L5.256 9.883q-.25.165-.503.017T4.5 9.456q0-.136.064-.254q.065-.117.18-.179"/></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%2017.27h14q.213%200%20.356.143q.144.144.144.357t-.144.356t-.356.143H5q-.213%200-.356-.144t-.144-.357t.144-.356T5%2017.27m0-3.77h14q.213%200%20.356.144t.144.357t-.144.356T19%2014.5H5q-.213%200-.356-.144t-.144-.357t.144-.356T5%2013.5m-.256-4.477l4.323-2.636q.404-.268.889-.247q.485.02.888.302l3.79%202.704q.155.115.366.115t.366-.115l3.348-2.387q.25-.176.518-.04t.268.46q0%20.13-.055.23t-.158.168l-3.348%202.367q-.429.298-.939.298t-.938-.298l-3.79-2.679q-.155-.096-.337-.105q-.183-.01-.337.086L5.256%209.883q-.25.165-.503.017T4.5%209.456q0-.136.064-.254q.065-.117.18-.179%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%2017.27h14q.213%200%20.356.143q.144.144.144.357t-.144.356t-.356.143H5q-.213%200-.356-.144t-.144-.357t.144-.356T5%2017.27m0-3.77h14q.213%200%20.356.144t.144.357t-.144.356T19%2014.5H5q-.213%200-.356-.144t-.144-.357t.144-.356T5%2013.5m-.256-4.477l4.323-2.636q.404-.268.889-.247q.485.02.888.302l3.79%202.704q.155.115.366.115t.366-.115l3.348-2.387q.25-.176.518-.04t.268.46q0%20.13-.055.23t-.158.168l-3.348%202.367q-.429.298-.939.298t-.938-.298l-3.79-2.679q-.155-.096-.337-.105q-.183-.01-.337.086L5.256%209.883q-.25.165-.503.017T4.5%209.456q0-.136.064-.254q.065-.117.18-.179%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/legend-toggle-rounded.svg?color=%231a73e8&size=48