Forms Apps Script icon

Forms Apps Script is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

forms_apps_script_outlined_fill0_wght400.svg

Forms Apps Script icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=forms_apps_script" />

<span class="material-symbols-outlined">forms_apps_script</span>

Forms Apps Script icon in React

// With the font from the HTML tab:
export function FormsAppsScriptIcon() {
  return (
    <span className="material-symbols-outlined">
      forms_apps_script
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FormsAppsScriptIcon from "@material-symbols/svg-400/outlined/forms_apps_script.svg?react";

Forms Apps Script icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">forms_apps_script</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FormsAppsScriptIcon from "@material-symbols/svg-400/outlined/forms_apps_script.svg?component"; -->

Forms Apps Script icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">forms_apps_script</mat-icon>

Forms Apps Script icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.forms_apps_script, fill: 0, weight: 400)

Forms Apps Script icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/forms_apps_script.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M20.85 20H15.769q-.308 0-.526-.212Q15.025 19.575 15.025 19.25t.213-.537Q15.45 18.5 15.775 18.5h2.925l-2.525-1.925q-.25-.2-.287-.487t.148-.543q.186-.27 .492-.32 .306-.05 .572 .15l2.35 1.8-1-3.025q-.1-.3 .038-.575t.437-.375q.301-.125 .588 .038Q19.8 13.4 19.9 13.7l.9 2.725 .75-2.85q.075-.275 .325-.437t.563-.113q.312 .05 .475 .327Q23.075 13.629 23 13.95l-1.425 5.5q-.05 .25-.252 .4t-.473 .15ZM12 16.125Zm0-7.625ZM8.15 21q-2.2 0-3.675-1.583-1.475-1.583-1.475-3.817 0-.984 .325-1.917Q3.65 12.75 4.3 12q-.65-.75-.975-1.687T3 8.375q0-2.199 1.475-3.787Q5.95 3 8.15 3h7.725q2.175 0 3.65 1.588 1.475 1.588 1.475 3.787 0 .725-.175 1.413T20.3 11.1q-.45-.075-.903-.087-.453-.013-.897 .037 .465-.521 .733-1.21Q19.5 9.15 19.5 8.375q0-1.578-1.046-2.726Q17.409 4.5 15.875 4.5H8.15q-1.572 0-2.611 1.149Q4.5 6.797 4.5 8.375q0 1.588 1.039 2.744Q6.578 12.275 8.15 12.275h7.325q-.425 .325-.775 .7t-.65 .8H8.15q-.718 0-1.409-.2T5.425 13q-.45 .55-.687 1.213T4.5 15.6q0 1.588 1.039 2.744Q6.578 19.5 8.15 19.5h5.25q.175 .425 .375 .788t.475 .712H8.15Zm1.15-3.99q.375-.366 .375-.888Q9.675 15.6 9.305 15.225q-.371-.375-.9-.375Q7.875 14.85 7.5 15.221q-.375 .37-.375 .9 0 .529 .371 .892 .37 .362 .9 .362Q8.925 17.375 9.3 17.01ZM8.396 9.65Q8.925 9.65 9.3 9.279q.375-.37 .375-.9 0-.529-.37-.891-.371-.363-.9-.363Q7.875 7.125 7.5 7.491t-.375 .887Q7.125 8.9 7.496 9.275q.37 .375 .9 .375ZM12.525 9.125h3.6q.3 0 .525-.216 .225-.215 .225-.534 0-.3-.225-.525t-.525-.225H12.525q-.319 0-.534 .225-.216 .225-.216 .538t.216 .525q.215 .212 .534 .212Zm0 7.75h.475q.025-.375 .083-.75t.192-.75h-.75q-.319 0-.534 .225-.216 .225-.216 .538t.216 .525q.215 .212 .534 .212Z" />
</vector>

Forms Apps Script icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/forms_apps_script.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/forms_apps_script.svg" width="24" height="24" alt="Forms Apps Script">

Forms Apps Script icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameForms Apps Script
Ligatureforms_apps_script
Code pointU+F0C8
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/forms_apps_script.svg, forms_apps_script-fill.svg
FlutterSymbols.forms_apps_script
LicenseApache License 2.0 (© Google LLC)

Keywords

textlistpointerformstackautomationcodediagonalcursordotdatabasedevelopersurvey

Related icons