code-py-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
code-py-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

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="M14.44 3.894a.7.7 0 0 1 .199.214h-.002a.7.7 0 0 1 .103.277a.8.8 0 0 1-.01.288a.8.8 0 0 1-.121.267l-2.36 3.304v3.26c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-3.26L8.389 4.94a.76.76 0 0 1-.132-.56a.76.76 0 0 1 .867-.62a.77.77 0 0 1 .489.305L11.5 6.712l1.89-2.646a.75.75 0 0 1 1.051-.172M3.5 3.753h2.25a2.5 2.5 0 0 1 1.768.733c.471.47.732 1.099.732 1.767a2.5 2.5 0 0 1-.732 1.768c-.473.472-1.1.732-1.768.732h-1.5v2.75c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-7a.755.755 0 0 1 .75-.75m.75 3.5h1.5a1 1 0 0 0-.001-2H4.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodePy16Filled(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="M14.44 3.894a.7.7 0 0 1 .199.214h-.002a.7.7 0 0 1 .103.277a.8.8 0 0 1-.01.288a.8.8 0 0 1-.121.267l-2.36 3.304v3.26c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-3.26L8.389 4.94a.76.76 0 0 1-.132-.56a.76.76 0 0 1 .867-.62a.77.77 0 0 1 .489.305L11.5 6.712l1.89-2.646a.75.75 0 0 1 1.051-.172M3.5 3.753h2.25a2.5 2.5 0 0 1 1.768.733c.471.47.732 1.099.732 1.767a2.5 2.5 0 0 1-.732 1.768c-.473.472-1.1.732-1.768.732h-1.5v2.75c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-7a.755.755 0 0 1 .75-.75m.75 3.5h1.5a1 1 0 0 0-.001-2H4.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.44 3.894a.7.7 0 0 1 .199.214h-.002a.7.7 0 0 1 .103.277a.8.8 0 0 1-.01.288a.8.8 0 0 1-.121.267l-2.36 3.304v3.26c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-3.26L8.389 4.94a.76.76 0 0 1-.132-.56a.76.76 0 0 1 .867-.62a.77.77 0 0 1 .489.305L11.5 6.712l1.89-2.646a.75.75 0 0 1 1.051-.172M3.5 3.753h2.25a2.5 2.5 0 0 1 1.768.733c.471.47.732 1.099.732 1.767a2.5 2.5 0 0 1-.732 1.768c-.473.472-1.1.732-1.768.732h-1.5v2.75c0 .198-.08.39-.22.53a.74.74 0 0 1-.53.22a.753.753 0 0 1-.75-.75v-7a.755.755 0 0 1 .75-.75m.75 3.5h1.5a1 1 0 0 0-.001-2H4.25z"/></svg>
</template>

CSS

.icon-code-py-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%22M14.44%203.894a.7.7%200%200%201%20.199.214h-.002a.7.7%200%200%201%20.103.277a.8.8%200%200%201-.01.288a.8.8%200%200%201-.121.267l-2.36%203.304v3.26c0%20.198-.08.39-.22.53a.74.74%200%200%201-.53.22a.753.753%200%200%201-.75-.75v-3.26L8.389%204.94a.76.76%200%200%201-.132-.56a.76.76%200%200%201%20.867-.62a.77.77%200%200%201%20.489.305L11.5%206.712l1.89-2.646a.75.75%200%200%201%201.051-.172M3.5%203.753h2.25a2.5%202.5%200%200%201%201.768.733c.471.47.732%201.099.732%201.767a2.5%202.5%200%200%201-.732%201.768c-.473.472-1.1.732-1.768.732h-1.5v2.75c0%20.198-.08.39-.22.53a.74.74%200%200%201-.53.22a.753.753%200%200%201-.75-.75v-7a.755.755%200%200%201%20.75-.75m.75%203.5h1.5a1%201%200%200%200-.001-2H4.25z%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%22M14.44%203.894a.7.7%200%200%201%20.199.214h-.002a.7.7%200%200%201%20.103.277a.8.8%200%200%201-.01.288a.8.8%200%200%201-.121.267l-2.36%203.304v3.26c0%20.198-.08.39-.22.53a.74.74%200%200%201-.53.22a.753.753%200%200%201-.75-.75v-3.26L8.389%204.94a.76.76%200%200%201-.132-.56a.76.76%200%200%201%20.867-.62a.77.77%200%200%201%20.489.305L11.5%206.712l1.89-2.646a.75.75%200%200%201%201.051-.172M3.5%203.753h2.25a2.5%202.5%200%200%201%201.768.733c.471.47.732%201.099.732%201.767a2.5%202.5%200%200%201-.732%201.768c-.473.472-1.1.732-1.768.732h-1.5v2.75c0%20.198-.08.39-.22.53a.74.74%200%200%201-.53.22a.753.753%200%200%201-.75-.75v-7a.755.755%200%200%201%20.75-.75m.75%203.5h1.5a1%201%200%200%200-.001-2H4.25z%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-filled.svg?color=%231a73e8&size=48