file type pyscript logo

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

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

Related icons in VSCode Icons

Use the file type pyscript logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fda703" d="M23.64 11.64c-.02.32 0 .7.01.99c1.44.75 3.02 1.53 4.33 2.18v.03c-1.54.7-2.98 1.47-4.33 2.15c-.03.33-.01.67-.01 1c2.16-1.05 4.4-2.18 6.36-3.16c-2.1-1.12-4.4-2.22-6.36-3.2zM2 14.8c2.14 1.08 4.43 2.24 6.38 3.19c.01-.33-.01-.66-.02-1c-1.46-.76-3-1.51-4.34-2.19c1.46-.73 3.02-1.49 4.34-2.17c.02-.34.02-.67.02-1c-2.16 1.02-4.44 2.2-6.38 3.17m14.31-3.36c1.03 2.19 1.81 3.79 2.78 5.81c.07.15.2.32.22.48c.01.08-.05.17-.08.24c-.08.22-.19.43-.3.62c-.13.2-.25.42-.41.6c-.12.12-.25.25-.4.34c-.6.39-1.27.3-1.92.15v.96c.76.1 1.54.16 2.26-.2s1.15-1.07 1.5-1.76a183 183 0 0 0 3.06-7.24c-.35-.01-.75 0-1.08.01c-.72 1.69-1.38 3.31-2.01 4.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89c-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89c-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34 0 .69.07 1.03.09c.58.02 1.17-.07 1.7-.34c1.38-.69 1.9-2.32 1.89-3.76a3 3 0 0 0-.65-2.03a2.4 2.4 0 0 0-.56-.46c-.3-.17-.61-.24-.93-.24m-.24 1.06c.23 0 .46.09.66.29c.38.37.49.89.52 1.4c.08 1.05-.22 2.23-1.17 2.83c-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5c.07-.2.24-.4.37-.58c.09-.13.18-.25.28-.36c.37-.43.98-.95 1.57-.94"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePyscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fda703" d="M23.64 11.64c-.02.32 0 .7.01.99c1.44.75 3.02 1.53 4.33 2.18v.03c-1.54.7-2.98 1.47-4.33 2.15c-.03.33-.01.67-.01 1c2.16-1.05 4.4-2.18 6.36-3.16c-2.1-1.12-4.4-2.22-6.36-3.2zM2 14.8c2.14 1.08 4.43 2.24 6.38 3.19c.01-.33-.01-.66-.02-1c-1.46-.76-3-1.51-4.34-2.19c1.46-.73 3.02-1.49 4.34-2.17c.02-.34.02-.67.02-1c-2.16 1.02-4.44 2.2-6.38 3.17m14.31-3.36c1.03 2.19 1.81 3.79 2.78 5.81c.07.15.2.32.22.48c.01.08-.05.17-.08.24c-.08.22-.19.43-.3.62c-.13.2-.25.42-.41.6c-.12.12-.25.25-.4.34c-.6.39-1.27.3-1.92.15v.96c.76.1 1.54.16 2.26-.2s1.15-1.07 1.5-1.76a183 183 0 0 0 3.06-7.24c-.35-.01-.75 0-1.08.01c-.72 1.69-1.38 3.31-2.01 4.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89c-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89c-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34 0 .69.07 1.03.09c.58.02 1.17-.07 1.7-.34c1.38-.69 1.9-2.32 1.89-3.76a3 3 0 0 0-.65-2.03a2.4 2.4 0 0 0-.56-.46c-.3-.17-.61-.24-.93-.24m-.24 1.06c.23 0 .46.09.66.29c.38.37.49.89.52 1.4c.08 1.05-.22 2.23-1.17 2.83c-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5c.07-.2.24-.4.37-.58c.09-.13.18-.25.28-.36c.37-.43.98-.95 1.57-.94"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fda703" d="M23.64 11.64c-.02.32 0 .7.01.99c1.44.75 3.02 1.53 4.33 2.18v.03c-1.54.7-2.98 1.47-4.33 2.15c-.03.33-.01.67-.01 1c2.16-1.05 4.4-2.18 6.36-3.16c-2.1-1.12-4.4-2.22-6.36-3.2zM2 14.8c2.14 1.08 4.43 2.24 6.38 3.19c.01-.33-.01-.66-.02-1c-1.46-.76-3-1.51-4.34-2.19c1.46-.73 3.02-1.49 4.34-2.17c.02-.34.02-.67.02-1c-2.16 1.02-4.44 2.2-6.38 3.17m14.31-3.36c1.03 2.19 1.81 3.79 2.78 5.81c.07.15.2.32.22.48c.01.08-.05.17-.08.24c-.08.22-.19.43-.3.62c-.13.2-.25.42-.41.6c-.12.12-.25.25-.4.34c-.6.39-1.27.3-1.92.15v.96c.76.1 1.54.16 2.26-.2s1.15-1.07 1.5-1.76a183 183 0 0 0 3.06-7.24c-.35-.01-.75 0-1.08.01c-.72 1.69-1.38 3.31-2.01 4.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89c-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89c-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34 0 .69.07 1.03.09c.58.02 1.17-.07 1.7-.34c1.38-.69 1.9-2.32 1.89-3.76a3 3 0 0 0-.65-2.03a2.4 2.4 0 0 0-.56-.46c-.3-.17-.61-.24-.93-.24m-.24 1.06c.23 0 .46.09.66.29c.38.37.49.89.52 1.4c.08 1.05-.22 2.23-1.17 2.83c-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5c.07-.2.24-.4.37-.58c.09-.13.18-.25.28-.36c.37-.43.98-.95 1.57-.94"/></svg>
</template>

