file type bicep logo
file-type-bicep from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-bicep
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type bicep logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#32b0e7" d="M24.556 19.111H11.333l3.111-7.778h5.134L20.667 9H16l-1.556-2.333L16 4.333h4.667L19.578 2h-5.134l-3.422 4.667L12.422 9L3.089 20.667A5.38 5.38 0 0 0 2 23.778a4.7 4.7 0 0 0 3.889 4.666S22.222 30 24.556 30a5.445 5.445 0 0 0 0-10.889m-17.889 7a2.334 2.334 0 1 1 0-4.667a2.334 2.334 0 0 1 0 4.667m17.889 1.556a3.112 3.112 0 1 1 3.111-3.111a3.12 3.12 0 0 1-3.111 3.111"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeBicep(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#32b0e7" d="M24.556 19.111H11.333l3.111-7.778h5.134L20.667 9H16l-1.556-2.333L16 4.333h4.667L19.578 2h-5.134l-3.422 4.667L12.422 9L3.089 20.667A5.38 5.38 0 0 0 2 23.778a4.7 4.7 0 0 0 3.889 4.666S22.222 30 24.556 30a5.445 5.445 0 0 0 0-10.889m-17.889 7a2.334 2.334 0 1 1 0-4.667a2.334 2.334 0 0 1 0 4.667m17.889 1.556a3.112 3.112 0 1 1 3.111-3.111a3.12 3.12 0 0 1-3.111 3.111"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#32b0e7" d="M24.556 19.111H11.333l3.111-7.778h5.134L20.667 9H16l-1.556-2.333L16 4.333h4.667L19.578 2h-5.134l-3.422 4.667L12.422 9L3.089 20.667A5.38 5.38 0 0 0 2 23.778a4.7 4.7 0 0 0 3.889 4.666S22.222 30 24.556 30a5.445 5.445 0 0 0 0-10.889m-17.889 7a2.334 2.334 0 1 1 0-4.667a2.334 2.334 0 0 1 0 4.667m17.889 1.556a3.112 3.112 0 1 1 3.111-3.111a3.12 3.12 0 0 1-3.111 3.111"/></svg> </template>
CSS
.icon-file-type-bicep {
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%22%2332b0e7%22%20d%3D%22M24.556%2019.111H11.333l3.111-7.778h5.134L20.667%209H16l-1.556-2.333L16%204.333h4.667L19.578%202h-5.134l-3.422%204.667L12.422%209L3.089%2020.667A5.38%205.38%200%200%200%202%2023.778a4.7%204.7%200%200%200%203.889%204.666S22.222%2030%2024.556%2030a5.445%205.445%200%200%200%200-10.889m-17.889%207a2.334%202.334%200%201%201%200-4.667a2.334%202.334%200%200%201%200%204.667m17.889%201.556a3.112%203.112%200%201%201%203.111-3.111a3.12%203.12%200%200%201-3.111%203.111%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%22%2332b0e7%22%20d%3D%22M24.556%2019.111H11.333l3.111-7.778h5.134L20.667%209H16l-1.556-2.333L16%204.333h4.667L19.578%202h-5.134l-3.422%204.667L12.422%209L3.089%2020.667A5.38%205.38%200%200%200%202%2023.778a4.7%204.7%200%200%200%203.889%204.666S22.222%2030%2024.556%2030a5.445%205.445%200%200%200%200-10.889m-17.889%207a2.334%202.334%200%201%201%200-4.667a2.334%202.334%200%200%201%200%204.667m17.889%201.556a3.112%203.112%200%201%201%203.111-3.111a3.12%203.12%200%200%201-3.111%203.111%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-bicep.svg?color=%231a73e8&size=48