cube scan icon
cube-scan from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- cube-scan
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- view-in-ar, view-in-augmented-reality
The same icon in other sets
Related icons in Material Design Icons
Use the cube scan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm6 15.25l4-2.3v-4.59l-4 2.3zm-1-6.33l4-2.29l-4-2.35l-4 2.35zm-5 4.03l4 2.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77 1.32v6.32c0 .57-.27 1-.77 1.32l-5.48 3.18q-.75.48-1.5 0l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1 .77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCubeScan(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 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm6 15.25l4-2.3v-4.59l-4 2.3zm-1-6.33l4-2.29l-4-2.35l-4 2.35zm-5 4.03l4 2.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77 1.32v6.32c0 .57-.27 1-.77 1.32l-5.48 3.18q-.75.48-1.5 0l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1 .77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z"/></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 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm6 15.25l4-2.3v-4.59l-4 2.3zm-1-6.33l4-2.29l-4-2.35l-4 2.35zm-5 4.03l4 2.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77 1.32v6.32c0 .57-.27 1-.77 1.32l-5.48 3.18q-.75.48-1.5 0l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1 .77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z"/></svg> </template>
CSS
.icon-cube-scan {
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%2022v-2h3v-3h2v3.5c0%20.39-.16.74-.46%201.04s-.65.46-1.04.46zM7%2022H3.5c-.39%200-.74-.16-1.04-.46S2%2020.89%202%2020.5V17h2v3h3zM17%202h3.5c.39%200%20.74.16%201.04.46s.46.65.46%201.04V7h-2V4h-3zM7%202v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11%202%203.5%202zm6%2015.25l4-2.3v-4.59l-4%202.3zm-1-6.33l4-2.29l-4-2.35l-4%202.35zm-5%204.03l4%202.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77%201.32v6.32c0%20.57-.27%201-.77%201.32l-5.48%203.18q-.75.48-1.5%200l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1%20.77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z%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%2022v-2h3v-3h2v3.5c0%20.39-.16.74-.46%201.04s-.65.46-1.04.46zM7%2022H3.5c-.39%200-.74-.16-1.04-.46S2%2020.89%202%2020.5V17h2v3h3zM17%202h3.5c.39%200%20.74.16%201.04.46s.46.65.46%201.04V7h-2V4h-3zM7%202v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11%202%203.5%202zm6%2015.25l4-2.3v-4.59l-4%202.3zm-1-6.33l4-2.29l-4-2.35l-4%202.35zm-5%204.03l4%202.3v-4.59l-4-2.3zm11.23-7.36c.5.32.77.75.77%201.32v6.32c0%20.57-.27%201-.77%201.32l-5.48%203.18q-.75.48-1.5%200l-5.48-3.18c-.5-.32-.77-.75-.77-1.32V8.91c0-.57.27-1%20.77-1.32l5.48-3.18c.25-.13.5-.19.75-.19s.5.06.75.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cube-scan.svg?color=%231a73e8&size=48