file type wdio logo

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

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

Related icons in VSCode Icons

Use the file type wdio logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 32 32"><g fill="none" fill-rule="evenodd"><path fill="#ea5906" d="M2.188 0h23.626A2.19 2.19 0 0 1 28 2.188v23.626a2.19 2.19 0 0 1-2.188 2.188H2.187A2.19 2.19 0 0 1 0 25.813V2.187A2.19 2.19 0 0 1 2.188 0"/><path fill="#d2d2d2" d="M3.5 7v14h-.874V7h.876Zm15.313 0a7 7 0 1 1 0 14a7 7 0 0 1 0-14m-7 0L6.171 21h-.922L10.89 7zm7 .876a6.126 6.126 0 1 0 0 12.25a6.126 6.126 0 0 0 0-12.25"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeWdio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 32 32"><g fill="none" fillRule="evenodd"><path fill="#ea5906" d="M2.188 0h23.626A2.19 2.19 0 0 1 28 2.188v23.626a2.19 2.19 0 0 1-2.188 2.188H2.187A2.19 2.19 0 0 1 0 25.813V2.187A2.19 2.19 0 0 1 2.188 0"/><path fill="#d2d2d2" d="M3.5 7v14h-.874V7h.876Zm15.313 0a7 7 0 1 1 0 14a7 7 0 0 1 0-14m-7 0L6.171 21h-.922L10.89 7zm7 .876a6.126 6.126 0 1 0 0 12.25a6.126 6.126 0 0 0 0-12.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 32 32"><g fill="none" fill-rule="evenodd"><path fill="#ea5906" d="M2.188 0h23.626A2.19 2.19 0 0 1 28 2.188v23.626a2.19 2.19 0 0 1-2.188 2.188H2.187A2.19 2.19 0 0 1 0 25.813V2.187A2.19 2.19 0 0 1 2.188 0"/><path fill="#d2d2d2" d="M3.5 7v14h-.874V7h.876Zm15.313 0a7 7 0 1 1 0 14a7 7 0 0 1 0-14m-7 0L6.171 21h-.922L10.89 7zm7 .876a6.126 6.126 0 1 0 0 12.25a6.126 6.126 0 0 0 0-12.25"/></g></svg>
</template>

CSS

.icon-file-type-wdio {
  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%22-2%20-2%2032%2032%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23ea5906%22%20d%3D%22M2.188%200h23.626A2.19%202.19%200%200%201%2028%202.188v23.626a2.19%202.19%200%200%201-2.188%202.188H2.187A2.19%202.19%200%200%201%200%2025.813V2.187A2.19%202.19%200%200%201%202.188%200%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M3.5%207v14h-.874V7h.876Zm15.313%200a7%207%200%201%201%200%2014a7%207%200%200%201%200-14m-7%200L6.171%2021h-.922L10.89%207zm7%20.876a6.126%206.126%200%201%200%200%2012.25a6.126%206.126%200%200%200%200-12.25%22%2F%3E%3C%2Fg%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%22-2%20-2%2032%2032%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23ea5906%22%20d%3D%22M2.188%200h23.626A2.19%202.19%200%200%201%2028%202.188v23.626a2.19%202.19%200%200%201-2.188%202.188H2.187A2.19%202.19%200%200%201%200%2025.813V2.187A2.19%202.19%200%200%201%202.188%200%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M3.5%207v14h-.874V7h.876Zm15.313%200a7%207%200%201%201%200%2014a7%207%200%200%201%200-14m-7%200L6.171%2021h-.922L10.89%207zm7%20.876a6.126%206.126%200%201%200%200%2012.25a6.126%206.126%200%200%200%200-12.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-wdio.svg?color=%231a73e8&size=48