file type appveyor logo

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

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

Related icons in VSCode Icons

Use the file type appveyor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00b3e0" d="M15.958 2a14 14 0 0 1 .091 28h-.091a14 14 0 0 1 0-28"/><path fill="#fff" d="m11.971 27.829l5.346-5.165a6.52 6.52 0 0 1-5.709-1.269a6.74 6.74 0 0 1-2.447-6.162l-4.8 5.256a9.3 9.3 0 0 1-.815-3.353l8.427-6.615a7.07 7.07 0 0 1 8.427 0a6.85 6.85 0 0 1 1.269 9.152l-6.169 8.79a11.6 11.6 0 0 1-3.534-.634Z"/><path fill="#00b3e0" d="M19.4 18.676a4.389 4.389 0 1 1-6.887-5.437a4.686 4.686 0 0 1 6.343-.815a4.36 4.36 0 0 1 .544 6.252"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeAppveyor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00b3e0" d="M15.958 2a14 14 0 0 1 .091 28h-.091a14 14 0 0 1 0-28"/><path fill="#fff" d="m11.971 27.829l5.346-5.165a6.52 6.52 0 0 1-5.709-1.269a6.74 6.74 0 0 1-2.447-6.162l-4.8 5.256a9.3 9.3 0 0 1-.815-3.353l8.427-6.615a7.07 7.07 0 0 1 8.427 0a6.85 6.85 0 0 1 1.269 9.152l-6.169 8.79a11.6 11.6 0 0 1-3.534-.634Z"/><path fill="#00b3e0" d="M19.4 18.676a4.389 4.389 0 1 1-6.887-5.437a4.686 4.686 0 0 1 6.343-.815a4.36 4.36 0 0 1 .544 6.252"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00b3e0" d="M15.958 2a14 14 0 0 1 .091 28h-.091a14 14 0 0 1 0-28"/><path fill="#fff" d="m11.971 27.829l5.346-5.165a6.52 6.52 0 0 1-5.709-1.269a6.74 6.74 0 0 1-2.447-6.162l-4.8 5.256a9.3 9.3 0 0 1-.815-3.353l8.427-6.615a7.07 7.07 0 0 1 8.427 0a6.85 6.85 0 0 1 1.269 9.152l-6.169 8.79a11.6 11.6 0 0 1-3.534-.634Z"/><path fill="#00b3e0" d="M19.4 18.676a4.389 4.389 0 1 1-6.887-5.437a4.686 4.686 0 0 1 6.343-.815a4.36 4.36 0 0 1 .544 6.252"/></svg>
</template>

CSS

.icon-file-type-appveyor {
  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%2300b3e0%22%20d%3D%22M15.958%202a14%2014%200%200%201%20.091%2028h-.091a14%2014%200%200%201%200-28%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m11.971%2027.829l5.346-5.165a6.52%206.52%200%200%201-5.709-1.269a6.74%206.74%200%200%201-2.447-6.162l-4.8%205.256a9.3%209.3%200%200%201-.815-3.353l8.427-6.615a7.07%207.07%200%200%201%208.427%200a6.85%206.85%200%200%201%201.269%209.152l-6.169%208.79a11.6%2011.6%200%200%201-3.534-.634Z%22%2F%3E%3Cpath%20fill%3D%22%2300b3e0%22%20d%3D%22M19.4%2018.676a4.389%204.389%200%201%201-6.887-5.437a4.686%204.686%200%200%201%206.343-.815a4.36%204.36%200%200%201%20.544%206.252%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%2300b3e0%22%20d%3D%22M15.958%202a14%2014%200%200%201%20.091%2028h-.091a14%2014%200%200%201%200-28%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m11.971%2027.829l5.346-5.165a6.52%206.52%200%200%201-5.709-1.269a6.74%206.74%200%200%201-2.447-6.162l-4.8%205.256a9.3%209.3%200%200%201-.815-3.353l8.427-6.615a7.07%207.07%200%200%201%208.427%200a6.85%206.85%200%200%201%201.269%209.152l-6.169%208.79a11.6%2011.6%200%200%201-3.534-.634Z%22%2F%3E%3Cpath%20fill%3D%22%2300b3e0%22%20d%3D%22M19.4%2018.676a4.389%204.389%200%201%201-6.887-5.437a4.686%204.686%200%200%201%206.343-.815a4.36%204.36%200%200%201%20.544%206.252%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-appveyor.svg?color=%231a73e8&size=48