forms apps script icon
forms-apps-script from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- forms-apps-script
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forms-apps-script-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the forms apps script icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.3 19.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106 4.395q-.062.273-.278.444t-.505.171h-4.084q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFormsAppsScript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.3 19.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106 4.395q-.062.273-.278.444t-.505.171h-4.084q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.3 19.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106 4.395q-.062.273-.278.444t-.505.171h-4.084q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894"/></svg> </template>
CSS
.icon-forms-apps-script {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.3%2019.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55%201.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998%203.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106%204.395q-.062.273-.278.444t-.505.171h-4.084q-.181%200-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122%200-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78%201.907-.78q-1.122%200-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122%200-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544%204%206.669%204t1.895.791q.769.792.788%201.907q0-1.115.785-1.907Q10.922%204%2012.044%204h5.253q1.126%200%201.914.789T20%206.703q0%201.104-.788%201.876t-1.91.773q1.177.006%201.98.846q.805.84.712%202.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384%200-3.967%201.625T13%2017.629q0%20.627.142%201.205q.143.58.447%201.191h-1.545q-1.115%200-1.913-.77t-.779-1.884q-.02%201.116-.793%201.885q-.774.769-1.88.769m-.02-11.66q.695%200%201.194-.489q.499-.49.499-1.193T7.866%205.49T6.665%205t-1.198.487t-.48%201.205q0%20.695.49%201.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846%209.025q0-1.114.78-1.893q.78-.78%201.893-.78q-1.114%200-1.893-.786q-.78-.786-.78-1.893q0%201.107-.78%201.893t-1.893.786q1.114%200%201.893.78q.78.78.78%201.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114%200-1.893-.774q-.78-.774-.78-1.88q0%201.106-.78%201.88t-1.893.774q1.114%200%201.893.773q.78.774.78%201.894%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.3%2019.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55%201.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998%203.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106%204.395q-.062.273-.278.444t-.505.171h-4.084q-.181%200-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122%200-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78%201.907-.78q-1.122%200-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122%200-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544%204%206.669%204t1.895.791q.769.792.788%201.907q0-1.115.785-1.907Q10.922%204%2012.044%204h5.253q1.126%200%201.914.789T20%206.703q0%201.104-.788%201.876t-1.91.773q1.177.006%201.98.846q.805.84.712%202.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384%200-3.967%201.625T13%2017.629q0%20.627.142%201.205q.143.58.447%201.191h-1.545q-1.115%200-1.913-.77t-.779-1.884q-.02%201.116-.793%201.885q-.774.769-1.88.769m-.02-11.66q.695%200%201.194-.489q.499-.49.499-1.193T7.866%205.49T6.665%205t-1.198.487t-.48%201.205q0%20.695.49%201.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846%209.025q0-1.114.78-1.893q.78-.78%201.893-.78q-1.114%200-1.893-.786q-.78-.786-.78-1.893q0%201.107-.78%201.893t-1.893.786q1.114%200%201.893.78q.78.78.78%201.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114%200-1.893-.774q-.78-.774-.78-1.88q0%201.106-.78%201.88t-1.893.774q1.114%200%201.893.773q.78.774.78%201.894%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/forms-apps-script.svg?color=%231a73e8&size=48