box 3d scan icon
box-3d-scan-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- box-3d-scan-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the box 3d scan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.48 8.38a2.8 2.8 0 0 0-1.05-1.002l-4.07-2.275a2.85 2.85 0 0 0-2.72 0L6.57 7.378a2.8 2.8 0 0 0-1.05 1.003c-.25.432-.381.924-.38 1.423v4.391c-.001.5.13.991.38 1.424c.253.423.616.77 1.05 1.002l4.07 2.266a2.82 2.82 0 0 0 2.72 0l4.07-2.266c.434-.233.797-.58 1.05-1.002c.249-.43.38-.917.38-1.414v-4.36a2.83 2.83 0 0 0-.38-1.464m-1.12 5.825c0 .229-.058.453-.17.652c-.119.2-.288.367-.49.481l-3.95 2.196V12.43l4.6-2.777q.007.075 0 .15zm3.89-5.575a.75.75 0 0 1-.75-.751V5.875a2.32 2.32 0 0 0-.68-1.655a2.35 2.35 0 0 0-1.65-.691h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a3.85 3.85 0 0 1 2.71 1.133A3.8 3.8 0 0 1 22 5.875V7.88a.753.753 0 0 1-.75.751m-3.08 13.394h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a2.32 2.32 0 0 0 2.155-1.44c.117-.284.176-.589.175-.896V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a3.84 3.84 0 0 1-1.119 2.718a3.82 3.82 0 0 1-2.711 1.122m-9.25 0H5.83a3.8 3.8 0 0 1-2.711-1.122A3.83 3.83 0 0 1 2 18.185V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a2.33 2.33 0 0 0 1.437 2.161a2.3 2.3 0 0 0 .893.175h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752M2.75 8.631A.75.75 0 0 1 2 7.88V5.875a3.82 3.82 0 0 1 1.12-2.717a3.85 3.85 0 0 1 2.71-1.133h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752H5.83a2.35 2.35 0 0 0-2.156 1.45a2.3 2.3 0 0 0-.174.896V7.88a.753.753 0 0 1-.75.751"/></svg>
React
import type { SVGProps } from "react";
export function MageBox3dScanFill(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="M18.48 8.38a2.8 2.8 0 0 0-1.05-1.002l-4.07-2.275a2.85 2.85 0 0 0-2.72 0L6.57 7.378a2.8 2.8 0 0 0-1.05 1.003c-.25.432-.381.924-.38 1.423v4.391c-.001.5.13.991.38 1.424c.253.423.616.77 1.05 1.002l4.07 2.266a2.82 2.82 0 0 0 2.72 0l4.07-2.266c.434-.233.797-.58 1.05-1.002c.249-.43.38-.917.38-1.414v-4.36a2.83 2.83 0 0 0-.38-1.464m-1.12 5.825c0 .229-.058.453-.17.652c-.119.2-.288.367-.49.481l-3.95 2.196V12.43l4.6-2.777q.007.075 0 .15zm3.89-5.575a.75.75 0 0 1-.75-.751V5.875a2.32 2.32 0 0 0-.68-1.655a2.35 2.35 0 0 0-1.65-.691h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a3.85 3.85 0 0 1 2.71 1.133A3.8 3.8 0 0 1 22 5.875V7.88a.753.753 0 0 1-.75.751m-3.08 13.394h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a2.32 2.32 0 0 0 2.155-1.44c.117-.284.176-.589.175-.896V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a3.84 3.84 0 0 1-1.119 2.718a3.82 3.82 0 0 1-2.711 1.122m-9.25 0H5.83a3.8 3.8 0 0 1-2.711-1.122A3.83 3.83 0 0 1 2 18.185V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a2.33 2.33 0 0 0 1.437 2.161a2.3 2.3 0 0 0 .893.175h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752M2.75 8.631A.75.75 0 0 1 2 7.88V5.875a3.82 3.82 0 0 1 1.12-2.717a3.85 3.85 0 0 1 2.71-1.133h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752H5.83a2.35 2.35 0 0 0-2.156 1.45a2.3 2.3 0 0 0-.174.896V7.88a.753.753 0 0 1-.75.751"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.48 8.38a2.8 2.8 0 0 0-1.05-1.002l-4.07-2.275a2.85 2.85 0 0 0-2.72 0L6.57 7.378a2.8 2.8 0 0 0-1.05 1.003c-.25.432-.381.924-.38 1.423v4.391c-.001.5.13.991.38 1.424c.253.423.616.77 1.05 1.002l4.07 2.266a2.82 2.82 0 0 0 2.72 0l4.07-2.266c.434-.233.797-.58 1.05-1.002c.249-.43.38-.917.38-1.414v-4.36a2.83 2.83 0 0 0-.38-1.464m-1.12 5.825c0 .229-.058.453-.17.652c-.119.2-.288.367-.49.481l-3.95 2.196V12.43l4.6-2.777q.007.075 0 .15zm3.89-5.575a.75.75 0 0 1-.75-.751V5.875a2.32 2.32 0 0 0-.68-1.655a2.35 2.35 0 0 0-1.65-.691h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a3.85 3.85 0 0 1 2.71 1.133A3.8 3.8 0 0 1 22 5.875V7.88a.753.753 0 0 1-.75.751m-3.08 13.394h-3.09a.75.75 0 0 1-.75-.752a.753.753 0 0 1 .75-.752h3.09a2.32 2.32 0 0 0 2.155-1.44c.117-.284.176-.589.175-.896V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a3.84 3.84 0 0 1-1.119 2.718a3.82 3.82 0 0 1-2.711 1.122m-9.25 0H5.83a3.8 3.8 0 0 1-2.711-1.122A3.83 3.83 0 0 1 2 18.185V16.12a.753.753 0 0 1 .75-.752a.75.75 0 0 1 .75.752v2.065a2.33 2.33 0 0 0 1.437 2.161a2.3 2.3 0 0 0 .893.175h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752M2.75 8.631A.75.75 0 0 1 2 7.88V5.875a3.82 3.82 0 0 1 1.12-2.717a3.85 3.85 0 0 1 2.71-1.133h3.09a.75.75 0 0 1 .75.752a.753.753 0 0 1-.75.752H5.83a2.35 2.35 0 0 0-2.156 1.45a2.3 2.3 0 0 0-.174.896V7.88a.753.753 0 0 1-.75.751"/></svg> </template>
CSS
.icon-box-3d-scan-fill {
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%22M18.48%208.38a2.8%202.8%200%200%200-1.05-1.002l-4.07-2.275a2.85%202.85%200%200%200-2.72%200L6.57%207.378a2.8%202.8%200%200%200-1.05%201.003c-.25.432-.381.924-.38%201.423v4.391c-.001.5.13.991.38%201.424c.253.423.616.77%201.05%201.002l4.07%202.266a2.82%202.82%200%200%200%202.72%200l4.07-2.266c.434-.233.797-.58%201.05-1.002c.249-.43.38-.917.38-1.414v-4.36a2.83%202.83%200%200%200-.38-1.464m-1.12%205.825c0%20.229-.058.453-.17.652c-.119.2-.288.367-.49.481l-3.95%202.196V12.43l4.6-2.777q.007.075%200%20.15zm3.89-5.575a.75.75%200%200%201-.75-.751V5.875a2.32%202.32%200%200%200-.68-1.655a2.35%202.35%200%200%200-1.65-.691h-3.09a.75.75%200%200%201-.75-.752a.753.753%200%200%201%20.75-.752h3.09a3.85%203.85%200%200%201%202.71%201.133A3.8%203.8%200%200%201%2022%205.875V7.88a.753.753%200%200%201-.75.751m-3.08%2013.394h-3.09a.75.75%200%200%201-.75-.752a.753.753%200%200%201%20.75-.752h3.09a2.32%202.32%200%200%200%202.155-1.44c.117-.284.176-.589.175-.896V16.12a.753.753%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v2.065a3.84%203.84%200%200%201-1.119%202.718a3.82%203.82%200%200%201-2.711%201.122m-9.25%200H5.83a3.8%203.8%200%200%201-2.711-1.122A3.83%203.83%200%200%201%202%2018.185V16.12a.753.753%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v2.065a2.33%202.33%200%200%200%201.437%202.161a2.3%202.3%200%200%200%20.893.175h3.09a.75.75%200%200%201%20.75.752a.753.753%200%200%201-.75.752M2.75%208.631A.75.75%200%200%201%202%207.88V5.875a3.82%203.82%200%200%201%201.12-2.717a3.85%203.85%200%200%201%202.71-1.133h3.09a.75.75%200%200%201%20.75.752a.753.753%200%200%201-.75.752H5.83a2.35%202.35%200%200%200-2.156%201.45a2.3%202.3%200%200%200-.174.896V7.88a.753.753%200%200%201-.75.751%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%22M18.48%208.38a2.8%202.8%200%200%200-1.05-1.002l-4.07-2.275a2.85%202.85%200%200%200-2.72%200L6.57%207.378a2.8%202.8%200%200%200-1.05%201.003c-.25.432-.381.924-.38%201.423v4.391c-.001.5.13.991.38%201.424c.253.423.616.77%201.05%201.002l4.07%202.266a2.82%202.82%200%200%200%202.72%200l4.07-2.266c.434-.233.797-.58%201.05-1.002c.249-.43.38-.917.38-1.414v-4.36a2.83%202.83%200%200%200-.38-1.464m-1.12%205.825c0%20.229-.058.453-.17.652c-.119.2-.288.367-.49.481l-3.95%202.196V12.43l4.6-2.777q.007.075%200%20.15zm3.89-5.575a.75.75%200%200%201-.75-.751V5.875a2.32%202.32%200%200%200-.68-1.655a2.35%202.35%200%200%200-1.65-.691h-3.09a.75.75%200%200%201-.75-.752a.753.753%200%200%201%20.75-.752h3.09a3.85%203.85%200%200%201%202.71%201.133A3.8%203.8%200%200%201%2022%205.875V7.88a.753.753%200%200%201-.75.751m-3.08%2013.394h-3.09a.75.75%200%200%201-.75-.752a.753.753%200%200%201%20.75-.752h3.09a2.32%202.32%200%200%200%202.155-1.44c.117-.284.176-.589.175-.896V16.12a.753.753%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v2.065a3.84%203.84%200%200%201-1.119%202.718a3.82%203.82%200%200%201-2.711%201.122m-9.25%200H5.83a3.8%203.8%200%200%201-2.711-1.122A3.83%203.83%200%200%201%202%2018.185V16.12a.753.753%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v2.065a2.33%202.33%200%200%200%201.437%202.161a2.3%202.3%200%200%200%20.893.175h3.09a.75.75%200%200%201%20.75.752a.753.753%200%200%201-.75.752M2.75%208.631A.75.75%200%200%201%202%207.88V5.875a3.82%203.82%200%200%201%201.12-2.717a3.85%203.85%200%200%201%202.71-1.133h3.09a.75.75%200%200%201%20.75.752a.753.753%200%200%201-.75.752H5.83a2.35%202.35%200%200%200-2.156%201.45a2.3%202.3%200%200%200-.174.896V7.88a.753.753%200%200%201-.75.751%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/box-3d-scan-fill.svg?color=%231a73e8&size=48