file type perl2 logo

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

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

Related icons in VSCode Icons

Use the file type perl2 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3a3c5b" d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14"/><path fill="#fff" d="M25.753 17.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14 14 0 0 1-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18 18 0 0 1 .19 2.263a17.3 17.3 0 0 1-.608 4.241c-.848 3.276-1.517 6.633-.678 9.986a12 12 0 0 0 .7 2.032c.09.2.262.747.509.813a4.5 4.5 0 0 1 2.275.969c.442.411.773.187 1.295-.022a10 10 0 0 0 4.074-2.734a7.6 7.6 0 0 0 1.845-6.378m-1.673 3a6.3 6.3 0 0 1-1.692 3.23a6 6 0 0 1-2.18 1.815c-.3.108.056-.5.1-.566a14 14 0 0 1 .881-1.1a6.6 6.6 0 0 0 1.083-1.75a7.49 7.49 0 0 0-.607-6.716a13.4 13.4 0 0 0-2.6-2.769a10.3 10.3 0 0 1-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05 1.816 1.777 2 1.919c.718.542 1.456 1.043 2.121 1.654a9.5 9.5 0 0 1 2.339 2.874a7.44 7.44 0 0 1 .5 3.952"/><path fill="#fff" d="M15.484 2.377c.261.174.318 1.187.318 2.114a42 42 0 0 1-.2 6a11.5 11.5 0 0 1-1.68 3.3a9.8 9.8 0 0 0-1.535 4.6a11.1 11.1 0 0 0 1.413 4.52c.61.93 1.647 2.227 1.419 2.52c-.405.521-2.056-1.274-2.925-2.317a8.93 8.93 0 0 1-1.767-4.808a7.25 7.25 0 0 1 1.573-4.112a37 37 0 0 0 2.317-3.244a7.6 7.6 0 0 0 .84-2.52c.116-1.014 0-4.634 0-4.634s-.029-1.593.232-1.419"/><path fill="#fff" d="M14.789 4.086c.261.116.29.434.29.753s-.087 1.622-.174 2.9a5.33 5.33 0 0 1-1.854 3.1a48 48 0 0 0-3.736 4.257a6.5 6.5 0 0 0-1.129 3.968A6.07 6.07 0 0 0 9.808 23a9.7 9.7 0 0 0 2.692 2.315c.637.318 1.274.55 1.13.84s-.753.087-1.419-.145a11.3 11.3 0 0 1-4.228-2.635a7.8 7.8 0 0 1-1.911-5.329a5.93 5.93 0 0 1 1.448-3.881a19 19 0 0 1 4.026-3.475A9.7 9.7 0 0 0 13.8 8.807a2.82 2.82 0 0 0 .724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077 22.701c.118 0 .043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118 0-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0 .446.023.807-.075.807c-.12 0-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePerl2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3a3c5b" d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14"/><path fill="#fff" d="M25.753 17.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14 14 0 0 1-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18 18 0 0 1 .19 2.263a17.3 17.3 0 0 1-.608 4.241c-.848 3.276-1.517 6.633-.678 9.986a12 12 0 0 0 .7 2.032c.09.2.262.747.509.813a4.5 4.5 0 0 1 2.275.969c.442.411.773.187 1.295-.022a10 10 0 0 0 4.074-2.734a7.6 7.6 0 0 0 1.845-6.378m-1.673 3a6.3 6.3 0 0 1-1.692 3.23a6 6 0 0 1-2.18 1.815c-.3.108.056-.5.1-.566a14 14 0 0 1 .881-1.1a6.6 6.6 0 0 0 1.083-1.75a7.49 7.49 0 0 0-.607-6.716a13.4 13.4 0 0 0-2.6-2.769a10.3 10.3 0 0 1-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05 1.816 1.777 2 1.919c.718.542 1.456 1.043 2.121 1.654a9.5 9.5 0 0 1 2.339 2.874a7.44 7.44 0 0 1 .5 3.952"/><path fill="#fff" d="M15.484 2.377c.261.174.318 1.187.318 2.114a42 42 0 0 1-.2 6a11.5 11.5 0 0 1-1.68 3.3a9.8 9.8 0 0 0-1.535 4.6a11.1 11.1 0 0 0 1.413 4.52c.61.93 1.647 2.227 1.419 2.52c-.405.521-2.056-1.274-2.925-2.317a8.93 8.93 0 0 1-1.767-4.808a7.25 7.25 0 0 1 1.573-4.112a37 37 0 0 0 2.317-3.244a7.6 7.6 0 0 0 .84-2.52c.116-1.014 0-4.634 0-4.634s-.029-1.593.232-1.419"/><path fill="#fff" d="M14.789 4.086c.261.116.29.434.29.753s-.087 1.622-.174 2.9a5.33 5.33 0 0 1-1.854 3.1a48 48 0 0 0-3.736 4.257a6.5 6.5 0 0 0-1.129 3.968A6.07 6.07 0 0 0 9.808 23a9.7 9.7 0 0 0 2.692 2.315c.637.318 1.274.55 1.13.84s-.753.087-1.419-.145a11.3 11.3 0 0 1-4.228-2.635a7.8 7.8 0 0 1-1.911-5.329a5.93 5.93 0 0 1 1.448-3.881a19 19 0 0 1 4.026-3.475A9.7 9.7 0 0 0 13.8 8.807a2.82 2.82 0 0 0 .724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077 22.701c.118 0 .043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118 0-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0 .446.023.807-.075.807c-.12 0-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3a3c5b" d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14"/><path fill="#fff" d="M25.753 17.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14 14 0 0 1-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18 18 0 0 1 .19 2.263a17.3 17.3 0 0 1-.608 4.241c-.848 3.276-1.517 6.633-.678 9.986a12 12 0 0 0 .7 2.032c.09.2.262.747.509.813a4.5 4.5 0 0 1 2.275.969c.442.411.773.187 1.295-.022a10 10 0 0 0 4.074-2.734a7.6 7.6 0 0 0 1.845-6.378m-1.673 3a6.3 6.3 0 0 1-1.692 3.23a6 6 0 0 1-2.18 1.815c-.3.108.056-.5.1-.566a14 14 0 0 1 .881-1.1a6.6 6.6 0 0 0 1.083-1.75a7.49 7.49 0 0 0-.607-6.716a13.4 13.4 0 0 0-2.6-2.769a10.3 10.3 0 0 1-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05 1.816 1.777 2 1.919c.718.542 1.456 1.043 2.121 1.654a9.5 9.5 0 0 1 2.339 2.874a7.44 7.44 0 0 1 .5 3.952"/><path fill="#fff" d="M15.484 2.377c.261.174.318 1.187.318 2.114a42 42 0 0 1-.2 6a11.5 11.5 0 0 1-1.68 3.3a9.8 9.8 0 0 0-1.535 4.6a11.1 11.1 0 0 0 1.413 4.52c.61.93 1.647 2.227 1.419 2.52c-.405.521-2.056-1.274-2.925-2.317a8.93 8.93 0 0 1-1.767-4.808a7.25 7.25 0 0 1 1.573-4.112a37 37 0 0 0 2.317-3.244a7.6 7.6 0 0 0 .84-2.52c.116-1.014 0-4.634 0-4.634s-.029-1.593.232-1.419"/><path fill="#fff" d="M14.789 4.086c.261.116.29.434.29.753s-.087 1.622-.174 2.9a5.33 5.33 0 0 1-1.854 3.1a48 48 0 0 0-3.736 4.257a6.5 6.5 0 0 0-1.129 3.968A6.07 6.07 0 0 0 9.808 23a9.7 9.7 0 0 0 2.692 2.315c.637.318 1.274.55 1.13.84s-.753.087-1.419-.145a11.3 11.3 0 0 1-4.228-2.635a7.8 7.8 0 0 1-1.911-5.329a5.93 5.93 0 0 1 1.448-3.881a19 19 0 0 1 4.026-3.475A9.7 9.7 0 0 0 13.8 8.807a2.82 2.82 0 0 0 .724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077 22.701c.118 0 .043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118 0-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0 .446.023.807-.075.807c-.12 0-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807"/></svg>
</template>

