codespaces icon

codespaces-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
codespaces-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

Use the codespaces icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 13H5.25a1.75 1.75 0 0 1-1.75-1.75Zm-2 12c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75ZM5.25 3.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Zm-2 12a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M10 17.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCodespaces24(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="M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 13H5.25a1.75 1.75 0 0 1-1.75-1.75Zm-2 12c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75ZM5.25 3.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Zm-2 12a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M10 17.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 13H5.25a1.75 1.75 0 0 1-1.75-1.75Zm-2 12c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75ZM5.25 3.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Zm-2 12a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M10 17.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-codespaces-24 {
  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%22M3.5%203.75C3.5%202.784%204.284%202%205.25%202h13.5c.966%200%201.75.784%201.75%201.75v7.5A1.75%201.75%200%200%201%2018.75%2013H5.25a1.75%201.75%200%200%201-1.75-1.75Zm-2%2012c0-.966.784-1.75%201.75-1.75h17.5c.966%200%201.75.784%201.75%201.75v4a1.75%201.75%200%200%201-1.75%201.75H3.25a1.75%201.75%200%200%201-1.75-1.75ZM5.25%203.5a.25.25%200%200%200-.25.25v7.5c0%20.138.112.25.25.25h13.5a.25.25%200%200%200%20.25-.25v-7.5a.25.25%200%200%200-.25-.25Zm-2%2012a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h17.5a.25.25%200%200%200%20.25-.25v-4a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2017.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201-.75-.75m-4%200a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75%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%22M3.5%203.75C3.5%202.784%204.284%202%205.25%202h13.5c.966%200%201.75.784%201.75%201.75v7.5A1.75%201.75%200%200%201%2018.75%2013H5.25a1.75%201.75%200%200%201-1.75-1.75Zm-2%2012c0-.966.784-1.75%201.75-1.75h17.5c.966%200%201.75.784%201.75%201.75v4a1.75%201.75%200%200%201-1.75%201.75H3.25a1.75%201.75%200%200%201-1.75-1.75ZM5.25%203.5a.25.25%200%200%200-.25.25v7.5c0%20.138.112.25.25.25h13.5a.25.25%200%200%200%20.25-.25v-7.5a.25.25%200%200%200-.25-.25Zm-2%2012a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h17.5a.25.25%200%200%200%20.25-.25v-4a.25.25%200%200%200-.25-.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2017.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201-.75-.75m-4%200a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/codespaces-24.svg?color=%231a73e8&size=48