script icon
script-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- script-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M16.563 2H6.5A2.5 2.5 0 0 0 4 4.5V13H2a1 1 0 0 0-1 1v1.688C1 17.02 2.086 18 3.375 18h9.14A2.5 2.5 0 0 0 15 15.531V7h3a1 1 0 0 0 1-1V4.5A2.5 2.5 0 0 0 16.563 2M6.5 3h8c-.29.387-.472.86-.497 1.375H14V15.5a1.5 1.5 0 0 1-3 0V14a1 1 0 0 0-1-1H5V4.5A1.5 1.5 0 0 1 6.5 3m9.999 0h.002A1.5 1.5 0 0 1 18 4.5V6h-3V4.5c0-.828.67-1.5 1.499-1.5M2 14h8v1.5c0 .563.186 1.082.5 1.5H3.375C2.593 17 2 16.425 2 15.688z"/></svg>
React
import type { SVGProps } from "react";
export function FluentScript20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.563 2H6.5A2.5 2.5 0 0 0 4 4.5V13H2a1 1 0 0 0-1 1v1.688C1 17.02 2.086 18 3.375 18h9.14A2.5 2.5 0 0 0 15 15.531V7h3a1 1 0 0 0 1-1V4.5A2.5 2.5 0 0 0 16.563 2M6.5 3h8c-.29.387-.472.86-.497 1.375H14V15.5a1.5 1.5 0 0 1-3 0V14a1 1 0 0 0-1-1H5V4.5A1.5 1.5 0 0 1 6.5 3m9.999 0h.002A1.5 1.5 0 0 1 18 4.5V6h-3V4.5c0-.828.67-1.5 1.499-1.5M2 14h8v1.5c0 .563.186 1.082.5 1.5H3.375C2.593 17 2 16.425 2 15.688z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.563 2H6.5A2.5 2.5 0 0 0 4 4.5V13H2a1 1 0 0 0-1 1v1.688C1 17.02 2.086 18 3.375 18h9.14A2.5 2.5 0 0 0 15 15.531V7h3a1 1 0 0 0 1-1V4.5A2.5 2.5 0 0 0 16.563 2M6.5 3h8c-.29.387-.472.86-.497 1.375H14V15.5a1.5 1.5 0 0 1-3 0V14a1 1 0 0 0-1-1H5V4.5A1.5 1.5 0 0 1 6.5 3m9.999 0h.002A1.5 1.5 0 0 1 18 4.5V6h-3V4.5c0-.828.67-1.5 1.499-1.5M2 14h8v1.5c0 .563.186 1.082.5 1.5H3.375C2.593 17 2 16.425 2 15.688z"/></svg> </template>
CSS
.icon-script-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.563%202H6.5A2.5%202.5%200%200%200%204%204.5V13H2a1%201%200%200%200-1%201v1.688C1%2017.02%202.086%2018%203.375%2018h9.14A2.5%202.5%200%200%200%2015%2015.531V7h3a1%201%200%200%200%201-1V4.5A2.5%202.5%200%200%200%2016.563%202M6.5%203h8c-.29.387-.472.86-.497%201.375H14V15.5a1.5%201.5%200%200%201-3%200V14a1%201%200%200%200-1-1H5V4.5A1.5%201.5%200%200%201%206.5%203m9.999%200h.002A1.5%201.5%200%200%201%2018%204.5V6h-3V4.5c0-.828.67-1.5%201.499-1.5M2%2014h8v1.5c0%20.563.186%201.082.5%201.5H3.375C2.593%2017%202%2016.425%202%2015.688z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.563%202H6.5A2.5%202.5%200%200%200%204%204.5V13H2a1%201%200%200%200-1%201v1.688C1%2017.02%202.086%2018%203.375%2018h9.14A2.5%202.5%200%200%200%2015%2015.531V7h3a1%201%200%200%200%201-1V4.5A2.5%202.5%200%200%200%2016.563%202M6.5%203h8c-.29.387-.472.86-.497%201.375H14V15.5a1.5%201.5%200%200%201-3%200V14a1%201%200%200%200-1-1H5V4.5A1.5%201.5%200%200%201%206.5%203m9.999%200h.002A1.5%201.5%200%200%201%2018%204.5V6h-3V4.5c0-.828.67-1.5%201.499-1.5M2%2014h8v1.5c0%20.563.186%201.082.5%201.5H3.375C2.593%2017%202%2016.425%202%2015.688z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/script-20-regular.svg?color=%231a73e8&size=48