CSS

.icon-file-type-pyscript {
  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%23fda703%22%20d%3D%22M23.64%2011.64c-.02.32%200%20.7.01.99c1.44.75%203.02%201.53%204.33%202.18v.03c-1.54.7-2.98%201.47-4.33%202.15c-.03.33-.01.67-.01%201c2.16-1.05%204.4-2.18%206.36-3.16c-2.1-1.12-4.4-2.22-6.36-3.2zM2%2014.8c2.14%201.08%204.43%202.24%206.38%203.19c.01-.33-.01-.66-.02-1c-1.46-.76-3-1.51-4.34-2.19c1.46-.73%203.02-1.49%204.34-2.17c.02-.34.02-.67.02-1c-2.16%201.02-4.44%202.2-6.38%203.17m14.31-3.36c1.03%202.19%201.81%203.79%202.78%205.81c.07.15.2.32.22.48c.01.08-.05.17-.08.24c-.08.22-.19.43-.3.62c-.13.2-.25.42-.41.6c-.12.12-.25.25-.4.34c-.6.39-1.27.3-1.92.15v.96c.76.1%201.54.16%202.26-.2s1.15-1.07%201.5-1.76a183%20183%200%200%200%203.06-7.24c-.35-.01-.75%200-1.08.01c-.72%201.69-1.38%203.31-2.01%204.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89c-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89c-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34%200%20.69.07%201.03.09c.58.02%201.17-.07%201.7-.34c1.38-.69%201.9-2.32%201.89-3.76a3%203%200%200%200-.65-2.03a2.4%202.4%200%200%200-.56-.46c-.3-.17-.61-.24-.93-.24m-.24%201.06c.23%200%20.46.09.66.29c.38.37.49.89.52%201.4c.08%201.05-.22%202.23-1.17%202.83c-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5c.07-.2.24-.4.37-.58c.09-.13.18-.25.28-.36c.37-.43.98-.95%201.57-.94%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%23fda703%22%20d%3D%22M23.64%2011.64c-.02.32%200%20.7.01.99c1.44.75%203.02%201.53%204.33%202.18v.03c-1.54.7-2.98%201.47-4.33%202.15c-.03.33-.01.67-.01%201c2.16-1.05%204.4-2.18%206.36-3.16c-2.1-1.12-4.4-2.22-6.36-3.2zM2%2014.8c2.14%201.08%204.43%202.24%206.38%203.19c.01-.33-.01-.66-.02-1c-1.46-.76-3-1.51-4.34-2.19c1.46-.73%203.02-1.49%204.34-2.17c.02-.34.02-.67.02-1c-2.16%201.02-4.44%202.2-6.38%203.17m14.31-3.36c1.03%202.19%201.81%203.79%202.78%205.81c.07.15.2.32.22.48c.01.08-.05.17-.08.24c-.08.22-.19.43-.3.62c-.13.2-.25.42-.41.6c-.12.12-.25.25-.4.34c-.6.39-1.27.3-1.92.15v.96c.76.1%201.54.16%202.26-.2s1.15-1.07%201.5-1.76a183%20183%200%200%200%203.06-7.24c-.35-.01-.75%200-1.08.01c-.72%201.69-1.38%203.31-2.01%204.89h-.03c-.88-1.81-1.62-3.35-2.41-4.89c-.4-.02-.79-.01-1.18-.01m-3.12-.18c-.7.01-1.4.4-1.89.89c-.2.2-.45.47-.57.75h-.02v-1.46h-1.1v9.1h1.1V18c.34%200%20.69.07%201.03.09c.58.02%201.17-.07%201.7-.34c1.38-.69%201.9-2.32%201.89-3.76a3%203%200%200%200-.65-2.03a2.4%202.4%200%200%200-.56-.46c-.3-.17-.61-.24-.93-.24m-.24%201.06c.23%200%20.46.09.66.29c.38.37.49.89.52%201.4c.08%201.05-.22%202.23-1.17%202.83c-.7.45-1.48.34-2.25.18V14.7c0-.15-.03-.35.02-.5c.07-.2.24-.4.37-.58c.09-.13.18-.25.28-.36c.37-.43.98-.95%201.57-.94%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-pyscript.svg?color=%231a73e8&size=48