file type xquery logo
file-type-xquery from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-xquery
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type xquery logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437Z"/><path fill="#fcba00" d="M20.332 18.462a3.35 3.35 0 0 1 .975-1.423a4 4 0 0 1 1.617-.8A9 9 0 0 1 25.138 16a5.47 5.47 0 0 1 3.681 1.039A3.5 3.5 0 0 1 30 19.808a4.5 4.5 0 0 1-.24 1.491a3.1 3.1 0 0 1-.838 1.239l-1.675 1.6a1.5 1.5 0 0 0-.424.789a5.3 5.3 0 0 0-.1 1.1H23v-.54a6.3 6.3 0 0 1 .207-1.778a2.9 2.9 0 0 1 .78-1.24l1.352-1.289a1.84 1.84 0 0 0 .563-.894a3.7 3.7 0 0 0 .1-.8a1.5 1.5 0 0 0-.252-.9a.9.9 0 0 0-.779-.346a1.3 1.3 0 0 0-.483.086a.72.72 0 0 0-.344.337a2.4 2.4 0 0 0-.217.721a7.6 7.6 0 0 0-.081 1.24H20a6.2 6.2 0 0 1 .332-2.162m6.457 8.5V30h-3.853v-3.038Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeXquery(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437Z"/><path fill="#fcba00" d="M20.332 18.462a3.35 3.35 0 0 1 .975-1.423a4 4 0 0 1 1.617-.8A9 9 0 0 1 25.138 16a5.47 5.47 0 0 1 3.681 1.039A3.5 3.5 0 0 1 30 19.808a4.5 4.5 0 0 1-.24 1.491a3.1 3.1 0 0 1-.838 1.239l-1.675 1.6a1.5 1.5 0 0 0-.424.789a5.3 5.3 0 0 0-.1 1.1H23v-.54a6.3 6.3 0 0 1 .207-1.778a2.9 2.9 0 0 1 .78-1.24l1.352-1.289a1.84 1.84 0 0 0 .563-.894a3.7 3.7 0 0 0 .1-.8a1.5 1.5 0 0 0-.252-.9a.9.9 0 0 0-.779-.346a1.3 1.3 0 0 0-.483.086a.72.72 0 0 0-.344.337a2.4 2.4 0 0 0-.217.721a7.6 7.6 0 0 0-.081 1.24H20a6.2 6.2 0 0 1 .332-2.162m6.457 8.5V30h-3.853v-3.038Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437Z"/><path fill="#fcba00" d="M20.332 18.462a3.35 3.35 0 0 1 .975-1.423a4 4 0 0 1 1.617-.8A9 9 0 0 1 25.138 16a5.47 5.47 0 0 1 3.681 1.039A3.5 3.5 0 0 1 30 19.808a4.5 4.5 0 0 1-.24 1.491a3.1 3.1 0 0 1-.838 1.239l-1.675 1.6a1.5 1.5 0 0 0-.424.789a5.3 5.3 0 0 0-.1 1.1H23v-.54a6.3 6.3 0 0 1 .207-1.778a2.9 2.9 0 0 1 .78-1.24l1.352-1.289a1.84 1.84 0 0 0 .563-.894a3.7 3.7 0 0 0 .1-.8a1.5 1.5 0 0 0-.252-.9a.9.9 0 0 0-.779-.346a1.3 1.3 0 0 0-.483.086a.72.72 0 0 0-.344.337a2.4 2.4 0 0 0-.217.721a7.6 7.6 0 0 0-.081 1.24H20a6.2 6.2 0 0 1 .332-2.162m6.457 8.5V30h-3.853v-3.038Z"/></svg> </template>
CSS
.icon-file-type-xquery {
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%23f1662a%22%20d%3D%22m20.42%2021.157l2.211%202.211L30%2016l-7.369-7.369l-2.211%202.212L25.58%2016Zm-8.84-10.314L9.369%208.631L2%2016l7.369%207.369l2.211-2.211L6.42%2016Zm5.831-3.166l1.6.437l-4.42%2016.209l-1.6-.437Z%22%2F%3E%3Cpath%20fill%3D%22%23fcba00%22%20d%3D%22M20.332%2018.462a3.35%203.35%200%200%201%20.975-1.423a4%204%200%200%201%201.617-.8A9%209%200%200%201%2025.138%2016a5.47%205.47%200%200%201%203.681%201.039A3.5%203.5%200%200%201%2030%2019.808a4.5%204.5%200%200%201-.24%201.491a3.1%203.1%200%200%201-.838%201.239l-1.675%201.6a1.5%201.5%200%200%200-.424.789a5.3%205.3%200%200%200-.1%201.1H23v-.54a6.3%206.3%200%200%201%20.207-1.778a2.9%202.9%200%200%201%20.78-1.24l1.352-1.289a1.84%201.84%200%200%200%20.563-.894a3.7%203.7%200%200%200%20.1-.8a1.5%201.5%200%200%200-.252-.9a.9.9%200%200%200-.779-.346a1.3%201.3%200%200%200-.483.086a.72.72%200%200%200-.344.337a2.4%202.4%200%200%200-.217.721a7.6%207.6%200%200%200-.081%201.24H20a6.2%206.2%200%200%201%20.332-2.162m6.457%208.5V30h-3.853v-3.038Z%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%23f1662a%22%20d%3D%22m20.42%2021.157l2.211%202.211L30%2016l-7.369-7.369l-2.211%202.212L25.58%2016Zm-8.84-10.314L9.369%208.631L2%2016l7.369%207.369l2.211-2.211L6.42%2016Zm5.831-3.166l1.6.437l-4.42%2016.209l-1.6-.437Z%22%2F%3E%3Cpath%20fill%3D%22%23fcba00%22%20d%3D%22M20.332%2018.462a3.35%203.35%200%200%201%20.975-1.423a4%204%200%200%201%201.617-.8A9%209%200%200%201%2025.138%2016a5.47%205.47%200%200%201%203.681%201.039A3.5%203.5%200%200%201%2030%2019.808a4.5%204.5%200%200%201-.24%201.491a3.1%203.1%200%200%201-.838%201.239l-1.675%201.6a1.5%201.5%200%200%200-.424.789a5.3%205.3%200%200%200-.1%201.1H23v-.54a6.3%206.3%200%200%201%20.207-1.778a2.9%202.9%200%200%201%20.78-1.24l1.352-1.289a1.84%201.84%200%200%200%20.563-.894a3.7%203.7%200%200%200%20.1-.8a1.5%201.5%200%200%200-.252-.9a.9.9%200%200%200-.779-.346a1.3%201.3%200%200%200-.483.086a.72.72%200%200%200-.344.337a2.4%202.4%200%200%200-.217.721a7.6%207.6%200%200%200-.081%201.24H20a6.2%206.2%200%200%201%20.332-2.162m6.457%208.5V30h-3.853v-3.038Z%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-xquery.svg?color=%231a73e8&size=48