file type applescript logo

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

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

Related icons in VSCode Icons

Use the file type applescript logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a8c2ab" d="M17.181 4.437A6 6 0 0 1 21.579 2a5.98 5.98 0 0 1-1.447 4.476a4.73 4.73 0 0 1-4.17 1.961a5.2 5.2 0 0 1 1.219-4m-.981 5.597c.946 0 2.7-1.3 4.989-1.3a6.25 6.25 0 0 1 5.484 2.8a6.08 6.08 0 0 0-3.028 5.3a6.24 6.24 0 0 0 3.772 5.7s-2.637 7.422-6.2 7.422c-1.636 0-2.908-1.1-4.631-1.1c-1.757 0-3.5 1.144-4.635 1.144c-3.251 0-7.364-7.041-7.364-12.7c0-5.568 3.478-8.489 6.74-8.489c2.121 0 3.766 1.223 4.873 1.223"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeApplescript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a8c2ab" d="M17.181 4.437A6 6 0 0 1 21.579 2a5.98 5.98 0 0 1-1.447 4.476a4.73 4.73 0 0 1-4.17 1.961a5.2 5.2 0 0 1 1.219-4m-.981 5.597c.946 0 2.7-1.3 4.989-1.3a6.25 6.25 0 0 1 5.484 2.8a6.08 6.08 0 0 0-3.028 5.3a6.24 6.24 0 0 0 3.772 5.7s-2.637 7.422-6.2 7.422c-1.636 0-2.908-1.1-4.631-1.1c-1.757 0-3.5 1.144-4.635 1.144c-3.251 0-7.364-7.041-7.364-12.7c0-5.568 3.478-8.489 6.74-8.489c2.121 0 3.766 1.223 4.873 1.223"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a8c2ab" d="M17.181 4.437A6 6 0 0 1 21.579 2a5.98 5.98 0 0 1-1.447 4.476a4.73 4.73 0 0 1-4.17 1.961a5.2 5.2 0 0 1 1.219-4m-.981 5.597c.946 0 2.7-1.3 4.989-1.3a6.25 6.25 0 0 1 5.484 2.8a6.08 6.08 0 0 0-3.028 5.3a6.24 6.24 0 0 0 3.772 5.7s-2.637 7.422-6.2 7.422c-1.636 0-2.908-1.1-4.631-1.1c-1.757 0-3.5 1.144-4.635 1.144c-3.251 0-7.364-7.041-7.364-12.7c0-5.568 3.478-8.489 6.74-8.489c2.121 0 3.766 1.223 4.873 1.223"/></svg>
</template>

CSS

.icon-file-type-applescript {
  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%23a8c2ab%22%20d%3D%22M17.181%204.437A6%206%200%200%201%2021.579%202a5.98%205.98%200%200%201-1.447%204.476a4.73%204.73%200%200%201-4.17%201.961a5.2%205.2%200%200%201%201.219-4m-.981%205.597c.946%200%202.7-1.3%204.989-1.3a6.25%206.25%200%200%201%205.484%202.8a6.08%206.08%200%200%200-3.028%205.3a6.24%206.24%200%200%200%203.772%205.7s-2.637%207.422-6.2%207.422c-1.636%200-2.908-1.1-4.631-1.1c-1.757%200-3.5%201.144-4.635%201.144c-3.251%200-7.364-7.041-7.364-12.7c0-5.568%203.478-8.489%206.74-8.489c2.121%200%203.766%201.223%204.873%201.223%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%23a8c2ab%22%20d%3D%22M17.181%204.437A6%206%200%200%201%2021.579%202a5.98%205.98%200%200%201-1.447%204.476a4.73%204.73%200%200%201-4.17%201.961a5.2%205.2%200%200%201%201.219-4m-.981%205.597c.946%200%202.7-1.3%204.989-1.3a6.25%206.25%200%200%201%205.484%202.8a6.08%206.08%200%200%200-3.028%205.3a6.24%206.24%200%200%200%203.772%205.7s-2.637%207.422-6.2%207.422c-1.636%200-2.908-1.1-4.631-1.1c-1.757%200-3.5%201.144-4.635%201.144c-3.251%200-7.364-7.041-7.364-12.7c0-5.568%203.478-8.489%206.74-8.489c2.121%200%203.766%201.223%204.873%201.223%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-applescript.svg?color=%231a73e8&size=48