code brackets square icon
code-brackets-square from Iconoir by Luca Burgio · Regular · Development · MIT Free for personal and commercial use.
- Name
- code-brackets-square
- Set
- Iconoir
- Style
- Regular
- Category
- Development
- Viewbox
- 24×24
- License
- MIT
More development icons from Iconoir
Use the code brackets square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 17h-.667a2 2 0 0 1-2-2v-1.889C7.333 12.556 6 12 6 12s1.333-.556 1.333-1.111V9a2 2 0 0 1 2-2H10m4 10h.667a2 2 0 0 0 2-2v-1.889C16.667 12.556 18 12 18 12s-1.333-.556-1.333-1.111V9a2 2 0 0 0-2-2H14"/><path d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirCodeBracketsSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10 17h-.667a2 2 0 0 1-2-2v-1.889C7.333 12.556 6 12 6 12s1.333-.556 1.333-1.111V9a2 2 0 0 1 2-2H10m4 10h.667a2 2 0 0 0 2-2v-1.889C16.667 12.556 18 12 18 12s-1.333-.556-1.333-1.111V9a2 2 0 0 0-2-2H14"/><path d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 17h-.667a2 2 0 0 1-2-2v-1.889C7.333 12.556 6 12 6 12s1.333-.556 1.333-1.111V9a2 2 0 0 1 2-2H10m4 10h.667a2 2 0 0 0 2-2v-1.889C16.667 12.556 18 12 18 12s-1.333-.556-1.333-1.111V9a2 2 0 0 0-2-2H14"/><path d="M21 3.6v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6"/></g></svg> </template>
CSS
.icon-code-brackets-square {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%2017h-.667a2%202%200%200%201-2-2v-1.889C7.333%2012.556%206%2012%206%2012s1.333-.556%201.333-1.111V9a2%202%200%200%201%202-2H10m4%2010h.667a2%202%200%200%200%202-2v-1.889C16.667%2012.556%2018%2012%2018%2012s-1.333-.556-1.333-1.111V9a2%202%200%200%200-2-2H14%22%2F%3E%3Cpath%20d%3D%22M21%203.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%2017h-.667a2%202%200%200%201-2-2v-1.889C7.333%2012.556%206%2012%206%2012s1.333-.556%201.333-1.111V9a2%202%200%200%201%202-2H10m4%2010h.667a2%202%200%200%200%202-2v-1.889C16.667%2012.556%2018%2012%2018%2012s-1.333-.556-1.333-1.111V9a2%202%200%200%200-2-2H14%22%2F%3E%3Cpath%20d%3D%22M21%203.6v16.8a.6.6%200%200%201-.6.6H3.6a.6.6%200%200%201-.6-.6V3.6a.6.6%200%200%201%20.6-.6h16.8a.6.6%200%200%201%20.6.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/code-brackets-square.svg?color=%231a73e8&size=48