file type vscode test logo

file-type-vscode-test from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-vscode-test
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type vscode test logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/><path fill="#275fb0" d="M12.111 31.674a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l1.476 1.4l-6 6.264l5.016-.108l3.546-3.7l1.47 1.414l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393zM26.773 19.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673a.99.99 0 0 1 1.037-.374a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeVscodeTest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/><path fill="#275fb0" d="M12.111 31.674a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l1.476 1.4l-6 6.264l5.016-.108l3.546-3.7l1.47 1.414l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393zM26.773 19.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673a.99.99 0 0 1 1.037-.374a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/><path fill="#275fb0" d="M12.111 31.674a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l1.476 1.4l-6 6.264l5.016-.108l3.546-3.7l1.47 1.414l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393zM26.773 19.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673a.99.99 0 0 1 1.037-.374a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133z"/></svg>
</template>

CSS

.icon-file-type-vscode-test {
  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%230065a9%22%20d%3D%22m29.01%205.03l-5.766-2.776a1.74%201.74%200%200%200-1.989.338L2.38%2019.8a1.166%201.166%200%200%200-.08%201.647q.037.04.077.077l1.541%201.4a1.165%201.165%200%200%200%201.489.066L28.142%205.75A1.158%201.158%200%200%201%2030%206.672v-.067a1.75%201.75%200%200%200-.99-1.575%22%2F%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22m29.01%2026.97l-5.766%202.777a1.745%201.745%200%200%201-1.989-.338L2.38%2012.2a1.166%201.166%200%200%201-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165%201.165%200%200%201%205.41%209.01l22.732%2017.24A1.158%201.158%200%200%200%2030%2025.328v.072a1.75%201.75%200%200%201-.99%201.57%22%2F%3E%3Cpath%20fill%3D%22%231f9cf0%22%20d%3D%22M23.244%2029.747a1.745%201.745%200%200%201-1.989-.338A1.025%201.025%200%200%200%2023%2028.684V3.316a1.024%201.024%200%200%200-1.749-.724a1.74%201.74%200%200%201%201.989-.339l5.765%202.772A1.75%201.75%200%200%201%2030%206.6v18.8a1.75%201.75%200%200%201-.991%201.576Z%22%2F%3E%3Cpath%20fill%3D%22%23275fb0%22%20d%3D%22M12.111%2031.674a3.85%203.85%200%200%201-3.031-4.563c.254-1.07.2-1.008%205.726-6.787l5.2-5.442l1.476%201.4l-6%206.264l5.016-.108l3.546-3.7l1.47%201.414l-5.213%205.43c-4.783%204.982-5.257%205.452-5.743%205.692a3.9%203.9%200%200%201-2.452.393zM26.773%2019.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86%200%200%201%20.194-.673a.99.99%200%200%201%201.037-.374a69%2069%200%200%201%206.277%206.023a1%201%200%200%201-1.492%201.133z%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%230065a9%22%20d%3D%22m29.01%205.03l-5.766-2.776a1.74%201.74%200%200%200-1.989.338L2.38%2019.8a1.166%201.166%200%200%200-.08%201.647q.037.04.077.077l1.541%201.4a1.165%201.165%200%200%200%201.489.066L28.142%205.75A1.158%201.158%200%200%201%2030%206.672v-.067a1.75%201.75%200%200%200-.99-1.575%22%2F%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22m29.01%2026.97l-5.766%202.777a1.745%201.745%200%200%201-1.989-.338L2.38%2012.2a1.166%201.166%200%200%201-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165%201.165%200%200%201%205.41%209.01l22.732%2017.24A1.158%201.158%200%200%200%2030%2025.328v.072a1.75%201.75%200%200%201-.99%201.57%22%2F%3E%3Cpath%20fill%3D%22%231f9cf0%22%20d%3D%22M23.244%2029.747a1.745%201.745%200%200%201-1.989-.338A1.025%201.025%200%200%200%2023%2028.684V3.316a1.024%201.024%200%200%200-1.749-.724a1.74%201.74%200%200%201%201.989-.339l5.765%202.772A1.75%201.75%200%200%201%2030%206.6v18.8a1.75%201.75%200%200%201-.991%201.576Z%22%2F%3E%3Cpath%20fill%3D%22%23275fb0%22%20d%3D%22M12.111%2031.674a3.85%203.85%200%200%201-3.031-4.563c.254-1.07.2-1.008%205.726-6.787l5.2-5.442l1.476%201.4l-6%206.264l5.016-.108l3.546-3.7l1.47%201.414l-5.213%205.43c-4.783%204.982-5.257%205.452-5.743%205.692a3.9%203.9%200%200%201-2.452.393zM26.773%2019.19c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86%200%200%201%20.194-.673a.99.99%200%200%201%201.037-.374a69%2069%200%200%201%206.277%206.023a1%201%200%200%201-1.492%201.133z%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-vscode-test.svg?color=%231a73e8&size=48