script icon
script-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- script-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M19.8 2.008V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5H2.75A1.75 1.75 0 0 0 1 17.25v1.825C1 20.765 2.377 22 4 22h11.02v-.008q.115.008.234.008c1.76 0 3.256-1.355 3.277-3.113V8.5h3.265C22.46 8.5 23 7.96 23 7.295v-2.31a2.984 2.984 0 0 0-3.2-2.977M7.75 3.5h9.676a2.97 2.97 0 0 0-.394 1.484V18.85c0 .875-.76 1.65-1.778 1.65s-1.777-.775-1.777-1.65v-2.1c0-.69-.56-1.25-1.25-1.25H6V5.25c0-.966.784-1.75 1.75-1.75m-5 13.5h9.227v1.85c0 .61.178 1.174.483 1.65H4c-.862 0-1.5-.63-1.5-1.425V17.25a.25.25 0 0 1 .25-.25M21.5 4.984V7h-2.968V4.984a1.484 1.484 0 1 1 2.968 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentScript24Regular(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="M19.8 2.008V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5H2.75A1.75 1.75 0 0 0 1 17.25v1.825C1 20.765 2.377 22 4 22h11.02v-.008q.115.008.234.008c1.76 0 3.256-1.355 3.277-3.113V8.5h3.265C22.46 8.5 23 7.96 23 7.295v-2.31a2.984 2.984 0 0 0-3.2-2.977M7.75 3.5h9.676a2.97 2.97 0 0 0-.394 1.484V18.85c0 .875-.76 1.65-1.778 1.65s-1.777-.775-1.777-1.65v-2.1c0-.69-.56-1.25-1.25-1.25H6V5.25c0-.966.784-1.75 1.75-1.75m-5 13.5h9.227v1.85c0 .61.178 1.174.483 1.65H4c-.862 0-1.5-.63-1.5-1.425V17.25a.25.25 0 0 1 .25-.25M21.5 4.984V7h-2.968V4.984a1.484 1.484 0 1 1 2.968 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 2.008V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5H2.75A1.75 1.75 0 0 0 1 17.25v1.825C1 20.765 2.377 22 4 22h11.02v-.008q.115.008.234.008c1.76 0 3.256-1.355 3.277-3.113V8.5h3.265C22.46 8.5 23 7.96 23 7.295v-2.31a2.984 2.984 0 0 0-3.2-2.977M7.75 3.5h9.676a2.97 2.97 0 0 0-.394 1.484V18.85c0 .875-.76 1.65-1.778 1.65s-1.777-.775-1.777-1.65v-2.1c0-.69-.56-1.25-1.25-1.25H6V5.25c0-.966.784-1.75 1.75-1.75m-5 13.5h9.227v1.85c0 .61.178 1.174.483 1.65H4c-.862 0-1.5-.63-1.5-1.425V17.25a.25.25 0 0 1 .25-.25M21.5 4.984V7h-2.968V4.984a1.484 1.484 0 1 1 2.968 0"/></svg> </template>
CSS
.icon-script-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.8%202.008V2H7.75A3.25%203.25%200%200%200%204.5%205.25V15.5H2.75A1.75%201.75%200%200%200%201%2017.25v1.825C1%2020.765%202.377%2022%204%2022h11.02v-.008q.115.008.234.008c1.76%200%203.256-1.355%203.277-3.113V8.5h3.265C22.46%208.5%2023%207.96%2023%207.295v-2.31a2.984%202.984%200%200%200-3.2-2.977M7.75%203.5h9.676a2.97%202.97%200%200%200-.394%201.484V18.85c0%20.875-.76%201.65-1.778%201.65s-1.777-.775-1.777-1.65v-2.1c0-.69-.56-1.25-1.25-1.25H6V5.25c0-.966.784-1.75%201.75-1.75m-5%2013.5h9.227v1.85c0%20.61.178%201.174.483%201.65H4c-.862%200-1.5-.63-1.5-1.425V17.25a.25.25%200%200%201%20.25-.25M21.5%204.984V7h-2.968V4.984a1.484%201.484%200%201%201%202.968%200%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%22M19.8%202.008V2H7.75A3.25%203.25%200%200%200%204.5%205.25V15.5H2.75A1.75%201.75%200%200%200%201%2017.25v1.825C1%2020.765%202.377%2022%204%2022h11.02v-.008q.115.008.234.008c1.76%200%203.256-1.355%203.277-3.113V8.5h3.265C22.46%208.5%2023%207.96%2023%207.295v-2.31a2.984%202.984%200%200%200-3.2-2.977M7.75%203.5h9.676a2.97%202.97%200%200%200-.394%201.484V18.85c0%20.875-.76%201.65-1.778%201.65s-1.777-.775-1.777-1.65v-2.1c0-.69-.56-1.25-1.25-1.25H6V5.25c0-.966.784-1.75%201.75-1.75m-5%2013.5h9.227v1.85c0%20.61.178%201.174.483%201.65H4c-.862%200-1.5-.63-1.5-1.425V17.25a.25.25%200%200%201%20.25-.25M21.5%204.984V7h-2.968V4.984a1.484%201.484%200%201%201%202.968%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/script-24-regular.svg?color=%231a73e8&size=48