grid goldenratio icon
grid-goldenratio-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- grid-goldenratio-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- grid-goldenratio-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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="M9 15H3q-.425 0-.712-.288T2 14t.288-.712T3 13h6v-2H3q-.425 0-.712-.288T2 10t.288-.712T3 9h6V3q0-.425.288-.712T10 2t.713.288T11 3v6h2V3q0-.425.288-.712T14 2t.713.288T15 3v6h6q.425 0 .713.288T22 10t-.288.713T21 11h-6v2h6q.425 0 .713.288T22 14t-.288.713T21 15h-6v6q0 .425-.288.713T14 22t-.712-.288T13 21v-6h-2v6q0 .425-.288.713T10 22t-.712-.288T9 21zm2-2h2v-2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGridGoldenratioRounded(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="M9 15H3q-.425 0-.712-.288T2 14t.288-.712T3 13h6v-2H3q-.425 0-.712-.288T2 10t.288-.712T3 9h6V3q0-.425.288-.712T10 2t.713.288T11 3v6h2V3q0-.425.288-.712T14 2t.713.288T15 3v6h6q.425 0 .713.288T22 10t-.288.713T21 11h-6v2h6q.425 0 .713.288T22 14t-.288.713T21 15h-6v6q0 .425-.288.713T14 22t-.712-.288T13 21v-6h-2v6q0 .425-.288.713T10 22t-.712-.288T9 21zm2-2h2v-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="M9 15H3q-.425 0-.712-.288T2 14t.288-.712T3 13h6v-2H3q-.425 0-.712-.288T2 10t.288-.712T3 9h6V3q0-.425.288-.712T10 2t.713.288T11 3v6h2V3q0-.425.288-.712T14 2t.713.288T15 3v6h6q.425 0 .713.288T22 10t-.288.713T21 11h-6v2h6q.425 0 .713.288T22 14t-.288.713T21 15h-6v6q0 .425-.288.713T14 22t-.712-.288T13 21v-6h-2v6q0 .425-.288.713T10 22t-.712-.288T9 21zm2-2h2v-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%22M9%2015H3q-.425%200-.712-.288T2%2014t.288-.712T3%2013h6v-2H3q-.425%200-.712-.288T2%2010t.288-.712T3%209h6V3q0-.425.288-.712T10%202t.713.288T11%203v6h2V3q0-.425.288-.712T14%202t.713.288T15%203v6h6q.425%200%20.713.288T22%2010t-.288.713T21%2011h-6v2h6q.425%200%20.713.288T22%2014t-.288.713T21%2015h-6v6q0%20.425-.288.713T14%2022t-.712-.288T13%2021v-6h-2v6q0%20.425-.288.713T10%2022t-.712-.288T9%2021zm2-2h2v-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%22M9%2015H3q-.425%200-.712-.288T2%2014t.288-.712T3%2013h6v-2H3q-.425%200-.712-.288T2%2010t.288-.712T3%209h6V3q0-.425.288-.712T10%202t.713.288T11%203v6h2V3q0-.425.288-.712T14%202t.713.288T15%203v6h6q.425%200%20.713.288T22%2010t-.288.713T21%2011h-6v2h6q.425%200%20.713.288T22%2014t-.288.713T21%2015h-6v6q0%20.425-.288.713T14%2022t-.712-.288T13%2021v-6h-2v6q0%20.425-.288.713T10%2022t-.712-.288T9%2021zm2-2h2v-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/grid-goldenratio-rounded.svg?color=%231a73e8&size=48