file cad box icon
file-cad-box from Material Design Icons by Pictogrammers · Filled · Files / Folders · Apache-2.0 Free for personal and commercial use.
- Name
- file-cad-box
- Set
- Material Design Icons
- Style
- Filled
- Category
- Files / Folders
- Viewbox
- 24×24
- License
- Apache 2.0
More files / folders icons from Material Design Icons
clipboard-filefilefile-arrow-left-rightfile-arrow-up-downfile-cabinetfile-cadfile-cancelfile-certificatefile-chartfile-chart-checkfile-checkfile-cogfile-comparefile-delimitedfile-documentfile-document-arrow-rightfile-document-checkfile-document-minusfile-document-multiplefile-document-plusfile-document-refreshfile-document-removefile-downloadfile-excel
Use the file cad box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7.75 2.25h1.5v1.13c.83 0 1.5.67 1.5 1.5v2.49l-.14.13l1.07 1.86c.37-.6.57-1.29.57-2h1.5A5.2 5.2 0 0 1 16 13.77l2 3.48v1.5L16.7 18l-1.86-3.22a5.18 5.18 0 0 1-5.68 0L7.3 18l-1.3.75v-1.5l3.89-6.75l-.14-.13V7.88c0-.83.67-1.5 1.5-1.5m.75 1.5c-.84 0-1.26 1.02-.66 1.62A.943.943 0 1 0 12 7.88m-1 3.72l-1.09 1.9c1.26.86 2.92.86 4.18 0L13 11.6c-.57.51-1.43.51-2 0"/></svg>
React
import type { SVGProps } from "react";
export function MdiFileCadBox(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="M5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7.75 2.25h1.5v1.13c.83 0 1.5.67 1.5 1.5v2.49l-.14.13l1.07 1.86c.37-.6.57-1.29.57-2h1.5A5.2 5.2 0 0 1 16 13.77l2 3.48v1.5L16.7 18l-1.86-3.22a5.18 5.18 0 0 1-5.68 0L7.3 18l-1.3.75v-1.5l3.89-6.75l-.14-.13V7.88c0-.83.67-1.5 1.5-1.5m.75 1.5c-.84 0-1.26 1.02-.66 1.62A.943.943 0 1 0 12 7.88m-1 3.72l-1.09 1.9c1.26.86 2.92.86 4.18 0L13 11.6c-.57.51-1.43.51-2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7.75 2.25h1.5v1.13c.83 0 1.5.67 1.5 1.5v2.49l-.14.13l1.07 1.86c.37-.6.57-1.29.57-2h1.5A5.2 5.2 0 0 1 16 13.77l2 3.48v1.5L16.7 18l-1.86-3.22a5.18 5.18 0 0 1-5.68 0L7.3 18l-1.3.75v-1.5l3.89-6.75l-.14-.13V7.88c0-.83.67-1.5 1.5-1.5m.75 1.5c-.84 0-1.26 1.02-.66 1.62A.943.943 0 1 0 12 7.88m-1 3.72l-1.09 1.9c1.26.86 2.92.86 4.18 0L13 11.6c-.57.51-1.43.51-2 0"/></svg> </template>
CSS
.icon-file-cad-box {
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%22M5%203c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m-7.75%202.25h1.5v1.13c.83%200%201.5.67%201.5%201.5v2.49l-.14.13l1.07%201.86c.37-.6.57-1.29.57-2h1.5A5.2%205.2%200%200%201%2016%2013.77l2%203.48v1.5L16.7%2018l-1.86-3.22a5.18%205.18%200%200%201-5.68%200L7.3%2018l-1.3.75v-1.5l3.89-6.75l-.14-.13V7.88c0-.83.67-1.5%201.5-1.5m.75%201.5c-.84%200-1.26%201.02-.66%201.62A.943.943%200%201%200%2012%207.88m-1%203.72l-1.09%201.9c1.26.86%202.92.86%204.18%200L13%2011.6c-.57.51-1.43.51-2%200%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%22M5%203c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2m-7.75%202.25h1.5v1.13c.83%200%201.5.67%201.5%201.5v2.49l-.14.13l1.07%201.86c.37-.6.57-1.29.57-2h1.5A5.2%205.2%200%200%201%2016%2013.77l2%203.48v1.5L16.7%2018l-1.86-3.22a5.18%205.18%200%200%201-5.68%200L7.3%2018l-1.3.75v-1.5l3.89-6.75l-.14-.13V7.88c0-.83.67-1.5%201.5-1.5m.75%201.5c-.84%200-1.26%201.02-.66%201.62A.943.943%200%201%200%2012%207.88m-1%203.72l-1.09%201.9c1.26.86%202.92.86%204.18%200L13%2011.6c-.57.51-1.43.51-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/file-cad-box.svg?color=%231a73e8&size=48