file type pipeline logo
file-type-pipeline from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-pipeline
- 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 pipeline logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57f17" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28c.099.35.244.687.43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8zM8 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m16-4a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8 26a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-4h4v4h-4z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypePipeline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57f17" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28c.099.35.244.687.43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8zM8 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m16-4a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8 26a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-4h4v4h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57f17" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28c.099.35.244.687.43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8zM8 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m16-4a2 2 0 1 1 0 4a2 2 0 0 1 0-4M8 26a2 2 0 1 1 0-4a2 2 0 0 1 0 4m14-4h4v4h-4z"/></svg> </template>
CSS
.icon-file-type-pipeline {
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%23f57f17%22%20d%3D%22M20%2023h-8.14a4.2%204.2%200%200%200-.43-1L22%2011.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-3.86-5h-8.28a4%204%200%201%200%200%202h8.28c.099.35.244.687.43%201L10%2020.57A3.86%203.86%200%200%200%208%2020a4%204%200%201%200%203.86%205H20v3h8v-8h-8zM8%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m16-4a2%202%200%201%201%200%204a2%202%200%200%201%200-4M8%2026a2%202%200%201%201%200-4a2%202%200%200%201%200%204m14-4h4v4h-4z%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%23f57f17%22%20d%3D%22M20%2023h-8.14a4.2%204.2%200%200%200-.43-1L22%2011.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-3.86-5h-8.28a4%204%200%201%200%200%202h8.28c.099.35.244.687.43%201L10%2020.57A3.86%203.86%200%200%200%208%2020a4%204%200%201%200%203.86%205H20v3h8v-8h-8zM8%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m16-4a2%202%200%201%201%200%204a2%202%200%200%201%200-4M8%2026a2%202%200%201%201%200-4a2%202%200%200%201%200%204m14-4h4v4h-4z%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-pipeline.svg?color=%231a73e8&size=48