grid-goldenratio-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
grid-goldenratio-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
grid-goldenratio-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the grid goldenratio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 14H3.5q-.213 0-.356-.144T3 13.499t.144-.356T3.5 13H10v-2H3.5q-.213 0-.356-.144T3 10.499t.144-.356T3.5 10H10V3.5q0-.213.144-.356T10.501 3t.356.144T11 3.5V10h2V3.5q0-.213.144-.356T13.501 3t.356.144T14 3.5V10h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 11H14v2h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 14H14v6.5q0 .213-.144.356t-.357.144t-.356-.144T13 20.5V14h-2v6.5q0 .213-.144.356t-.357.144t-.356-.144T10 20.5zm1-1h2v-2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGridGoldenratioRounded(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="M10 14H3.5q-.213 0-.356-.144T3 13.499t.144-.356T3.5 13H10v-2H3.5q-.213 0-.356-.144T3 10.499t.144-.356T3.5 10H10V3.5q0-.213.144-.356T10.501 3t.356.144T11 3.5V10h2V3.5q0-.213.144-.356T13.501 3t.356.144T14 3.5V10h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 11H14v2h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 14H14v6.5q0 .213-.144.356t-.357.144t-.356-.144T13 20.5V14h-2v6.5q0 .213-.144.356t-.357.144t-.356-.144T10 20.5zm1-1h2v-2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 14H3.5q-.213 0-.356-.144T3 13.499t.144-.356T3.5 13H10v-2H3.5q-.213 0-.356-.144T3 10.499t.144-.356T3.5 10H10V3.5q0-.213.144-.356T10.501 3t.356.144T11 3.5V10h2V3.5q0-.213.144-.356T13.501 3t.356.144T14 3.5V10h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 11H14v2h6.5q.213 0 .356.144t.144.357t-.144.356T20.5 14H14v6.5q0 .213-.144.356t-.357.144t-.356-.144T13 20.5V14h-2v6.5q0 .213-.144.356t-.357.144t-.356-.144T10 20.5zm1-1h2v-2h-2z"/></svg>
</template>

CSS

.icon-grid-goldenratio-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%22M10%2014H3.5q-.213%200-.356-.144T3%2013.499t.144-.356T3.5%2013H10v-2H3.5q-.213%200-.356-.144T3%2010.499t.144-.356T3.5%2010H10V3.5q0-.213.144-.356T10.501%203t.356.144T11%203.5V10h2V3.5q0-.213.144-.356T13.501%203t.356.144T14%203.5V10h6.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2011H14v2h6.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2014H14v6.5q0%20.213-.144.356t-.357.144t-.356-.144T13%2020.5V14h-2v6.5q0%20.213-.144.356t-.357.144t-.356-.144T10%2020.5zm1-1h2v-2h-2z%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%22M10%2014H3.5q-.213%200-.356-.144T3%2013.499t.144-.356T3.5%2013H10v-2H3.5q-.213%200-.356-.144T3%2010.499t.144-.356T3.5%2010H10V3.5q0-.213.144-.356T10.501%203t.356.144T11%203.5V10h2V3.5q0-.213.144-.356T13.501%203t.356.144T14%203.5V10h6.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2011H14v2h6.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2014H14v6.5q0%20.213-.144.356t-.357.144t-.356-.144T13%2020.5V14h-2v6.5q0%20.213-.144.356t-.357.144t-.356-.144T10%2020.5zm1-1h2v-2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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