file type pcl logo
file-type-pcl from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-pcl
- 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 pcl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#93ba65" d="M14.62 7.692a6.24 6.24 0 0 1 4.071.459a5.3 5.3 0 0 1 2 1.674a6.2 6.2 0 0 1 4.174.546a5.1 5.1 0 0 1 2.11 2.039a4.37 4.37 0 0 1 .4 3.145a5 5 0 0 1 2.222 2.267a4.3 4.3 0 0 1 .046 3.547a5.05 5.05 0 0 1-2.265 2.381a6.1 6.1 0 0 1-2.791.708H7.4A5.94 5.94 0 0 1 3.785 23.2a4.7 4.7 0 0 1-1.639-2.441a4.32 4.32 0 0 1 .473-3.332a5.17 5.17 0 0 1 2.01-1.874a4.33 4.33 0 0 1 .353-3.041a5.2 5.2 0 0 1 2.972-2.491a6.36 6.36 0 0 1 3.367-.2a5.46 5.46 0 0 1 3.3-2.132m-1.926 2.277a4.7 4.7 0 0 0-.843 1.188a5.7 5.7 0 0 0-1.816-.331a4.7 4.7 0 0 0-3.441 1.365a3.28 3.28 0 0 0-.96 2.395a4.3 4.3 0 0 0 .428 1.58a5.7 5.7 0 0 0-1.644.9a3.4 3.4 0 0 0-1.279 2.509a3.3 3.3 0 0 0 .974 2.387a4.66 4.66 0 0 0 3.15 1.357h17.469a4.74 4.74 0 0 0 2.79-1.02a3.5 3.5 0 0 0 1.319-2.256a3.26 3.26 0 0 0-.868-2.6a5.1 5.1 0 0 0-2.033-1.276a6.6 6.6 0 0 0 .371-1.084a3.13 3.13 0 0 0-.424-2.272a4.3 4.3 0 0 0-2.714-1.855a5.45 5.45 0 0 0-3.021.2c-.152-.249-.284-.513-.462-.747A4.2 4.2 0 0 0 18.012 9.1a4.91 4.91 0 0 0-5.317.866"/><path fill="#fff" d="M15.406 14.907a2.1 2.1 0 0 1 1.47.107a2.064 2.064 0 0 1 .2 3.63A2.06 2.06 0 0 1 14 16.383a2.05 2.05 0 0 1 1.406-1.476"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypePcl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#93ba65" d="M14.62 7.692a6.24 6.24 0 0 1 4.071.459a5.3 5.3 0 0 1 2 1.674a6.2 6.2 0 0 1 4.174.546a5.1 5.1 0 0 1 2.11 2.039a4.37 4.37 0 0 1 .4 3.145a5 5 0 0 1 2.222 2.267a4.3 4.3 0 0 1 .046 3.547a5.05 5.05 0 0 1-2.265 2.381a6.1 6.1 0 0 1-2.791.708H7.4A5.94 5.94 0 0 1 3.785 23.2a4.7 4.7 0 0 1-1.639-2.441a4.32 4.32 0 0 1 .473-3.332a5.17 5.17 0 0 1 2.01-1.874a4.33 4.33 0 0 1 .353-3.041a5.2 5.2 0 0 1 2.972-2.491a6.36 6.36 0 0 1 3.367-.2a5.46 5.46 0 0 1 3.3-2.132m-1.926 2.277a4.7 4.7 0 0 0-.843 1.188a5.7 5.7 0 0 0-1.816-.331a4.7 4.7 0 0 0-3.441 1.365a3.28 3.28 0 0 0-.96 2.395a4.3 4.3 0 0 0 .428 1.58a5.7 5.7 0 0 0-1.644.9a3.4 3.4 0 0 0-1.279 2.509a3.3 3.3 0 0 0 .974 2.387a4.66 4.66 0 0 0 3.15 1.357h17.469a4.74 4.74 0 0 0 2.79-1.02a3.5 3.5 0 0 0 1.319-2.256a3.26 3.26 0 0 0-.868-2.6a5.1 5.1 0 0 0-2.033-1.276a6.6 6.6 0 0 0 .371-1.084a3.13 3.13 0 0 0-.424-2.272a4.3 4.3 0 0 0-2.714-1.855a5.45 5.45 0 0 0-3.021.2c-.152-.249-.284-.513-.462-.747A4.2 4.2 0 0 0 18.012 9.1a4.91 4.91 0 0 0-5.317.866"/><path fill="#fff" d="M15.406 14.907a2.1 2.1 0 0 1 1.47.107a2.064 2.064 0 0 1 .2 3.63A2.06 2.06 0 0 1 14 16.383a2.05 2.05 0 0 1 1.406-1.476"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#93ba65" d="M14.62 7.692a6.24 6.24 0 0 1 4.071.459a5.3 5.3 0 0 1 2 1.674a6.2 6.2 0 0 1 4.174.546a5.1 5.1 0 0 1 2.11 2.039a4.37 4.37 0 0 1 .4 3.145a5 5 0 0 1 2.222 2.267a4.3 4.3 0 0 1 .046 3.547a5.05 5.05 0 0 1-2.265 2.381a6.1 6.1 0 0 1-2.791.708H7.4A5.94 5.94 0 0 1 3.785 23.2a4.7 4.7 0 0 1-1.639-2.441a4.32 4.32 0 0 1 .473-3.332a5.17 5.17 0 0 1 2.01-1.874a4.33 4.33 0 0 1 .353-3.041a5.2 5.2 0 0 1 2.972-2.491a6.36 6.36 0 0 1 3.367-.2a5.46 5.46 0 0 1 3.3-2.132m-1.926 2.277a4.7 4.7 0 0 0-.843 1.188a5.7 5.7 0 0 0-1.816-.331a4.7 4.7 0 0 0-3.441 1.365a3.28 3.28 0 0 0-.96 2.395a4.3 4.3 0 0 0 .428 1.58a5.7 5.7 0 0 0-1.644.9a3.4 3.4 0 0 0-1.279 2.509a3.3 3.3 0 0 0 .974 2.387a4.66 4.66 0 0 0 3.15 1.357h17.469a4.74 4.74 0 0 0 2.79-1.02a3.5 3.5 0 0 0 1.319-2.256a3.26 3.26 0 0 0-.868-2.6a5.1 5.1 0 0 0-2.033-1.276a6.6 6.6 0 0 0 .371-1.084a3.13 3.13 0 0 0-.424-2.272a4.3 4.3 0 0 0-2.714-1.855a5.45 5.45 0 0 0-3.021.2c-.152-.249-.284-.513-.462-.747A4.2 4.2 0 0 0 18.012 9.1a4.91 4.91 0 0 0-5.317.866"/><path fill="#fff" d="M15.406 14.907a2.1 2.1 0 0 1 1.47.107a2.064 2.064 0 0 1 .2 3.63A2.06 2.06 0 0 1 14 16.383a2.05 2.05 0 0 1 1.406-1.476"/></svg> </template>
CSS
.icon-file-type-pcl {
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%2393ba65%22%20d%3D%22M14.62%207.692a6.24%206.24%200%200%201%204.071.459a5.3%205.3%200%200%201%202%201.674a6.2%206.2%200%200%201%204.174.546a5.1%205.1%200%200%201%202.11%202.039a4.37%204.37%200%200%201%20.4%203.145a5%205%200%200%201%202.222%202.267a4.3%204.3%200%200%201%20.046%203.547a5.05%205.05%200%200%201-2.265%202.381a6.1%206.1%200%200%201-2.791.708H7.4A5.94%205.94%200%200%201%203.785%2023.2a4.7%204.7%200%200%201-1.639-2.441a4.32%204.32%200%200%201%20.473-3.332a5.17%205.17%200%200%201%202.01-1.874a4.33%204.33%200%200%201%20.353-3.041a5.2%205.2%200%200%201%202.972-2.491a6.36%206.36%200%200%201%203.367-.2a5.46%205.46%200%200%201%203.3-2.132m-1.926%202.277a4.7%204.7%200%200%200-.843%201.188a5.7%205.7%200%200%200-1.816-.331a4.7%204.7%200%200%200-3.441%201.365a3.28%203.28%200%200%200-.96%202.395a4.3%204.3%200%200%200%20.428%201.58a5.7%205.7%200%200%200-1.644.9a3.4%203.4%200%200%200-1.279%202.509a3.3%203.3%200%200%200%20.974%202.387a4.66%204.66%200%200%200%203.15%201.357h17.469a4.74%204.74%200%200%200%202.79-1.02a3.5%203.5%200%200%200%201.319-2.256a3.26%203.26%200%200%200-.868-2.6a5.1%205.1%200%200%200-2.033-1.276a6.6%206.6%200%200%200%20.371-1.084a3.13%203.13%200%200%200-.424-2.272a4.3%204.3%200%200%200-2.714-1.855a5.45%205.45%200%200%200-3.021.2c-.152-.249-.284-.513-.462-.747A4.2%204.2%200%200%200%2018.012%209.1a4.91%204.91%200%200%200-5.317.866%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.406%2014.907a2.1%202.1%200%200%201%201.47.107a2.064%202.064%200%200%201%20.2%203.63A2.06%202.06%200%200%201%2014%2016.383a2.05%202.05%200%200%201%201.406-1.476%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%2393ba65%22%20d%3D%22M14.62%207.692a6.24%206.24%200%200%201%204.071.459a5.3%205.3%200%200%201%202%201.674a6.2%206.2%200%200%201%204.174.546a5.1%205.1%200%200%201%202.11%202.039a4.37%204.37%200%200%201%20.4%203.145a5%205%200%200%201%202.222%202.267a4.3%204.3%200%200%201%20.046%203.547a5.05%205.05%200%200%201-2.265%202.381a6.1%206.1%200%200%201-2.791.708H7.4A5.94%205.94%200%200%201%203.785%2023.2a4.7%204.7%200%200%201-1.639-2.441a4.32%204.32%200%200%201%20.473-3.332a5.17%205.17%200%200%201%202.01-1.874a4.33%204.33%200%200%201%20.353-3.041a5.2%205.2%200%200%201%202.972-2.491a6.36%206.36%200%200%201%203.367-.2a5.46%205.46%200%200%201%203.3-2.132m-1.926%202.277a4.7%204.7%200%200%200-.843%201.188a5.7%205.7%200%200%200-1.816-.331a4.7%204.7%200%200%200-3.441%201.365a3.28%203.28%200%200%200-.96%202.395a4.3%204.3%200%200%200%20.428%201.58a5.7%205.7%200%200%200-1.644.9a3.4%203.4%200%200%200-1.279%202.509a3.3%203.3%200%200%200%20.974%202.387a4.66%204.66%200%200%200%203.15%201.357h17.469a4.74%204.74%200%200%200%202.79-1.02a3.5%203.5%200%200%200%201.319-2.256a3.26%203.26%200%200%200-.868-2.6a5.1%205.1%200%200%200-2.033-1.276a6.6%206.6%200%200%200%20.371-1.084a3.13%203.13%200%200%200-.424-2.272a4.3%204.3%200%200%200-2.714-1.855a5.45%205.45%200%200%200-3.021.2c-.152-.249-.284-.513-.462-.747A4.2%204.2%200%200%200%2018.012%209.1a4.91%204.91%200%200%200-5.317.866%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.406%2014.907a2.1%202.1%200%200%201%201.47.107a2.064%202.064%200%200%201%20.2%203.63A2.06%202.06%200%200%201%2014%2016.383a2.05%202.05%200%200%201%201.406-1.476%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-pcl.svg?color=%231a73e8&size=48