code py rectangle icon
code-py-rectangle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- code-py-rectangle-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
code-block-16-filledcode-block-edit-16-filledcode-circle-20-filledcode-cs-16-filledcode-cs-rectangle-16-filledcode-fs-16-filledcode-fs-rectangle-16-filledcode-js-16-filledcode-js-rectangle-16-filledcode-off-16-filledcode-py-16-filledcode-rb-16-filledcode-rb-rectangle-16-filledcode-text-16-filledcode-text-edit-20-filledcode-text-off-16-filledcode-ts-16-filledcode-ts-rectangle-16-filledcode-vb-16-filledcode-vb-rectangle-16-filled
Use the code py rectangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 7H5v1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5m6.75-4h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M6.561 8.561A1.5 1.5 0 0 1 5.5 9H5v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1A1.503 1.503 0 0 1 7 7.5c0 .398-.158.779-.439 1.061M11.4 6.8L10 8.666V10.5a.5.5 0 1 1-1 0V8.666L7.6 6.8a.502.502 0 0 1 .471-.795a.5.5 0 0 1 .329.195l1.1 1.467L10.6 6.2a.5.5 0 0 1 .7-.1a.5.5 0 0 1 .1.7"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodePyRectangle16Filled(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="M5.5 7H5v1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5m6.75-4h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M6.561 8.561A1.5 1.5 0 0 1 5.5 9H5v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1A1.503 1.503 0 0 1 7 7.5c0 .398-.158.779-.439 1.061M11.4 6.8L10 8.666V10.5a.5.5 0 1 1-1 0V8.666L7.6 6.8a.502.502 0 0 1 .471-.795a.5.5 0 0 1 .329.195l1.1 1.467L10.6 6.2a.5.5 0 0 1 .7-.1a.5.5 0 0 1 .1.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 7H5v1h.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5m6.75-4h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M6.561 8.561A1.5 1.5 0 0 1 5.5 9H5v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1A1.503 1.503 0 0 1 7 7.5c0 .398-.158.779-.439 1.061M11.4 6.8L10 8.666V10.5a.5.5 0 1 1-1 0V8.666L7.6 6.8a.502.502 0 0 1 .471-.795a.5.5 0 0 1 .329.195l1.1 1.467L10.6 6.2a.5.5 0 0 1 .7-.1a.5.5 0 0 1 .1.7"/></svg> </template>
CSS
.icon-code-py-rectangle-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%22M5.5%207H5v1h.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5m6.75-4h-9.5C1.785%203%201%203.785%201%204.75v7.5c0%20.965.785%201.75%201.75%201.75h9.5c.965%200%201.75-.785%201.75-1.75v-7.5C14%203.785%2013.215%203%2012.25%203M6.561%208.561A1.5%201.5%200%200%201%205.5%209H5v1.5a.5.5%200%201%201-1%200v-4a.5.5%200%200%201%20.5-.5h1A1.503%201.503%200%200%201%207%207.5c0%20.398-.158.779-.439%201.061M11.4%206.8L10%208.666V10.5a.5.5%200%201%201-1%200V8.666L7.6%206.8a.502.502%200%200%201%20.471-.795a.5.5%200%200%201%20.329.195l1.1%201.467L10.6%206.2a.5.5%200%200%201%20.7-.1a.5.5%200%200%201%20.1.7%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%22M5.5%207H5v1h.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5m6.75-4h-9.5C1.785%203%201%203.785%201%204.75v7.5c0%20.965.785%201.75%201.75%201.75h9.5c.965%200%201.75-.785%201.75-1.75v-7.5C14%203.785%2013.215%203%2012.25%203M6.561%208.561A1.5%201.5%200%200%201%205.5%209H5v1.5a.5.5%200%201%201-1%200v-4a.5.5%200%200%201%20.5-.5h1A1.503%201.503%200%200%201%207%207.5c0%20.398-.158.779-.439%201.061M11.4%206.8L10%208.666V10.5a.5.5%200%201%201-1%200V8.666L7.6%206.8a.502.502%200%200%201%20.471-.795a.5.5%200%200%201%20.329.195l1.1%201.467L10.6%206.2a.5.5%200%200%201%20.7-.1a.5.5%200%200%201%20.1.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-py-rectangle-16-filled.svg?color=%231a73e8&size=48