file type apache logo

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

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

Related icons in VSCode Icons

Use the file type apache logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f79a23" d="M17.02 8a18 18 0 0 1 2.65-3.83s-.92 1.33-2.24 4c.8.21 3.07.66 6.23-.15c.07-.58-.31-1.21-2.24-1.42c-1.25-.14 1.51-3-.49-4.35l-.19-.12l-.21-.07c-2.34-.6-2.67 3.36-3.6 2.5c-1.5-1.37-2.46-1.05-2.94-.5c.5.92 1.74 2.98 3.03 3.93"/><path fill="#d22128" d="M12.76 18.26a89 89 0 0 1 1.88-5.13C12.77 12.08 9.9 8.53 8.8 7.1q-.3.4-.38 1.19c-.24 2.83 2.68 4.92 2.1 5.3c-.77.51-2.3-1.2-2.9-.11a22 22 0 0 0 5.14 4.77zm.57.28a21 21 0 0 0 6.8.96c.41-1.11-1.12-1.22-1.25-2.11c-.1-.69 4.04.58 5.37-1.93l.17-.36c-4.93 0-8.41-1.36-9.27-1.72a83 83 0 0 0-1.82 5.16"/><path fill="#dd552c" d="M14.64 13.13A50 50 0 0 1 17.03 8c-1.3-.96-2.53-3.02-3.04-3.93q-.27.32-.35.64c-.48 1.72 1.23 3.8-.15 3.05c-1.14-.64-3.71-2.03-4.7-.65c1.1 1.42 3.98 4.97 5.85 6.02m6.2-.97c-1.47-.53 1.55-1.94 2.53-3.44c.13-.2.26-.44.3-.7a12.3 12.3 0 0 1-6.23.15a67 67 0 0 0-2.29 5.21c.86.37 4.34 1.71 9.27 1.72c.83-2.16-2.17-2.44-3.57-2.94z"/><path fill="#7c297d" d="M13.33 18.54a94 94 0 0 0-1.54 5.45c2.9.96 5.57 0 5.66-1.18v-.03c.07-1.25-1.81-.56-1.77-1.3c.05-.77 3.29-.01 4.29-1.64l.16-.34a22 22 0 0 1-6.8-.96m-5.72-5.06l-.11.27c-.56 1.83 3.41 4.28 2.87 4.82c-.49.48-1.12-.62-1.9-.17a1 1 0 0 0-.27.2c-.88.92-.01 3.53 2.5 4.93A148 148 0 0 0 8.96 30c.2-.08.46-.15.52-.34c.1-.39.66-2.7 1.6-5.85c0 0 .16-.65.48-1.71a109 109 0 0 1 1.2-3.84a22 22 0 0 1-5.15-4.78"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeApache(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f79a23" d="M17.02 8a18 18 0 0 1 2.65-3.83s-.92 1.33-2.24 4c.8.21 3.07.66 6.23-.15c.07-.58-.31-1.21-2.24-1.42c-1.25-.14 1.51-3-.49-4.35l-.19-.12l-.21-.07c-2.34-.6-2.67 3.36-3.6 2.5c-1.5-1.37-2.46-1.05-2.94-.5c.5.92 1.74 2.98 3.03 3.93"/><path fill="#d22128" d="M12.76 18.26a89 89 0 0 1 1.88-5.13C12.77 12.08 9.9 8.53 8.8 7.1q-.3.4-.38 1.19c-.24 2.83 2.68 4.92 2.1 5.3c-.77.51-2.3-1.2-2.9-.11a22 22 0 0 0 5.14 4.77zm.57.28a21 21 0 0 0 6.8.96c.41-1.11-1.12-1.22-1.25-2.11c-.1-.69 4.04.58 5.37-1.93l.17-.36c-4.93 0-8.41-1.36-9.27-1.72a83 83 0 0 0-1.82 5.16"/><path fill="#dd552c" d="M14.64 13.13A50 50 0 0 1 17.03 8c-1.3-.96-2.53-3.02-3.04-3.93q-.27.32-.35.64c-.48 1.72 1.23 3.8-.15 3.05c-1.14-.64-3.71-2.03-4.7-.65c1.1 1.42 3.98 4.97 5.85 6.02m6.2-.97c-1.47-.53 1.55-1.94 2.53-3.44c.13-.2.26-.44.3-.7a12.3 12.3 0 0 1-6.23.15a67 67 0 0 0-2.29 5.21c.86.37 4.34 1.71 9.27 1.72c.83-2.16-2.17-2.44-3.57-2.94z"/><path fill="#7c297d" d="M13.33 18.54a94 94 0 0 0-1.54 5.45c2.9.96 5.57 0 5.66-1.18v-.03c.07-1.25-1.81-.56-1.77-1.3c.05-.77 3.29-.01 4.29-1.64l.16-.34a22 22 0 0 1-6.8-.96m-5.72-5.06l-.11.27c-.56 1.83 3.41 4.28 2.87 4.82c-.49.48-1.12-.62-1.9-.17a1 1 0 0 0-.27.2c-.88.92-.01 3.53 2.5 4.93A148 148 0 0 0 8.96 30c.2-.08.46-.15.52-.34c.1-.39.66-2.7 1.6-5.85c0 0 .16-.65.48-1.71a109 109 0 0 1 1.2-3.84a22 22 0 0 1-5.15-4.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f79a23" d="M17.02 8a18 18 0 0 1 2.65-3.83s-.92 1.33-2.24 4c.8.21 3.07.66 6.23-.15c.07-.58-.31-1.21-2.24-1.42c-1.25-.14 1.51-3-.49-4.35l-.19-.12l-.21-.07c-2.34-.6-2.67 3.36-3.6 2.5c-1.5-1.37-2.46-1.05-2.94-.5c.5.92 1.74 2.98 3.03 3.93"/><path fill="#d22128" d="M12.76 18.26a89 89 0 0 1 1.88-5.13C12.77 12.08 9.9 8.53 8.8 7.1q-.3.4-.38 1.19c-.24 2.83 2.68 4.92 2.1 5.3c-.77.51-2.3-1.2-2.9-.11a22 22 0 0 0 5.14 4.77zm.57.28a21 21 0 0 0 6.8.96c.41-1.11-1.12-1.22-1.25-2.11c-.1-.69 4.04.58 5.37-1.93l.17-.36c-4.93 0-8.41-1.36-9.27-1.72a83 83 0 0 0-1.82 5.16"/><path fill="#dd552c" d="M14.64 13.13A50 50 0 0 1 17.03 8c-1.3-.96-2.53-3.02-3.04-3.93q-.27.32-.35.64c-.48 1.72 1.23 3.8-.15 3.05c-1.14-.64-3.71-2.03-4.7-.65c1.1 1.42 3.98 4.97 5.85 6.02m6.2-.97c-1.47-.53 1.55-1.94 2.53-3.44c.13-.2.26-.44.3-.7a12.3 12.3 0 0 1-6.23.15a67 67 0 0 0-2.29 5.21c.86.37 4.34 1.71 9.27 1.72c.83-2.16-2.17-2.44-3.57-2.94z"/><path fill="#7c297d" d="M13.33 18.54a94 94 0 0 0-1.54 5.45c2.9.96 5.57 0 5.66-1.18v-.03c.07-1.25-1.81-.56-1.77-1.3c.05-.77 3.29-.01 4.29-1.64l.16-.34a22 22 0 0 1-6.8-.96m-5.72-5.06l-.11.27c-.56 1.83 3.41 4.28 2.87 4.82c-.49.48-1.12-.62-1.9-.17a1 1 0 0 0-.27.2c-.88.92-.01 3.53 2.5 4.93A148 148 0 0 0 8.96 30c.2-.08.46-.15.52-.34c.1-.39.66-2.7 1.6-5.85c0 0 .16-.65.48-1.71a109 109 0 0 1 1.2-3.84a22 22 0 0 1-5.15-4.78"/></svg>
</template>

