script-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
script-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
script-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the script icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.45 17.975q.4 0 .575-.262t.225-.613q.05-.25.088-.5t.087-.55q.05-.275.113-.6t.137-.75q.575-.125 1.125-.212t1.075-.138q.575-.075 1.138-.112t1.087-.088q.125.6.263 1.075t.287.9q.2.575.438.95t.587.65t.763.3t.712-.225q.225-.175.225-.525t-.2-.875q-.125-.275-.213-.562t-.212-.588q-.125-.35-.225-.638t-.175-.562q.325-.025.587-.112t.438-.238t.263-.362t.087-.463q0-.275-.112-.462t-.338-.313t-.562-.162t-.763.012l-.1-.887q-.05-.437-.125-.888q-.075-.425-.137-.875t-.188-.875q-.15-.65-.425-1.112t-.625-.763q-.325-.275-.712-.412T12.775 6q-.55 0-1.05.225t-1 .675q-.275.275-.55.587t-.525.738q-.2-.15-.363-.2t-.362-.05q-.275 0-.463.15t-.187.5q0 .45-.05.9t-.15.9q-.125.65-.275 1.288T7.525 13q-.275.05-.488.138t-.362.187q-.2.125-.287.313t-.088.387q0 .175.05.325t.175.275t.3.188t.4.087q-.025.3-.037.563t-.013.512q0 .525.075.9t.225.625t.388.363t.587.112m1.775-5.575q.15-.575.35-1.112t.45-1.113q.4-.925.85-1.475t.8-.55q.275 0 .475.425t.325 1.275q.075.5.125 1.075T13.7 12q-.425.025-.875.063t-.875.087t-.862.113t-.863.137M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScriptOutline(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="M8.45 17.975q.4 0 .575-.262t.225-.613q.05-.25.088-.5t.087-.55q.05-.275.113-.6t.137-.75q.575-.125 1.125-.212t1.075-.138q.575-.075 1.138-.112t1.087-.088q.125.6.263 1.075t.287.9q.2.575.438.95t.587.65t.763.3t.712-.225q.225-.175.225-.525t-.2-.875q-.125-.275-.213-.562t-.212-.588q-.125-.35-.225-.638t-.175-.562q.325-.025.587-.112t.438-.238t.263-.362t.087-.463q0-.275-.112-.462t-.338-.313t-.562-.162t-.763.012l-.1-.887q-.05-.437-.125-.888q-.075-.425-.137-.875t-.188-.875q-.15-.65-.425-1.112t-.625-.763q-.325-.275-.712-.412T12.775 6q-.55 0-1.05.225t-1 .675q-.275.275-.55.587t-.525.738q-.2-.15-.363-.2t-.362-.05q-.275 0-.463.15t-.187.5q0 .45-.05.9t-.15.9q-.125.65-.275 1.288T7.525 13q-.275.05-.488.138t-.362.187q-.2.125-.287.313t-.088.387q0 .175.05.325t.175.275t.3.188t.4.087q-.025.3-.037.563t-.013.512q0 .525.075.9t.225.625t.388.363t.587.112m1.775-5.575q.15-.575.35-1.112t.45-1.113q.4-.925.85-1.475t.8-.55q.275 0 .475.425t.325 1.275q.075.5.125 1.075T13.7 12q-.425.025-.875.063t-.875.087t-.862.113t-.863.137M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.45 17.975q.4 0 .575-.262t.225-.613q.05-.25.088-.5t.087-.55q.05-.275.113-.6t.137-.75q.575-.125 1.125-.212t1.075-.138q.575-.075 1.138-.112t1.087-.088q.125.6.263 1.075t.287.9q.2.575.438.95t.587.65t.763.3t.712-.225q.225-.175.225-.525t-.2-.875q-.125-.275-.213-.562t-.212-.588q-.125-.35-.225-.638t-.175-.562q.325-.025.587-.112t.438-.238t.263-.362t.087-.463q0-.275-.112-.462t-.338-.313t-.562-.162t-.763.012l-.1-.887q-.05-.437-.125-.888q-.075-.425-.137-.875t-.188-.875q-.15-.65-.425-1.112t-.625-.763q-.325-.275-.712-.412T12.775 6q-.55 0-1.05.225t-1 .675q-.275.275-.55.587t-.525.738q-.2-.15-.363-.2t-.362-.05q-.275 0-.463.15t-.187.5q0 .45-.05.9t-.15.9q-.125.65-.275 1.288T7.525 13q-.275.05-.488.138t-.362.187q-.2.125-.287.313t-.088.387q0 .175.05.325t.175.275t.3.188t.4.087q-.025.3-.037.563t-.013.512q0 .525.075.9t.225.625t.388.363t.587.112m1.775-5.575q.15-.575.35-1.112t.45-1.113q.4-.925.85-1.475t.8-.55q.275 0 .475.425t.325 1.275q.075.5.125 1.075T13.7 12q-.425.025-.875.063t-.875.087t-.862.113t-.863.137M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>
</template>

CSS

.icon-script-outline {
  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%22M8.45%2017.975q.4%200%20.575-.262t.225-.613q.05-.25.088-.5t.087-.55q.05-.275.113-.6t.137-.75q.575-.125%201.125-.212t1.075-.138q.575-.075%201.138-.112t1.087-.088q.125.6.263%201.075t.287.9q.2.575.438.95t.587.65t.763.3t.712-.225q.225-.175.225-.525t-.2-.875q-.125-.275-.213-.562t-.212-.588q-.125-.35-.225-.638t-.175-.562q.325-.025.587-.112t.438-.238t.263-.362t.087-.463q0-.275-.112-.462t-.338-.313t-.562-.162t-.763.012l-.1-.887q-.05-.437-.125-.888q-.075-.425-.137-.875t-.188-.875q-.15-.65-.425-1.112t-.625-.763q-.325-.275-.712-.412T12.775%206q-.55%200-1.05.225t-1%20.675q-.275.275-.55.587t-.525.738q-.2-.15-.363-.2t-.362-.05q-.275%200-.463.15t-.187.5q0%20.45-.05.9t-.15.9q-.125.65-.275%201.288T7.525%2013q-.275.05-.488.138t-.362.187q-.2.125-.287.313t-.088.387q0%20.175.05.325t.175.275t.3.188t.4.087q-.025.3-.037.563t-.013.512q0%20.525.075.9t.225.625t.388.363t.587.112m1.775-5.575q.15-.575.35-1.112t.45-1.113q.4-.925.85-1.475t.8-.55q.275%200%20.475.425t.325%201.275q.075.5.125%201.075T13.7%2012q-.425.025-.875.063t-.875.087t-.862.113t-.863.137M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%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%22M8.45%2017.975q.4%200%20.575-.262t.225-.613q.05-.25.088-.5t.087-.55q.05-.275.113-.6t.137-.75q.575-.125%201.125-.212t1.075-.138q.575-.075%201.138-.112t1.087-.088q.125.6.263%201.075t.287.9q.2.575.438.95t.587.65t.763.3t.712-.225q.225-.175.225-.525t-.2-.875q-.125-.275-.213-.562t-.212-.588q-.125-.35-.225-.638t-.175-.562q.325-.025.587-.112t.438-.238t.263-.362t.087-.463q0-.275-.112-.462t-.338-.313t-.562-.162t-.763.012l-.1-.887q-.05-.437-.125-.888q-.075-.425-.137-.875t-.188-.875q-.15-.65-.425-1.112t-.625-.763q-.325-.275-.712-.412T12.775%206q-.55%200-1.05.225t-1%20.675q-.275.275-.55.587t-.525.738q-.2-.15-.363-.2t-.362-.05q-.275%200-.463.15t-.187.5q0%20.45-.05.9t-.15.9q-.125.65-.275%201.288T7.525%2013q-.275.05-.488.138t-.362.187q-.2.125-.287.313t-.088.387q0%20.175.05.325t.175.275t.3.188t.4.087q-.025.3-.037.563t-.013.512q0%20.525.075.9t.225.625t.388.363t.587.112m1.775-5.575q.15-.575.35-1.112t.45-1.113q.4-.925.85-1.475t.8-.55q.275%200%20.475.425t.325%201.275q.075.5.125%201.075T13.7%2012q-.425.025-.875.063t-.875.087t-.862.113t-.863.137M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/script-outline.svg?color=%231a73e8&size=48