CSS

.icon-file-type-perl2 {
  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%233a3c5b%22%20d%3D%22M30%2016A14%2014%200%201%201%2016%202a14%2014%200%200%201%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.753%2017.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14%2014%200%200%201-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18%2018%200%200%201%20.19%202.263a17.3%2017.3%200%200%201-.608%204.241c-.848%203.276-1.517%206.633-.678%209.986a12%2012%200%200%200%20.7%202.032c.09.2.262.747.509.813a4.5%204.5%200%200%201%202.275.969c.442.411.773.187%201.295-.022a10%2010%200%200%200%204.074-2.734a7.6%207.6%200%200%200%201.845-6.378m-1.673%203a6.3%206.3%200%200%201-1.692%203.23a6%206%200%200%201-2.18%201.815c-.3.108.056-.5.1-.566a14%2014%200%200%201%20.881-1.1a6.6%206.6%200%200%200%201.083-1.75a7.49%207.49%200%200%200-.607-6.716a13.4%2013.4%200%200%200-2.6-2.769a10.3%2010.3%200%200%201-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05%201.816%201.777%202%201.919c.718.542%201.456%201.043%202.121%201.654a9.5%209.5%200%200%201%202.339%202.874a7.44%207.44%200%200%201%20.5%203.952%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.484%202.377c.261.174.318%201.187.318%202.114a42%2042%200%200%201-.2%206a11.5%2011.5%200%200%201-1.68%203.3a9.8%209.8%200%200%200-1.535%204.6a11.1%2011.1%200%200%200%201.413%204.52c.61.93%201.647%202.227%201.419%202.52c-.405.521-2.056-1.274-2.925-2.317a8.93%208.93%200%200%201-1.767-4.808a7.25%207.25%200%200%201%201.573-4.112a37%2037%200%200%200%202.317-3.244a7.6%207.6%200%200%200%20.84-2.52c.116-1.014%200-4.634%200-4.634s-.029-1.593.232-1.419%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.789%204.086c.261.116.29.434.29.753s-.087%201.622-.174%202.9a5.33%205.33%200%200%201-1.854%203.1a48%2048%200%200%200-3.736%204.257a6.5%206.5%200%200%200-1.129%203.968A6.07%206.07%200%200%200%209.808%2023a9.7%209.7%200%200%200%202.692%202.315c.637.318%201.274.55%201.13.84s-.753.087-1.419-.145a11.3%2011.3%200%200%201-4.228-2.635a7.8%207.8%200%200%201-1.911-5.329a5.93%205.93%200%200%201%201.448-3.881a19%2019%200%200%201%204.026-3.475A9.7%209.7%200%200%200%2013.8%208.807a2.82%202.82%200%200%200%20.724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077%2022.701c.118%200%20.043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118%200-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0%20.446.023.807-.075.807c-.12%200-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807%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%233a3c5b%22%20d%3D%22M30%2016A14%2014%200%201%201%2016%202a14%2014%200%200%201%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.753%2017.035c-.472-2.976-3.595-4.9-5.92-6.359c-1.016-.635-2.663-1.463-2.876-2.8a14%2014%200%200%201-.1-1.68c-.007-.219-.011-.439-.03-.657c-.025-.282-.312.065-.469-.18c-.389-.609-.239.184-.2.5a18%2018%200%200%201%20.19%202.263a17.3%2017.3%200%200%201-.608%204.241c-.848%203.276-1.517%206.633-.678%209.986a12%2012%200%200%200%20.7%202.032c.09.2.262.747.509.813a4.5%204.5%200%200%201%202.275.969c.442.411.773.187%201.295-.022a10%2010%200%200%200%204.074-2.734a7.6%207.6%200%200%200%201.845-6.378m-1.673%203a6.3%206.3%200%200%201-1.692%203.23a6%206%200%200%201-2.18%201.815c-.3.108.056-.5.1-.566a14%2014%200%200%201%20.881-1.1a6.6%206.6%200%200%200%201.083-1.75a7.49%207.49%200%200%200-.607-6.716a13.4%2013.4%200%200%200-2.6-2.769a10.3%2010.3%200%200%201-1.319-1.239c-.09-.109-.884-1.149-.637-1.3c.08-.05%201.816%201.777%202%201.919c.718.542%201.456%201.043%202.121%201.654a9.5%209.5%200%200%201%202.339%202.874a7.44%207.44%200%200%201%20.5%203.952%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.484%202.377c.261.174.318%201.187.318%202.114a42%2042%200%200%201-.2%206a11.5%2011.5%200%200%201-1.68%203.3a9.8%209.8%200%200%200-1.535%204.6a11.1%2011.1%200%200%200%201.413%204.52c.61.93%201.647%202.227%201.419%202.52c-.405.521-2.056-1.274-2.925-2.317a8.93%208.93%200%200%201-1.767-4.808a7.25%207.25%200%200%201%201.573-4.112a37%2037%200%200%200%202.317-3.244a7.6%207.6%200%200%200%20.84-2.52c.116-1.014%200-4.634%200-4.634s-.029-1.593.232-1.419%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.789%204.086c.261.116.29.434.29.753s-.087%201.622-.174%202.9a5.33%205.33%200%200%201-1.854%203.1a48%2048%200%200%200-3.736%204.257a6.5%206.5%200%200%200-1.129%203.968A6.07%206.07%200%200%200%209.808%2023a9.7%209.7%200%200%200%202.692%202.315c.637.318%201.274.55%201.13.84s-.753.087-1.419-.145a11.3%2011.3%200%200%201-4.228-2.635a7.8%207.8%200%200%201-1.911-5.329a5.93%205.93%200%200%201%201.448-3.881a19%2019%200%200%201%204.026-3.475A9.7%209.7%200%200%200%2013.8%208.807a2.82%202.82%200%200%200%20.724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753m.077%2022.701c.118%200%20.043.506-.165.759s-.565.405-.609.3s.258-.161.479-.407c.2-.226.149-.65.294-.656m2.345-.01c-.118%200-.043.505.165.759s.565.406.608.3s-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655m-1.042.557c0%20.446.023.807-.075.807c-.12%200-.075-.361-.075-.807s-.041-.807.075-.807s.075.361.075.807%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-perl2.svg?color=%231a73e8&size=48