script-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
script-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the script icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 1a2 2 0 0 1 .5.07c-.8.21-1.4.89-1.48 1.73l-.017.145L12 2.96V13.5a1.501 1.501 0 0 1-3 0V12a1 1 0 0 0-1-1H3V3.5A2.5 2.5 0 0 1 5.5 1zM8 12v1.5c0 .565.196 1.081.513 1.5h-.235l-3.106.002l.378.001c-1.326.002-2.07.003-2.5-.003H3a2 2 0 0 1-2-2v-.5a.5.5 0 0 1 .5-.5zm6-10c-.18 0-.35.05-.5.14c-.3.17-.5.49-.5.86v2h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentScript16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 1a2 2 0 0 1 .5.07c-.8.21-1.4.89-1.48 1.73l-.017.145L12 2.96V13.5a1.501 1.501 0 0 1-3 0V12a1 1 0 0 0-1-1H3V3.5A2.5 2.5 0 0 1 5.5 1zM8 12v1.5c0 .565.196 1.081.513 1.5h-.235l-3.106.002l.378.001c-1.326.002-2.07.003-2.5-.003H3a2 2 0 0 1-2-2v-.5a.5.5 0 0 1 .5-.5zm6-10c-.18 0-.35.05-.5.14c-.3.17-.5.49-.5.86v2h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.999 1a2 2 0 0 1 .5.07c-.8.21-1.4.89-1.48 1.73l-.017.145L12 2.96V13.5a1.501 1.501 0 0 1-3 0V12a1 1 0 0 0-1-1H3V3.5A2.5 2.5 0 0 1 5.5 1zM8 12v1.5c0 .565.196 1.081.513 1.5h-.235l-3.106.002l.378.001c-1.326.002-2.07.003-2.5-.003H3a2 2 0 0 1-2-2v-.5a.5.5 0 0 1 .5-.5zm6-10c-.18 0-.35.05-.5.14c-.3.17-.5.49-.5.86v2h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1"/></svg>
</template>

CSS

.icon-script-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.999%201a2%202%200%200%201%20.5.07c-.8.21-1.4.89-1.48%201.73l-.017.145L12%202.96V13.5a1.501%201.501%200%200%201-3%200V12a1%201%200%200%200-1-1H3V3.5A2.5%202.5%200%200%201%205.5%201zM8%2012v1.5c0%20.565.196%201.081.513%201.5h-.235l-3.106.002l.378.001c-1.326.002-2.07.003-2.5-.003H3a2%202%200%200%201-2-2v-.5a.5.5%200%200%201%20.5-.5zm6-10c-.18%200-.35.05-.5.14c-.3.17-.5.49-.5.86v2h1c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.999%201a2%202%200%200%201%20.5.07c-.8.21-1.4.89-1.48%201.73l-.017.145L12%202.96V13.5a1.501%201.501%200%200%201-3%200V12a1%201%200%200%200-1-1H3V3.5A2.5%202.5%200%200%201%205.5%201zM8%2012v1.5c0%20.565.196%201.081.513%201.5h-.235l-3.106.002l.378.001c-1.326.002-2.07.003-2.5-.003H3a2%202%200%200%201-2-2v-.5a.5.5%200%200%201%20.5-.5zm6-10c-.18%200-.35.05-.5.14c-.3.17-.5.49-.5.86v2h1c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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