editor layout icon
editor-layout from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- editor-layout
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Use the editor layout icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.5 5h-5q-.258 0-.5.052V2.5C7 1.673 6.327 1 5.5 1h-3C1.673 1 1 1.673 1 2.5v6c0 .827.673 1.5 1.5 1.5H5v2.5A2.5 2.5 0 0 0 7.5 15h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 5m-5 1h5a1.5 1.5 0 0 1 1.415 1H7v-.908A1.4 1.4 0 0 1 7.5 6m-5-4h3a.5.5 0 0 1 .5.5V3H2v-.5a.5.5 0 0 1 .5-.5M2 8.5V4h4v4.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5m12 4a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 6 12.5V9.914c.582-.206 1-.762 1-1.414V8h7z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconEditorLayout(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.5 5h-5q-.258 0-.5.052V2.5C7 1.673 6.327 1 5.5 1h-3C1.673 1 1 1.673 1 2.5v6c0 .827.673 1.5 1.5 1.5H5v2.5A2.5 2.5 0 0 0 7.5 15h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 5m-5 1h5a1.5 1.5 0 0 1 1.415 1H7v-.908A1.4 1.4 0 0 1 7.5 6m-5-4h3a.5.5 0 0 1 .5.5V3H2v-.5a.5.5 0 0 1 .5-.5M2 8.5V4h4v4.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5m12 4a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 6 12.5V9.914c.582-.206 1-.762 1-1.414V8h7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.5 5h-5q-.258 0-.5.052V2.5C7 1.673 6.327 1 5.5 1h-3C1.673 1 1 1.673 1 2.5v6c0 .827.673 1.5 1.5 1.5H5v2.5A2.5 2.5 0 0 0 7.5 15h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 12.5 5m-5 1h5a1.5 1.5 0 0 1 1.415 1H7v-.908A1.4 1.4 0 0 1 7.5 6m-5-4h3a.5.5 0 0 1 .5.5V3H2v-.5a.5.5 0 0 1 .5-.5M2 8.5V4h4v4.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5m12 4a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 6 12.5V9.914c.582-.206 1-.762 1-1.414V8h7z"/></svg> </template>
CSS
.icon-editor-layout {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%205h-5q-.258%200-.5.052V2.5C7%201.673%206.327%201%205.5%201h-3C1.673%201%201%201.673%201%202.5v6c0%20.827.673%201.5%201.5%201.5H5v2.5A2.5%202.5%200%200%200%207.5%2015h5a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2012.5%205m-5%201h5a1.5%201.5%200%200%201%201.415%201H7v-.908A1.4%201.4%200%200%201%207.5%206m-5-4h3a.5.5%200%200%201%20.5.5V3H2v-.5a.5.5%200%200%201%20.5-.5M2%208.5V4h4v4.5a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201-.5-.5m12%204a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%206%2012.5V9.914c.582-.206%201-.762%201-1.414V8h7z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%205h-5q-.258%200-.5.052V2.5C7%201.673%206.327%201%205.5%201h-3C1.673%201%201%201.673%201%202.5v6c0%20.827.673%201.5%201.5%201.5H5v2.5A2.5%202.5%200%200%200%207.5%2015h5a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2012.5%205m-5%201h5a1.5%201.5%200%200%201%201.415%201H7v-.908A1.4%201.4%200%200%201%207.5%206m-5-4h3a.5.5%200%200%201%20.5.5V3H2v-.5a.5.5%200%200%201%20.5-.5M2%208.5V4h4v4.5a.5.5%200%200%201-.5.5h-3a.5.5%200%200%201-.5-.5m12%204a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%206%2012.5V9.914c.582-.206%201-.762%201-1.414V8h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/editor-layout.svg?color=%231a73e8&size=48