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

Name
script-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M13 1H5.5A2.503 2.503 0 0 0 3 3.5V11H2c-.552 0-1 .449-1 1v1c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V5h2c.552 0 1-.449 1-1V3c0-1.103-.897-2-2-2M3 14c-.552 0-1-.449-1-1v-1h6v1c0 .364.098.706.269 1zm8-1a1.001 1.001 0 0 1-2 0v-1c0-.551-.448-1-1-1H4V3.5C4 2.673 4.673 2 5.5 2h5.769A2 2 0 0 0 11 3zm3-9h-2V3a1.001 1.001 0 0 1 2 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentScript16Regular(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="M13 1H5.5A2.503 2.503 0 0 0 3 3.5V11H2c-.552 0-1 .449-1 1v1c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V5h2c.552 0 1-.449 1-1V3c0-1.103-.897-2-2-2M3 14c-.552 0-1-.449-1-1v-1h6v1c0 .364.098.706.269 1zm8-1a1.001 1.001 0 0 1-2 0v-1c0-.551-.448-1-1-1H4V3.5C4 2.673 4.673 2 5.5 2h5.769A2 2 0 0 0 11 3zm3-9h-2V3a1.001 1.001 0 0 1 2 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 1H5.5A2.503 2.503 0 0 0 3 3.5V11H2c-.552 0-1 .449-1 1v1c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2V5h2c.552 0 1-.449 1-1V3c0-1.103-.897-2-2-2M3 14c-.552 0-1-.449-1-1v-1h6v1c0 .364.098.706.269 1zm8-1a1.001 1.001 0 0 1-2 0v-1c0-.551-.448-1-1-1H4V3.5C4 2.673 4.673 2 5.5 2h5.769A2 2 0 0 0 11 3zm3-9h-2V3a1.001 1.001 0 0 1 2 0z"/></svg>
</template>

CSS

.icon-script-16-regular {
  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%22M13%201H5.5A2.503%202.503%200%200%200%203%203.5V11H2c-.552%200-1%20.449-1%201v1c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2V5h2c.552%200%201-.449%201-1V3c0-1.103-.897-2-2-2M3%2014c-.552%200-1-.449-1-1v-1h6v1c0%20.364.098.706.269%201zm8-1a1.001%201.001%200%200%201-2%200v-1c0-.551-.448-1-1-1H4V3.5C4%202.673%204.673%202%205.5%202h5.769A2%202%200%200%200%2011%203zm3-9h-2V3a1.001%201.001%200%200%201%202%200z%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%22M13%201H5.5A2.503%202.503%200%200%200%203%203.5V11H2c-.552%200-1%20.449-1%201v1c0%201.103.897%202%202%202h7c1.103%200%202-.897%202-2V5h2c.552%200%201-.449%201-1V3c0-1.103-.897-2-2-2M3%2014c-.552%200-1-.449-1-1v-1h6v1c0%20.364.098.706.269%201zm8-1a1.001%201.001%200%200%201-2%200v-1c0-.551-.448-1-1-1H4V3.5C4%202.673%204.673%202%205.5%202h5.769A2%202%200%200%200%2011%203zm3-9h-2V3a1.001%201.001%200%200%201%202%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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