space 3d icon
space-3d-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- space-3d-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5V21h-.986l-4.392-5H27V7.5A2.5 2.5 0 0 0 24.5 5h-17A2.5 2.5 0 0 0 5 7.5V16h3.378l-4.391 5H3zM21.484 23H29v1.5a4.5 4.5 0 0 1-4.5 4.5h-1.146l-.4-1.299zm3.868-2h-4.494l-1.564-5h1.666zm-12.114 0h5.525l-1.565-5h-2.396zm6.15 2h-6.776l-1.877 6h10.526l-.215-.701l-.002-.005zm-6.682-7l-1.564 5H6.649l4.39-5zM3 24.5V23h7.516L8.64 29H7.5A4.5 4.5 0 0 1 3 24.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpace3d32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5V21h-.986l-4.392-5H27V7.5A2.5 2.5 0 0 0 24.5 5h-17A2.5 2.5 0 0 0 5 7.5V16h3.378l-4.391 5H3zM21.484 23H29v1.5a4.5 4.5 0 0 1-4.5 4.5h-1.146l-.4-1.299zm3.868-2h-4.494l-1.564-5h1.666zm-12.114 0h5.525l-1.565-5h-2.396zm6.15 2h-6.776l-1.877 6h10.526l-.215-.701l-.002-.005zm-6.682-7l-1.564 5H6.649l4.39-5zM3 24.5V23h7.516L8.64 29H7.5A4.5 4.5 0 0 1 3 24.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5V21h-.986l-4.392-5H27V7.5A2.5 2.5 0 0 0 24.5 5h-17A2.5 2.5 0 0 0 5 7.5V16h3.378l-4.391 5H3zM21.484 23H29v1.5a4.5 4.5 0 0 1-4.5 4.5h-1.146l-.4-1.299zm3.868-2h-4.494l-1.564-5h1.666zm-12.114 0h5.525l-1.565-5h-2.396zm6.15 2h-6.776l-1.877 6h10.526l-.215-.701l-.002-.005zm-6.682-7l-1.564 5H6.649l4.39-5zM3 24.5V23h7.516L8.64 29H7.5A4.5 4.5 0 0 1 3 24.5"/></svg> </template>
CSS
.icon-space-3d-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5V21h-.986l-4.392-5H27V7.5A2.5%202.5%200%200%200%2024.5%205h-17A2.5%202.5%200%200%200%205%207.5V16h3.378l-4.391%205H3zM21.484%2023H29v1.5a4.5%204.5%200%200%201-4.5%204.5h-1.146l-.4-1.299zm3.868-2h-4.494l-1.564-5h1.666zm-12.114%200h5.525l-1.565-5h-2.396zm6.15%202h-6.776l-1.877%206h10.526l-.215-.701l-.002-.005zm-6.682-7l-1.564%205H6.649l4.39-5zM3%2024.5V23h7.516L8.64%2029H7.5A4.5%204.5%200%200%201%203%2024.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5V21h-.986l-4.392-5H27V7.5A2.5%202.5%200%200%200%2024.5%205h-17A2.5%202.5%200%200%200%205%207.5V16h3.378l-4.391%205H3zM21.484%2023H29v1.5a4.5%204.5%200%200%201-4.5%204.5h-1.146l-.4-1.299zm3.868-2h-4.494l-1.564-5h1.666zm-12.114%200h5.525l-1.565-5h-2.396zm6.15%202h-6.776l-1.877%206h10.526l-.215-.701l-.002-.005zm-6.682-7l-1.564%205H6.649l4.39-5zM3%2024.5V23h7.516L8.64%2029H7.5A4.5%204.5%200%200%201%203%2024.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/space-3d-32-filled.svg?color=%231a73e8&size=48