space 3d icon
space-3d-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- space-3d-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Use the space 3d icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25V31h-1.765l-4.882-7H39.5V12.25a3.75 3.75 0 0 0-3.75-3.75h-23.5a3.75 3.75 0 0 0-3.75 3.75V24h4.147l-4.882 7H6zM37.187 31h-6.505l-2.19-7h3.814zm-9.125 0h-8.124l2.19-7h3.744zm.782 2.5h-9.688l-2.463 7.873l-.003.008l-.198.619h15.006l-.193-.632zM19.508 24l-2.19 7h-6.505l4.881-7zm-2.972 9.5H6v2.25A6.25 6.25 0 0 0 12.25 42h1.618l.439-1.373l.002-.008zM42 33.5H31.464l2.229 7.127l.003.009L34.11 42h1.639A6.25 6.25 0 0 0 42 35.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpace3d48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25V31h-1.765l-4.882-7H39.5V12.25a3.75 3.75 0 0 0-3.75-3.75h-23.5a3.75 3.75 0 0 0-3.75 3.75V24h4.147l-4.882 7H6zM37.187 31h-6.505l-2.19-7h3.814zm-9.125 0h-8.124l2.19-7h3.744zm.782 2.5h-9.688l-2.463 7.873l-.003.008l-.198.619h15.006l-.193-.632zM19.508 24l-2.19 7h-6.505l4.881-7zm-2.972 9.5H6v2.25A6.25 6.25 0 0 0 12.25 42h1.618l.439-1.373l.002-.008zM42 33.5H31.464l2.229 7.127l.003.009L34.11 42h1.639A6.25 6.25 0 0 0 42 35.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25V31h-1.765l-4.882-7H39.5V12.25a3.75 3.75 0 0 0-3.75-3.75h-23.5a3.75 3.75 0 0 0-3.75 3.75V24h4.147l-4.882 7H6zM37.187 31h-6.505l-2.19-7h3.814zm-9.125 0h-8.124l2.19-7h3.744zm.782 2.5h-9.688l-2.463 7.873l-.003.008l-.198.619h15.006l-.193-.632zM19.508 24l-2.19 7h-6.505l4.881-7zm-2.972 9.5H6v2.25A6.25 6.25 0 0 0 12.25 42h1.618l.439-1.373l.002-.008zM42 33.5H31.464l2.229 7.127l.003.009L34.11 42h1.639A6.25 6.25 0 0 0 42 35.75z"/></svg> </template>
CSS
.icon-space-3d-48-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25V31h-1.765l-4.882-7H39.5V12.25a3.75%203.75%200%200%200-3.75-3.75h-23.5a3.75%203.75%200%200%200-3.75%203.75V24h4.147l-4.882%207H6zM37.187%2031h-6.505l-2.19-7h3.814zm-9.125%200h-8.124l2.19-7h3.744zm.782%202.5h-9.688l-2.463%207.873l-.003.008l-.198.619h15.006l-.193-.632zM19.508%2024l-2.19%207h-6.505l4.881-7zm-2.972%209.5H6v2.25A6.25%206.25%200%200%200%2012.25%2042h1.618l.439-1.373l.002-.008zM42%2033.5H31.464l2.229%207.127l.003.009L34.11%2042h1.639A6.25%206.25%200%200%200%2042%2035.75z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25V31h-1.765l-4.882-7H39.5V12.25a3.75%203.75%200%200%200-3.75-3.75h-23.5a3.75%203.75%200%200%200-3.75%203.75V24h4.147l-4.882%207H6zM37.187%2031h-6.505l-2.19-7h3.814zm-9.125%200h-8.124l2.19-7h3.744zm.782%202.5h-9.688l-2.463%207.873l-.003.008l-.198.619h15.006l-.193-.632zM19.508%2024l-2.19%207h-6.505l4.881-7zm-2.972%209.5H6v2.25A6.25%206.25%200%200%200%2012.25%2042h1.618l.439-1.373l.002-.008zM42%2033.5H31.464l2.229%207.127l.003.009L34.11%2042h1.639A6.25%206.25%200%200%200%2042%2035.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/space-3d-48-filled.svg?color=%231a73e8&size=48