file type advpl logo
file-type-advpl from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-advpl
- 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-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-htmlfile-type-antlr
Use the file type advpl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#337ab7" fill-rule="evenodd" d="M13.489 2.225a14.055 14.055 0 0 0-10.055 20c5.108 10.438 20.228 10.353 25.191-.142A14.058 14.058 0 0 0 13.489 2.225m1.69 4.175C20.365 7.437 25.715 9.06 25.9 9.649c.522 1.627.515 9.762-.009 10.752c-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438c-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571l-.029-.538a14.8 14.8 0 0 1 .467-4.213c.128-.159.635-.1 2.7.315m-7.53 5.155a25 25 0 0 1 3 .581l.36.1l.061 1.982c.115 3.712.234 4.287.954 4.609a69 69 0 0 0 7.29 2.137l.682.169l-.02 1.314a12.4 12.4 0 0 1-.352 3.257L19.5 26l-.524-.061A90.5 90.5 0 0 1 7.77 23.2c-1.23-.412-1.528-.571-1.634-.874c-.463-1.332-.461-9.877 0-10.746c.107-.2.16-.2 1.51-.024"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAdvpl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#337ab7" fillRule="evenodd" d="M13.489 2.225a14.055 14.055 0 0 0-10.055 20c5.108 10.438 20.228 10.353 25.191-.142A14.058 14.058 0 0 0 13.489 2.225m1.69 4.175C20.365 7.437 25.715 9.06 25.9 9.649c.522 1.627.515 9.762-.009 10.752c-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438c-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571l-.029-.538a14.8 14.8 0 0 1 .467-4.213c.128-.159.635-.1 2.7.315m-7.53 5.155a25 25 0 0 1 3 .581l.36.1l.061 1.982c.115 3.712.234 4.287.954 4.609a69 69 0 0 0 7.29 2.137l.682.169l-.02 1.314a12.4 12.4 0 0 1-.352 3.257L19.5 26l-.524-.061A90.5 90.5 0 0 1 7.77 23.2c-1.23-.412-1.528-.571-1.634-.874c-.463-1.332-.461-9.877 0-10.746c.107-.2.16-.2 1.51-.024"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#337ab7" fill-rule="evenodd" d="M13.489 2.225a14.055 14.055 0 0 0-10.055 20c5.108 10.438 20.228 10.353 25.191-.142A14.058 14.058 0 0 0 13.489 2.225m1.69 4.175C20.365 7.437 25.715 9.06 25.9 9.649c.522 1.627.515 9.762-.009 10.752c-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438c-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571l-.029-.538a14.8 14.8 0 0 1 .467-4.213c.128-.159.635-.1 2.7.315m-7.53 5.155a25 25 0 0 1 3 .581l.36.1l.061 1.982c.115 3.712.234 4.287.954 4.609a69 69 0 0 0 7.29 2.137l.682.169l-.02 1.314a12.4 12.4 0 0 1-.352 3.257L19.5 26l-.524-.061A90.5 90.5 0 0 1 7.77 23.2c-1.23-.412-1.528-.571-1.634-.874c-.463-1.332-.461-9.877 0-10.746c.107-.2.16-.2 1.51-.024"/></svg> </template>
CSS
.icon-file-type-advpl {
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%23337ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.489%202.225a14.055%2014.055%200%200%200-10.055%2020c5.108%2010.438%2020.228%2010.353%2025.191-.142A14.058%2014.058%200%200%200%2013.489%202.225m1.69%204.175C20.365%207.437%2025.715%209.06%2025.9%209.649c.522%201.627.515%209.762-.009%2010.752c-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438c-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571l-.029-.538a14.8%2014.8%200%200%201%20.467-4.213c.128-.159.635-.1%202.7.315m-7.53%205.155a25%2025%200%200%201%203%20.581l.36.1l.061%201.982c.115%203.712.234%204.287.954%204.609a69%2069%200%200%200%207.29%202.137l.682.169l-.02%201.314a12.4%2012.4%200%200%201-.352%203.257L19.5%2026l-.524-.061A90.5%2090.5%200%200%201%207.77%2023.2c-1.23-.412-1.528-.571-1.634-.874c-.463-1.332-.461-9.877%200-10.746c.107-.2.16-.2%201.51-.024%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%23337ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.489%202.225a14.055%2014.055%200%200%200-10.055%2020c5.108%2010.438%2020.228%2010.353%2025.191-.142A14.058%2014.058%200%200%200%2013.489%202.225m1.69%204.175C20.365%207.437%2025.715%209.06%2025.9%209.649c.522%201.627.515%209.762-.009%2010.752c-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438c-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571l-.029-.538a14.8%2014.8%200%200%201%20.467-4.213c.128-.159.635-.1%202.7.315m-7.53%205.155a25%2025%200%200%201%203%20.581l.36.1l.061%201.982c.115%203.712.234%204.287.954%204.609a69%2069%200%200%200%207.29%202.137l.682.169l-.02%201.314a12.4%2012.4%200%200%201-.352%203.257L19.5%2026l-.524-.061A90.5%2090.5%200%200%201%207.77%2023.2c-1.23-.412-1.528-.571-1.634-.874c-.463-1.332-.461-9.877%200-10.746c.107-.2.16-.2%201.51-.024%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-advpl.svg?color=%231a73e8&size=48