grid guides icon
grid-guides from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- grid-guides
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- grid-guides-outline, grid-guides-outline-rounded, grid-guides-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the grid guides icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.689 19h12.598l-2.773-2.773q-.725.602-1.613.938q-.887.335-1.901.335t-1.901-.338t-1.612-.94zM5 18.287l2.773-2.773q-.602-.725-.937-1.613Q6.5 13.014 6.5 12t.339-1.901t.94-1.612L5 5.688zm3.492-3.493l2.8-2.794l-2.8-2.794q-.467.585-.73 1.286T7.5 12t.263 1.508t.73 1.286m5.015 1.443q.702-.262 1.286-.73L12 12.69l-2.82 2.819q.586.467 1.3.73T12 16.5t1.508-.262M12 11.287l2.794-2.795q-.585-.467-1.286-.73T12 7.5t-1.508.263t-1.286.73zm3.508 3.507q.467-.585.73-1.286T16.5 12t-.262-1.52t-.73-1.3l-2.794 2.795zM19 18.286V5.69l-2.779 2.797q.602.725.94 1.613T17.5 12t-.335 1.901t-.938 1.613zM15.514 7.78L18.312 5H5.713l2.774 2.773q.724-.602 1.612-.937Q10.986 6.5 12 6.5t1.901.339t1.613.94M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .67-.462 1.143q-.463.472-1.154.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGridGuides(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.689 19h12.598l-2.773-2.773q-.725.602-1.613.938q-.887.335-1.901.335t-1.901-.338t-1.612-.94zM5 18.287l2.773-2.773q-.602-.725-.937-1.613Q6.5 13.014 6.5 12t.339-1.901t.94-1.612L5 5.688zm3.492-3.493l2.8-2.794l-2.8-2.794q-.467.585-.73 1.286T7.5 12t.263 1.508t.73 1.286m5.015 1.443q.702-.262 1.286-.73L12 12.69l-2.82 2.819q.586.467 1.3.73T12 16.5t1.508-.262M12 11.287l2.794-2.795q-.585-.467-1.286-.73T12 7.5t-1.508.263t-1.286.73zm3.508 3.507q.467-.585.73-1.286T16.5 12t-.262-1.52t-.73-1.3l-2.794 2.795zM19 18.286V5.69l-2.779 2.797q.602.725.94 1.613T17.5 12t-.335 1.901t-.938 1.613zM15.514 7.78L18.312 5H5.713l2.774 2.773q.724-.602 1.612-.937Q10.986 6.5 12 6.5t1.901.339t1.613.94M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .67-.462 1.143q-.463.472-1.154.472z"/></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.689 19h12.598l-2.773-2.773q-.725.602-1.613.938q-.887.335-1.901.335t-1.901-.338t-1.612-.94zM5 18.287l2.773-2.773q-.602-.725-.937-1.613Q6.5 13.014 6.5 12t.339-1.901t.94-1.612L5 5.688zm3.492-3.493l2.8-2.794l-2.8-2.794q-.467.585-.73 1.286T7.5 12t.263 1.508t.73 1.286m5.015 1.443q.702-.262 1.286-.73L12 12.69l-2.82 2.819q.586.467 1.3.73T12 16.5t1.508-.262M12 11.287l2.794-2.795q-.585-.467-1.286-.73T12 7.5t-1.508.263t-1.286.73zm3.508 3.507q.467-.585.73-1.286T16.5 12t-.262-1.52t-.73-1.3l-2.794 2.795zM19 18.286V5.69l-2.779 2.797q.602.725.94 1.613T17.5 12t-.335 1.901t-.938 1.613zM15.514 7.78L18.312 5H5.713l2.774 2.773q.724-.602 1.612-.937Q10.986 6.5 12 6.5t1.901.339t1.613.94M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .67-.462 1.143q-.463.472-1.154.472z"/></svg> </template>
CSS
.icon-grid-guides {
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.689%2019h12.598l-2.773-2.773q-.725.602-1.613.938q-.887.335-1.901.335t-1.901-.338t-1.612-.94zM5%2018.287l2.773-2.773q-.602-.725-.937-1.613Q6.5%2013.014%206.5%2012t.339-1.901t.94-1.612L5%205.688zm3.492-3.493l2.8-2.794l-2.8-2.794q-.467.585-.73%201.286T7.5%2012t.263%201.508t.73%201.286m5.015%201.443q.702-.262%201.286-.73L12%2012.69l-2.82%202.819q.586.467%201.3.73T12%2016.5t1.508-.262M12%2011.287l2.794-2.795q-.585-.467-1.286-.73T12%207.5t-1.508.263t-1.286.73zm3.508%203.507q.467-.585.73-1.286T16.5%2012t-.262-1.52t-.73-1.3l-2.794%202.795zM19%2018.286V5.69l-2.779%202.797q.602.725.94%201.613T17.5%2012t-.335%201.901t-.938%201.613zM15.514%207.78L18.312%205H5.713l2.774%202.773q.724-.602%201.612-.937Q10.986%206.5%2012%206.5t1.901.339t1.613.94M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v12.769q0%20.67-.462%201.143q-.463.472-1.154.472z%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.689%2019h12.598l-2.773-2.773q-.725.602-1.613.938q-.887.335-1.901.335t-1.901-.338t-1.612-.94zM5%2018.287l2.773-2.773q-.602-.725-.937-1.613Q6.5%2013.014%206.5%2012t.339-1.901t.94-1.612L5%205.688zm3.492-3.493l2.8-2.794l-2.8-2.794q-.467.585-.73%201.286T7.5%2012t.263%201.508t.73%201.286m5.015%201.443q.702-.262%201.286-.73L12%2012.69l-2.82%202.819q.586.467%201.3.73T12%2016.5t1.508-.262M12%2011.287l2.794-2.795q-.585-.467-1.286-.73T12%207.5t-1.508.263t-1.286.73zm3.508%203.507q.467-.585.73-1.286T16.5%2012t-.262-1.52t-.73-1.3l-2.794%202.795zM19%2018.286V5.69l-2.779%202.797q.602.725.94%201.613T17.5%2012t-.335%201.901t-.938%201.613zM15.514%207.78L18.312%205H5.713l2.774%202.773q.724-.602%201.612-.937Q10.986%206.5%2012%206.5t1.901.339t1.613.94M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v12.769q0%20.67-.462%201.143q-.463.472-1.154.472z%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-guides.svg?color=%231a73e8&size=48