script icon
script-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- script-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M20 2.038V2q-.1 0-.2.007V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5h7.75c.69 0 1.25.56 1.25 1.25v3c0 1.268 1.095 2.25 2.527 2.25c1.292 0 2.31-.777 2.497-1.882q.006-.09.007-.18V4.608A2.98 2.98 0 0 1 20 2.038M1 17.902c0-.498.404-.902.902-.902H12v2.85h.001a3.73 3.73 0 0 0 .751 2.15H4c-1.623 0-3-1.235-3-2.925zM23.25 4.375v2.66c0 .947-.767 1.715-1.714 1.715H20V4.375a1.625 1.625 0 1 1 3.25 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentScript24Filled(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="M20 2.038V2q-.1 0-.2.007V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5h7.75c.69 0 1.25.56 1.25 1.25v3c0 1.268 1.095 2.25 2.527 2.25c1.292 0 2.31-.777 2.497-1.882q.006-.09.007-.18V4.608A2.98 2.98 0 0 1 20 2.038M1 17.902c0-.498.404-.902.902-.902H12v2.85h.001a3.73 3.73 0 0 0 .751 2.15H4c-1.623 0-3-1.235-3-2.925zM23.25 4.375v2.66c0 .947-.767 1.715-1.714 1.715H20V4.375a1.625 1.625 0 1 1 3.25 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="M20 2.038V2q-.1 0-.2.007V2H7.75A3.25 3.25 0 0 0 4.5 5.25V15.5h7.75c.69 0 1.25.56 1.25 1.25v3c0 1.268 1.095 2.25 2.527 2.25c1.292 0 2.31-.777 2.497-1.882q.006-.09.007-.18V4.608A2.98 2.98 0 0 1 20 2.038M1 17.902c0-.498.404-.902.902-.902H12v2.85h.001a3.73 3.73 0 0 0 .751 2.15H4c-1.623 0-3-1.235-3-2.925zM23.25 4.375v2.66c0 .947-.767 1.715-1.714 1.715H20V4.375a1.625 1.625 0 1 1 3.25 0"/></svg> </template>
CSS
.icon-script-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%202.038V2q-.1%200-.2.007V2H7.75A3.25%203.25%200%200%200%204.5%205.25V15.5h7.75c.69%200%201.25.56%201.25%201.25v3c0%201.268%201.095%202.25%202.527%202.25c1.292%200%202.31-.777%202.497-1.882q.006-.09.007-.18V4.608A2.98%202.98%200%200%201%2020%202.038M1%2017.902c0-.498.404-.902.902-.902H12v2.85h.001a3.73%203.73%200%200%200%20.751%202.15H4c-1.623%200-3-1.235-3-2.925zM23.25%204.375v2.66c0%20.947-.767%201.715-1.714%201.715H20V4.375a1.625%201.625%200%201%201%203.25%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%22M20%202.038V2q-.1%200-.2.007V2H7.75A3.25%203.25%200%200%200%204.5%205.25V15.5h7.75c.69%200%201.25.56%201.25%201.25v3c0%201.268%201.095%202.25%202.527%202.25c1.292%200%202.31-.777%202.497-1.882q.006-.09.007-.18V4.608A2.98%202.98%200%200%201%2020%202.038M1%2017.902c0-.498.404-.902.902-.902H12v2.85h.001a3.73%203.73%200%200%200%20.751%202.15H4c-1.623%200-3-1.235-3-2.925zM23.25%204.375v2.66c0%20.947-.767%201.715-1.714%201.715H20V4.375a1.625%201.625%200%201%201%203.25%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-filled.svg?color=%231a73e8&size=48