CSS

.icon-file-type-apache {
  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%23f79a23%22%20d%3D%22M17.02%208a18%2018%200%200%201%202.65-3.83s-.92%201.33-2.24%204c.8.21%203.07.66%206.23-.15c.07-.58-.31-1.21-2.24-1.42c-1.25-.14%201.51-3-.49-4.35l-.19-.12l-.21-.07c-2.34-.6-2.67%203.36-3.6%202.5c-1.5-1.37-2.46-1.05-2.94-.5c.5.92%201.74%202.98%203.03%203.93%22%2F%3E%3Cpath%20fill%3D%22%23d22128%22%20d%3D%22M12.76%2018.26a89%2089%200%200%201%201.88-5.13C12.77%2012.08%209.9%208.53%208.8%207.1q-.3.4-.38%201.19c-.24%202.83%202.68%204.92%202.1%205.3c-.77.51-2.3-1.2-2.9-.11a22%2022%200%200%200%205.14%204.77zm.57.28a21%2021%200%200%200%206.8.96c.41-1.11-1.12-1.22-1.25-2.11c-.1-.69%204.04.58%205.37-1.93l.17-.36c-4.93%200-8.41-1.36-9.27-1.72a83%2083%200%200%200-1.82%205.16%22%2F%3E%3Cpath%20fill%3D%22%23dd552c%22%20d%3D%22M14.64%2013.13A50%2050%200%200%201%2017.03%208c-1.3-.96-2.53-3.02-3.04-3.93q-.27.32-.35.64c-.48%201.72%201.23%203.8-.15%203.05c-1.14-.64-3.71-2.03-4.7-.65c1.1%201.42%203.98%204.97%205.85%206.02m6.2-.97c-1.47-.53%201.55-1.94%202.53-3.44c.13-.2.26-.44.3-.7a12.3%2012.3%200%200%201-6.23.15a67%2067%200%200%200-2.29%205.21c.86.37%204.34%201.71%209.27%201.72c.83-2.16-2.17-2.44-3.57-2.94z%22%2F%3E%3Cpath%20fill%3D%22%237c297d%22%20d%3D%22M13.33%2018.54a94%2094%200%200%200-1.54%205.45c2.9.96%205.57%200%205.66-1.18v-.03c.07-1.25-1.81-.56-1.77-1.3c.05-.77%203.29-.01%204.29-1.64l.16-.34a22%2022%200%200%201-6.8-.96m-5.72-5.06l-.11.27c-.56%201.83%203.41%204.28%202.87%204.82c-.49.48-1.12-.62-1.9-.17a1%201%200%200%200-.27.2c-.88.92-.01%203.53%202.5%204.93A148%20148%200%200%200%208.96%2030c.2-.08.46-.15.52-.34c.1-.39.66-2.7%201.6-5.85c0%200%20.16-.65.48-1.71a109%20109%200%200%201%201.2-3.84a22%2022%200%200%201-5.15-4.78%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%23f79a23%22%20d%3D%22M17.02%208a18%2018%200%200%201%202.65-3.83s-.92%201.33-2.24%204c.8.21%203.07.66%206.23-.15c.07-.58-.31-1.21-2.24-1.42c-1.25-.14%201.51-3-.49-4.35l-.19-.12l-.21-.07c-2.34-.6-2.67%203.36-3.6%202.5c-1.5-1.37-2.46-1.05-2.94-.5c.5.92%201.74%202.98%203.03%203.93%22%2F%3E%3Cpath%20fill%3D%22%23d22128%22%20d%3D%22M12.76%2018.26a89%2089%200%200%201%201.88-5.13C12.77%2012.08%209.9%208.53%208.8%207.1q-.3.4-.38%201.19c-.24%202.83%202.68%204.92%202.1%205.3c-.77.51-2.3-1.2-2.9-.11a22%2022%200%200%200%205.14%204.77zm.57.28a21%2021%200%200%200%206.8.96c.41-1.11-1.12-1.22-1.25-2.11c-.1-.69%204.04.58%205.37-1.93l.17-.36c-4.93%200-8.41-1.36-9.27-1.72a83%2083%200%200%200-1.82%205.16%22%2F%3E%3Cpath%20fill%3D%22%23dd552c%22%20d%3D%22M14.64%2013.13A50%2050%200%200%201%2017.03%208c-1.3-.96-2.53-3.02-3.04-3.93q-.27.32-.35.64c-.48%201.72%201.23%203.8-.15%203.05c-1.14-.64-3.71-2.03-4.7-.65c1.1%201.42%203.98%204.97%205.85%206.02m6.2-.97c-1.47-.53%201.55-1.94%202.53-3.44c.13-.2.26-.44.3-.7a12.3%2012.3%200%200%201-6.23.15a67%2067%200%200%200-2.29%205.21c.86.37%204.34%201.71%209.27%201.72c.83-2.16-2.17-2.44-3.57-2.94z%22%2F%3E%3Cpath%20fill%3D%22%237c297d%22%20d%3D%22M13.33%2018.54a94%2094%200%200%200-1.54%205.45c2.9.96%205.57%200%205.66-1.18v-.03c.07-1.25-1.81-.56-1.77-1.3c.05-.77%203.29-.01%204.29-1.64l.16-.34a22%2022%200%200%201-6.8-.96m-5.72-5.06l-.11.27c-.56%201.83%203.41%204.28%202.87%204.82c-.49.48-1.12-.62-1.9-.17a1%201%200%200%200-.27.2c-.88.92-.01%203.53%202.5%204.93A148%20148%200%200%200%208.96%2030c.2-.08.46-.15.52-.34c.1-.39.66-2.7%201.6-5.85c0%200%20.16-.65.48-1.71a109%20109%200%200%201%201.2-3.84a22%2022%200%200%201-5.15-4.78%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-apache.svg?color=%231a73e8&size=48