file type haxe logo
file-type-haxe from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-haxe
- 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 haxe logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f68712" d="M16 5.5L5.5 16L16 26.5L26.5 16z"/><path fill="#fab20b" d="m2 2l14 3.5L5.5 16z"/><path fill="#f47216" d="m30 2l-3.5 14L16 5.5z"/><path fill="#f25c19" d="m30 30l-14-3.5L26.5 16z"/><path fill="#f89c0e" d="m2 30l3.5-14L16 26.5z"/><path fill="#fbc707" d="M16 5.5L2 2h7zm0 0L30 2h-7z"/><path fill="#f68712" d="M16 26.5L30 30h-7z"/><path fill="#f25c19" d="M16 26.5L2 30h7z"/><path fill="#fff200" d="M5.5 16L2 30v-7zm0 0L2 2v7z"/><path fill="#f1471d" d="M26.5 16L30 2v7zm0 0L30 30v-7z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeHaxe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f68712" d="M16 5.5L5.5 16L16 26.5L26.5 16z"/><path fill="#fab20b" d="m2 2l14 3.5L5.5 16z"/><path fill="#f47216" d="m30 2l-3.5 14L16 5.5z"/><path fill="#f25c19" d="m30 30l-14-3.5L26.5 16z"/><path fill="#f89c0e" d="m2 30l3.5-14L16 26.5z"/><path fill="#fbc707" d="M16 5.5L2 2h7zm0 0L30 2h-7z"/><path fill="#f68712" d="M16 26.5L30 30h-7z"/><path fill="#f25c19" d="M16 26.5L2 30h7z"/><path fill="#fff200" d="M5.5 16L2 30v-7zm0 0L2 2v7z"/><path fill="#f1471d" d="M26.5 16L30 2v7zm0 0L30 30v-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f68712" d="M16 5.5L5.5 16L16 26.5L26.5 16z"/><path fill="#fab20b" d="m2 2l14 3.5L5.5 16z"/><path fill="#f47216" d="m30 2l-3.5 14L16 5.5z"/><path fill="#f25c19" d="m30 30l-14-3.5L26.5 16z"/><path fill="#f89c0e" d="m2 30l3.5-14L16 26.5z"/><path fill="#fbc707" d="M16 5.5L2 2h7zm0 0L30 2h-7z"/><path fill="#f68712" d="M16 26.5L30 30h-7z"/><path fill="#f25c19" d="M16 26.5L2 30h7z"/><path fill="#fff200" d="M5.5 16L2 30v-7zm0 0L2 2v7z"/><path fill="#f1471d" d="M26.5 16L30 2v7zm0 0L30 30v-7z"/></svg> </template>
CSS
.icon-file-type-haxe {
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%23f68712%22%20d%3D%22M16%205.5L5.5%2016L16%2026.5L26.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23fab20b%22%20d%3D%22m2%202l14%203.5L5.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23f47216%22%20d%3D%22m30%202l-3.5%2014L16%205.5z%22%2F%3E%3Cpath%20fill%3D%22%23f25c19%22%20d%3D%22m30%2030l-14-3.5L26.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23f89c0e%22%20d%3D%22m2%2030l3.5-14L16%2026.5z%22%2F%3E%3Cpath%20fill%3D%22%23fbc707%22%20d%3D%22M16%205.5L2%202h7zm0%200L30%202h-7z%22%2F%3E%3Cpath%20fill%3D%22%23f68712%22%20d%3D%22M16%2026.5L30%2030h-7z%22%2F%3E%3Cpath%20fill%3D%22%23f25c19%22%20d%3D%22M16%2026.5L2%2030h7z%22%2F%3E%3Cpath%20fill%3D%22%23fff200%22%20d%3D%22M5.5%2016L2%2030v-7zm0%200L2%202v7z%22%2F%3E%3Cpath%20fill%3D%22%23f1471d%22%20d%3D%22M26.5%2016L30%202v7zm0%200L30%2030v-7z%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%23f68712%22%20d%3D%22M16%205.5L5.5%2016L16%2026.5L26.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23fab20b%22%20d%3D%22m2%202l14%203.5L5.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23f47216%22%20d%3D%22m30%202l-3.5%2014L16%205.5z%22%2F%3E%3Cpath%20fill%3D%22%23f25c19%22%20d%3D%22m30%2030l-14-3.5L26.5%2016z%22%2F%3E%3Cpath%20fill%3D%22%23f89c0e%22%20d%3D%22m2%2030l3.5-14L16%2026.5z%22%2F%3E%3Cpath%20fill%3D%22%23fbc707%22%20d%3D%22M16%205.5L2%202h7zm0%200L30%202h-7z%22%2F%3E%3Cpath%20fill%3D%22%23f68712%22%20d%3D%22M16%2026.5L30%2030h-7z%22%2F%3E%3Cpath%20fill%3D%22%23f25c19%22%20d%3D%22M16%2026.5L2%2030h7z%22%2F%3E%3Cpath%20fill%3D%22%23fff200%22%20d%3D%22M5.5%2016L2%2030v-7zm0%200L2%202v7z%22%2F%3E%3Cpath%20fill%3D%22%23f1471d%22%20d%3D%22M26.5%2016L30%202v7zm0%200L30%2030v-7z%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-haxe.svg?color=%231a73e8&size=48