space colony icon
space-colony from IconPark by ByteDance · Color · Build · Apache-2.0 Free for personal and commercial use.
- Name
- space-colony
- Set
- IconPark
- Style
- Color
- Category
- Build
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More build icons from IconPark
Use the space colony icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linejoin="round" d="M42 43V6C42 4.89543 41.1046 4 40 4H33C31.8954 4 31 4.89543 31 6V24"/><path d="M24 22C14.0589 22 6 30.0589 6 40V44H42V40C42 30.0589 33.9411 22 24 22Z"/><path stroke-linecap="round" d="M8 31V8"/><path stroke-linecap="round" d="M16 24L16 14"/><path stroke-linecap="round" stroke-linejoin="round" d="M31 14L42 14"/><path d="M17 42C17 41 17 40.0237 17 39C17 29.6112 20.134 22 24 22C27.866 22 31 29.6112 31 39C31 40.3778 31 41 31 42"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 44H44"/><path d="M7 35C7 35 17.3496 34 24 34C30.6504 34 41 35 41 35"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSpaceColony(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinejoin="round" d="M42 43V6C42 4.89543 41.1046 4 40 4H33C31.8954 4 31 4.89543 31 6V24"/><path d="M24 22C14.0589 22 6 30.0589 6 40V44H42V40C42 30.0589 33.9411 22 24 22Z"/><path strokeLinecap="round" d="M8 31V8"/><path strokeLinecap="round" d="M16 24L16 14"/><path strokeLinecap="round" strokeLinejoin="round" d="M31 14L42 14"/><path d="M17 42C17 41 17 40.0237 17 39C17 29.6112 20.134 22 24 22C27.866 22 31 29.6112 31 39C31 40.3778 31 41 31 42"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 44H44"/><path d="M7 35C7 35 17.3496 34 24 34C30.6504 34 41 35 41 35"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linejoin="round" d="M42 43V6C42 4.89543 41.1046 4 40 4H33C31.8954 4 31 4.89543 31 6V24"/><path d="M24 22C14.0589 22 6 30.0589 6 40V44H42V40C42 30.0589 33.9411 22 24 22Z"/><path stroke-linecap="round" d="M8 31V8"/><path stroke-linecap="round" d="M16 24L16 14"/><path stroke-linecap="round" stroke-linejoin="round" d="M31 14L42 14"/><path d="M17 42C17 41 17 40.0237 17 39C17 29.6112 20.134 22 24 22C27.866 22 31 29.6112 31 39C31 40.3778 31 41 31 42"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 44H44"/><path d="M7 35C7 35 17.3496 34 24 34C30.6504 34 41 35 41 35"/></g></svg> </template>
CSS
.icon-space-colony {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2043V6C42%204.89543%2041.1046%204%2040%204H33C31.8954%204%2031%204.89543%2031%206V24%22%2F%3E%3Cpath%20d%3D%22M24%2022C14.0589%2022%206%2030.0589%206%2040V44H42V40C42%2030.0589%2033.9411%2022%2024%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2031V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2024L16%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2014L42%2014%22%2F%3E%3Cpath%20d%3D%22M17%2042C17%2041%2017%2040.0237%2017%2039C17%2029.6112%2020.134%2022%2024%2022C27.866%2022%2031%2029.6112%2031%2039C31%2040.3778%2031%2041%2031%2042%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20d%3D%22M7%2035C7%2035%2017.3496%2034%2024%2034C30.6504%2034%2041%2035%2041%2035%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2043V6C42%204.89543%2041.1046%204%2040%204H33C31.8954%204%2031%204.89543%2031%206V24%22%2F%3E%3Cpath%20d%3D%22M24%2022C14.0589%2022%206%2030.0589%206%2040V44H42V40C42%2030.0589%2033.9411%2022%2024%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2031V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2024L16%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2014L42%2014%22%2F%3E%3Cpath%20d%3D%22M17%2042C17%2041%2017%2040.0237%2017%2039C17%2029.6112%2020.134%2022%2024%2022C27.866%2022%2031%2029.6112%2031%2039C31%2040.3778%2031%2041%2031%2042%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044H44%22%2F%3E%3Cpath%20d%3D%22M7%2035C7%2035%2017.3496%2034%2024%2034C30.6504%2034%2041%2035%2041%2035%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/space-colony.svg?color=%231a73e8&size=48