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

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

1 other variant in Octicons

The same icon in other sets

Use the space icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.831 13.621a.337.337 0 0 1 .633 0l.322.88a5.05 5.05 0 0 0 3.008 3.008l.88.322a.337.337 0 0 1 0 .633l-.88.322a5.05 5.05 0 0 0-3.008 3.008l-.322.88a.337.337 0 0 1-.633 0l-.322-.88a5.05 5.05 0 0 0-3.008-3.008l-.88-.322a.337.337 0 0 1 0-.633l.88-.322a5.05 5.05 0 0 0 3.008-3.008z"/><path fill="currentColor" d="M2 19.25V4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063c.047.069.125.11.207.11h8.471c.966 0 1.75.783 1.75 1.75v5.781a.75.75 0 0 1-1.5 0V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.765L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25H12a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 19.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSpace24(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="M17.831 13.621a.337.337 0 0 1 .633 0l.322.88a5.05 5.05 0 0 0 3.008 3.008l.88.322a.337.337 0 0 1 0 .633l-.88.322a5.05 5.05 0 0 0-3.008 3.008l-.322.88a.337.337 0 0 1-.633 0l-.322-.88a5.05 5.05 0 0 0-3.008-3.008l-.88-.322a.337.337 0 0 1 0-.633l.88-.322a5.05 5.05 0 0 0 3.008-3.008z"/><path fill="currentColor" d="M2 19.25V4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063c.047.069.125.11.207.11h8.471c.966 0 1.75.783 1.75 1.75v5.781a.75.75 0 0 1-1.5 0V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.765L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25H12a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 19.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.831 13.621a.337.337 0 0 1 .633 0l.322.88a5.05 5.05 0 0 0 3.008 3.008l.88.322a.337.337 0 0 1 0 .633l-.88.322a5.05 5.05 0 0 0-3.008 3.008l-.322.88a.337.337 0 0 1-.633 0l-.322-.88a5.05 5.05 0 0 0-3.008-3.008l-.88-.322a.337.337 0 0 1 0-.633l.88-.322a5.05 5.05 0 0 0 3.008-3.008z"/><path fill="currentColor" d="M2 19.25V4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063c.047.069.125.11.207.11h8.471c.966 0 1.75.783 1.75 1.75v5.781a.75.75 0 0 1-1.5 0V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.765L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25H12a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 19.25"/></svg>
</template>

CSS

.icon-space-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%22M17.831%2013.621a.337.337%200%200%201%20.633%200l.322.88a5.05%205.05%200%200%200%203.008%203.008l.88.322a.337.337%200%200%201%200%20.633l-.88.322a5.05%205.05%200%200%200-3.008%203.008l-.322.88a.337.337%200%200%201-.633%200l-.322-.88a5.05%205.05%200%200%200-3.008-3.008l-.88-.322a.337.337%200%200%201%200-.633l.88-.322a5.05%205.05%200%200%200%203.008-3.008z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2019.25V4.75C2%203.784%202.784%203%203.75%203h4.971a1.75%201.75%200%200%201%201.447.765l1.404%202.063c.047.069.125.11.207.11h8.471c.966%200%201.75.783%201.75%201.75v5.781a.75.75%200%200%201-1.5%200V7.688a.25.25%200%200%200-.25-.25h-8.471a1.75%201.75%200%200%201-1.447-.765L8.928%204.609a.25.25%200%200%200-.207-.109H3.75a.25.25%200%200%200-.25.25v14.5c0%20.138.112.25.25.25H12a.75.75%200%200%201%200%201.5H3.75A1.75%201.75%200%200%201%202%2019.25%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%22M17.831%2013.621a.337.337%200%200%201%20.633%200l.322.88a5.05%205.05%200%200%200%203.008%203.008l.88.322a.337.337%200%200%201%200%20.633l-.88.322a5.05%205.05%200%200%200-3.008%203.008l-.322.88a.337.337%200%200%201-.633%200l-.322-.88a5.05%205.05%200%200%200-3.008-3.008l-.88-.322a.337.337%200%200%201%200-.633l.88-.322a5.05%205.05%200%200%200%203.008-3.008z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2019.25V4.75C2%203.784%202.784%203%203.75%203h4.971a1.75%201.75%200%200%201%201.447.765l1.404%202.063c.047.069.125.11.207.11h8.471c.966%200%201.75.783%201.75%201.75v5.781a.75.75%200%200%201-1.5%200V7.688a.25.25%200%200%200-.25-.25h-8.471a1.75%201.75%200%200%201-1.447-.765L8.928%204.609a.25.25%200%200%200-.207-.109H3.75a.25.25%200%200%200-.25.25v14.5c0%20.138.112.25.25.25H12a.75.75%200%200%201%200%201.5H3.75A1.75%201.75%200%200%201%202%2019.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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