file type vue logo

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

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

The same logo in other sets

Related icons in VSCode Icons

Use the file type vue logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeVue(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/></svg>
</template>

CSS

.icon-file-type-vue {
  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%2341b883%22%20d%3D%22M24.4%203.925H30l-14%2024.15L2%203.925h10.71l3.29%205.6l3.22-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2341b883%22%20d%3D%22m2%203.925l14%2024.15l14-24.15h-5.6L16%2018.415L7.53%203.925Z%22%2F%3E%3Cpath%20fill%3D%22%2335495e%22%20d%3D%22M7.53%203.925L16%2018.485l8.4-14.56h-5.18L16%209.525l-3.29-5.6Z%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%2341b883%22%20d%3D%22M24.4%203.925H30l-14%2024.15L2%203.925h10.71l3.29%205.6l3.22-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2341b883%22%20d%3D%22m2%203.925l14%2024.15l14-24.15h-5.6L16%2018.415L7.53%203.925Z%22%2F%3E%3Cpath%20fill%3D%22%2335495e%22%20d%3D%22M7.53%203.925L16%2018.485l8.4-14.56h-5.18L16%209.525l-3.29-5.6Z%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-vue.svg?color=%231a73e8&size=48