widgets-outline from Material Symbols Light by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
widgets-outline
Set
Material Symbols Light
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
widgets-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the widgets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.304 11.962l-4.227-4.227l4.227-4.227l4.227 4.227zM4.615 10.616v-6h6v6zm8.77 8.769v-6h6v6zm-8.77 0v-6h6v6zm1-9.77h4v-4h-4zm10.714.97l2.825-2.826l-2.825-2.825l-2.825 2.826zm-1.945 7.8h4v-4h-4zm-8.769 0h4v-4h-4zm8.77-4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWidgetsOutline(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="m16.304 11.962l-4.227-4.227l4.227-4.227l4.227 4.227zM4.615 10.616v-6h6v6zm8.77 8.769v-6h6v6zm-8.77 0v-6h6v6zm1-9.77h4v-4h-4zm10.714.97l2.825-2.826l-2.825-2.825l-2.825 2.826zm-1.945 7.8h4v-4h-4zm-8.769 0h4v-4h-4zm8.77-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.304 11.962l-4.227-4.227l4.227-4.227l4.227 4.227zM4.615 10.616v-6h6v6zm8.77 8.769v-6h6v6zm-8.77 0v-6h6v6zm1-9.77h4v-4h-4zm10.714.97l2.825-2.826l-2.825-2.825l-2.825 2.826zm-1.945 7.8h4v-4h-4zm-8.769 0h4v-4h-4zm8.77-4"/></svg>
</template>

CSS

.icon-widgets-outline {
  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%22m16.304%2011.962l-4.227-4.227l4.227-4.227l4.227%204.227zM4.615%2010.616v-6h6v6zm8.77%208.769v-6h6v6zm-8.77%200v-6h6v6zm1-9.77h4v-4h-4zm10.714.97l2.825-2.826l-2.825-2.825l-2.825%202.826zm-1.945%207.8h4v-4h-4zm-8.769%200h4v-4h-4zm8.77-4%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%22m16.304%2011.962l-4.227-4.227l4.227-4.227l4.227%204.227zM4.615%2010.616v-6h6v6zm8.77%208.769v-6h6v6zm-8.77%200v-6h6v6zm1-9.77h4v-4h-4zm10.714.97l2.825-2.826l-2.825-2.825l-2.825%202.826zm-1.945%207.8h4v-4h-4zm-8.769%200h4v-4h-4zm8.77-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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