file type xmake logo

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

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

Related icons in VSCode Icons

Use the file type xmake logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#e0f2f1"/><path fill="#e0f2f1" d="M23.518 5.888A12.6 12.6 0 0 0 5.654 8.811l6.562 4.047Z"/><path fill="#8bc34a" d="m3.591 18.177l8.625-5.319l-6.562-4.047A12.54 12.54 0 0 0 3.4 16a12.7 12.7 0 0 0 .191 2.177"/><path fill="#3dafa4" d="M27.072 22.019a12.61 12.61 0 0 0-3.554-16.131l-11.3 6.97Z"/><path fill="#22a079" d="M3.591 18.177a12.6 12.6 0 0 0 23.481 3.842l-14.856-9.161Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeXmake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#e0f2f1"/><path fill="#e0f2f1" d="M23.518 5.888A12.6 12.6 0 0 0 5.654 8.811l6.562 4.047Z"/><path fill="#8bc34a" d="m3.591 18.177l8.625-5.319l-6.562-4.047A12.54 12.54 0 0 0 3.4 16a12.7 12.7 0 0 0 .191 2.177"/><path fill="#3dafa4" d="M27.072 22.019a12.61 12.61 0 0 0-3.554-16.131l-11.3 6.97Z"/><path fill="#22a079" d="M3.591 18.177a12.6 12.6 0 0 0 23.481 3.842l-14.856-9.161Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" fill="#e0f2f1"/><path fill="#e0f2f1" d="M23.518 5.888A12.6 12.6 0 0 0 5.654 8.811l6.562 4.047Z"/><path fill="#8bc34a" d="m3.591 18.177l8.625-5.319l-6.562-4.047A12.54 12.54 0 0 0 3.4 16a12.7 12.7 0 0 0 .191 2.177"/><path fill="#3dafa4" d="M27.072 22.019a12.61 12.61 0 0 0-3.554-16.131l-11.3 6.97Z"/><path fill="#22a079" d="M3.591 18.177a12.6 12.6 0 0 0 23.481 3.842l-14.856-9.161Z"/></svg>
</template>

CSS

.icon-file-type-xmake {
  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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23e0f2f1%22%2F%3E%3Cpath%20fill%3D%22%23e0f2f1%22%20d%3D%22M23.518%205.888A12.6%2012.6%200%200%200%205.654%208.811l6.562%204.047Z%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22m3.591%2018.177l8.625-5.319l-6.562-4.047A12.54%2012.54%200%200%200%203.4%2016a12.7%2012.7%200%200%200%20.191%202.177%22%2F%3E%3Cpath%20fill%3D%22%233dafa4%22%20d%3D%22M27.072%2022.019a12.61%2012.61%200%200%200-3.554-16.131l-11.3%206.97Z%22%2F%3E%3Cpath%20fill%3D%22%2322a079%22%20d%3D%22M3.591%2018.177a12.6%2012.6%200%200%200%2023.481%203.842l-14.856-9.161Z%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23e0f2f1%22%2F%3E%3Cpath%20fill%3D%22%23e0f2f1%22%20d%3D%22M23.518%205.888A12.6%2012.6%200%200%200%205.654%208.811l6.562%204.047Z%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22m3.591%2018.177l8.625-5.319l-6.562-4.047A12.54%2012.54%200%200%200%203.4%2016a12.7%2012.7%200%200%200%20.191%202.177%22%2F%3E%3Cpath%20fill%3D%22%233dafa4%22%20d%3D%22M27.072%2022.019a12.61%2012.61%200%200%200-3.554-16.131l-11.3%206.97Z%22%2F%3E%3Cpath%20fill%3D%22%2322a079%22%20d%3D%22M3.591%2018.177a12.6%2012.6%200%200%200%2023.481%203.842l-14.856-9.161Z%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-xmake.svg?color=%231a73e8&size=48