code py icon
code-py-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- code-py-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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-rectangle-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.75 4H3.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 1 0v-3h1.75A2.25 2.25 0 0 0 8 6.25A2.25 2.25 0 0 0 5.75 4m0 3.5H4V5h1.75A1.25 1.25 0 0 1 7 6.25A1.25 1.25 0 0 1 5.75 7.5m8.657-2.71L12 8.16v3.34a.5.5 0 0 1-1 0V8.16L8.593 4.79a.5.5 0 0 1 .294-.78a.5.5 0 0 1 .522.197L11.5 7.14l2.093-2.931a.5.5 0 1 1 .814.582"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodePy16Regular(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.75 4H3.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 1 0v-3h1.75A2.25 2.25 0 0 0 8 6.25A2.25 2.25 0 0 0 5.75 4m0 3.5H4V5h1.75A1.25 1.25 0 0 1 7 6.25A1.25 1.25 0 0 1 5.75 7.5m8.657-2.71L12 8.16v3.34a.5.5 0 0 1-1 0V8.16L8.593 4.79a.5.5 0 0 1 .294-.78a.5.5 0 0 1 .522.197L11.5 7.14l2.093-2.931a.5.5 0 1 1 .814.582"/></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.75 4H3.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 1 0v-3h1.75A2.25 2.25 0 0 0 8 6.25A2.25 2.25 0 0 0 5.75 4m0 3.5H4V5h1.75A1.25 1.25 0 0 1 7 6.25A1.25 1.25 0 0 1 5.75 7.5m8.657-2.71L12 8.16v3.34a.5.5 0 0 1-1 0V8.16L8.593 4.79a.5.5 0 0 1 .294-.78a.5.5 0 0 1 .522.197L11.5 7.14l2.093-2.931a.5.5 0 1 1 .814.582"/></svg> </template>
CSS
.icon-code-py-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%22M5.75%204H3.5a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%201%200v-3h1.75A2.25%202.25%200%200%200%208%206.25A2.25%202.25%200%200%200%205.75%204m0%203.5H4V5h1.75A1.25%201.25%200%200%201%207%206.25A1.25%201.25%200%200%201%205.75%207.5m8.657-2.71L12%208.16v3.34a.5.5%200%200%201-1%200V8.16L8.593%204.79a.5.5%200%200%201%20.294-.78a.5.5%200%200%201%20.522.197L11.5%207.14l2.093-2.931a.5.5%200%201%201%20.814.582%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.75%204H3.5a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%201%200v-3h1.75A2.25%202.25%200%200%200%208%206.25A2.25%202.25%200%200%200%205.75%204m0%203.5H4V5h1.75A1.25%201.25%200%200%201%207%206.25A1.25%201.25%200%200%201%205.75%207.5m8.657-2.71L12%208.16v3.34a.5.5%200%200%201-1%200V8.16L8.593%204.79a.5.5%200%200%201%20.294-.78a.5.5%200%200%201%20.522.197L11.5%207.14l2.093-2.931a.5.5%200%201%201%20.814.582%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-py-16-regular.svg?color=%231a73e8&size=48