widget width icon
widget-width-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- widget-width-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the widget width icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.808 8.077q-.343 0-.576-.232T3 7.269V3.808q0-.343.232-.576T3.808 3h16.384q.343 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zm0 12.923q-.343 0-.576-.232T3 20.192v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576T7.269 21zm6.461 0q-.343 0-.575-.232t-.233-.576v-3.461q0-.344.233-.576t.575-.232h3.462q.343 0 .575.232t.233.576v3.461q0 .344-.233.576t-.575.232zm6.462 0q-.344 0-.576-.232t-.232-.576v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zM3.808 14.538q-.343 0-.576-.232T3 13.731v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233zm6.461 0q-.343 0-.575-.232t-.233-.575v-3.462q0-.343.233-.575t.575-.233h3.462q.343 0 .575.233t.233.575v3.462q0 .343-.233.575t-.575.233zm6.462 0q-.344 0-.576-.232t-.232-.575v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWidgetWidthRounded(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="M3.808 8.077q-.343 0-.576-.232T3 7.269V3.808q0-.343.232-.576T3.808 3h16.384q.343 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zm0 12.923q-.343 0-.576-.232T3 20.192v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576T7.269 21zm6.461 0q-.343 0-.575-.232t-.233-.576v-3.461q0-.344.233-.576t.575-.232h3.462q.343 0 .575.232t.233.576v3.461q0 .344-.233.576t-.575.232zm6.462 0q-.344 0-.576-.232t-.232-.576v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zM3.808 14.538q-.343 0-.576-.232T3 13.731v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233zm6.461 0q-.343 0-.575-.232t-.233-.575v-3.462q0-.343.233-.575t.575-.233h3.462q.343 0 .575.233t.233.575v3.462q0 .343-.233.575t-.575.233zm6.462 0q-.344 0-.576-.232t-.232-.575v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.808 8.077q-.343 0-.576-.232T3 7.269V3.808q0-.343.232-.576T3.808 3h16.384q.343 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zm0 12.923q-.343 0-.576-.232T3 20.192v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576T7.269 21zm6.461 0q-.343 0-.575-.232t-.233-.576v-3.461q0-.344.233-.576t.575-.232h3.462q.343 0 .575.232t.233.576v3.461q0 .344-.233.576t-.575.232zm6.462 0q-.344 0-.576-.232t-.232-.576v-3.461q0-.344.232-.576t.576-.232h3.461q.344 0 .576.232t.232.576v3.461q0 .344-.232.576t-.576.232zM3.808 14.538q-.343 0-.576-.232T3 13.731v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233zm6.461 0q-.343 0-.575-.232t-.233-.575v-3.462q0-.343.233-.575t.575-.233h3.462q.343 0 .575.233t.233.575v3.462q0 .343-.233.575t-.575.233zm6.462 0q-.344 0-.576-.232t-.232-.575v-3.462q0-.343.232-.575t.576-.233h3.461q.344 0 .576.233t.232.575v3.462q0 .343-.232.575t-.576.233z"/></svg> </template>
CSS
.icon-widget-width-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%22M3.808%208.077q-.343%200-.576-.232T3%207.269V3.808q0-.343.232-.576T3.808%203h16.384q.343%200%20.576.232t.232.576v3.461q0%20.344-.232.576t-.576.232zm0%2012.923q-.343%200-.576-.232T3%2020.192v-3.461q0-.344.232-.576t.576-.232h3.461q.344%200%20.576.232t.232.576v3.461q0%20.344-.232.576T7.269%2021zm6.461%200q-.343%200-.575-.232t-.233-.576v-3.461q0-.344.233-.576t.575-.232h3.462q.343%200%20.575.232t.233.576v3.461q0%20.344-.233.576t-.575.232zm6.462%200q-.344%200-.576-.232t-.232-.576v-3.461q0-.344.232-.576t.576-.232h3.461q.344%200%20.576.232t.232.576v3.461q0%20.344-.232.576t-.576.232zM3.808%2014.538q-.343%200-.576-.232T3%2013.731v-3.462q0-.343.232-.575t.576-.233h3.461q.344%200%20.576.233t.232.575v3.462q0%20.343-.232.575t-.576.233zm6.461%200q-.343%200-.575-.232t-.233-.575v-3.462q0-.343.233-.575t.575-.233h3.462q.343%200%20.575.233t.233.575v3.462q0%20.343-.233.575t-.575.233zm6.462%200q-.344%200-.576-.232t-.232-.575v-3.462q0-.343.232-.575t.576-.233h3.461q.344%200%20.576.233t.232.575v3.462q0%20.343-.232.575t-.576.233z%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%22M3.808%208.077q-.343%200-.576-.232T3%207.269V3.808q0-.343.232-.576T3.808%203h16.384q.343%200%20.576.232t.232.576v3.461q0%20.344-.232.576t-.576.232zm0%2012.923q-.343%200-.576-.232T3%2020.192v-3.461q0-.344.232-.576t.576-.232h3.461q.344%200%20.576.232t.232.576v3.461q0%20.344-.232.576T7.269%2021zm6.461%200q-.343%200-.575-.232t-.233-.576v-3.461q0-.344.233-.576t.575-.232h3.462q.343%200%20.575.232t.233.576v3.461q0%20.344-.233.576t-.575.232zm6.462%200q-.344%200-.576-.232t-.232-.576v-3.461q0-.344.232-.576t.576-.232h3.461q.344%200%20.576.232t.232.576v3.461q0%20.344-.232.576t-.576.232zM3.808%2014.538q-.343%200-.576-.232T3%2013.731v-3.462q0-.343.232-.575t.576-.233h3.461q.344%200%20.576.233t.232.575v3.462q0%20.343-.232.575t-.576.233zm6.461%200q-.343%200-.575-.232t-.233-.575v-3.462q0-.343.233-.575t.575-.233h3.462q.343%200%20.575.233t.233.575v3.462q0%20.343-.233.575t-.575.233zm6.462%200q-.344%200-.576-.232t-.232-.575v-3.462q0-.343.232-.575t.576-.233h3.461q.344%200%20.576.233t.232.575v3.462q0%20.343-.232.575t-.576.233z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/widget-width-rounded.svg?color=%231a73e8&size=48