python from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
python
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the python icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 12.88a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24m-3-11a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24"/><path fill-rule="evenodd" d="M8 0c1.99 0 4 .69 4 2v2h2c1.31 0 2 2.01 2 4s-.69 4-2 4h-2v2c0 1.31-2.01 2-4 2s-4-.69-4-2v-2H2C.69 12 0 9.99 0 8s.69-4 2-4h2V2C4 .69 6.01 0 8 0m4 6a2.5 2.5 0 0 1-2.5 2.5h-3C5.67 8.5 5 9.17 5 10v4c0 .35 1.14 1 3 1s3-.65 3-1v-2H7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H14c.35 0 1-1.14 1-3s-.65-3-1-3h-2zM8 1c-1.86 0-3 .65-3 1v2h3.5c.28 0 .5.22.5.5s-.22.5-.5.5H2c-.35 0-1 1.14-1 3s.65 3 1 3h2v-1a2.5 2.5 0 0 1 2.5-2.5h3c.83 0 1.5-.67 1.5-1.5V2c0-.35-1.14-1-3-1" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconPython(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 12.88a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24m-3-11a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24"/><path fillRule="evenodd" d="M8 0c1.99 0 4 .69 4 2v2h2c1.31 0 2 2.01 2 4s-.69 4-2 4h-2v2c0 1.31-2.01 2-4 2s-4-.69-4-2v-2H2C.69 12 0 9.99 0 8s.69-4 2-4h2V2C4 .69 6.01 0 8 0m4 6a2.5 2.5 0 0 1-2.5 2.5h-3C5.67 8.5 5 9.17 5 10v4c0 .35 1.14 1 3 1s3-.65 3-1v-2H7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H14c.35 0 1-1.14 1-3s-.65-3-1-3h-2zM8 1c-1.86 0-3 .65-3 1v2h3.5c.28 0 .5.22.5.5s-.22.5-.5.5H2c-.35 0-1 1.14-1 3s.65 3 1 3h2v-1a2.5 2.5 0 0 1 2.5-2.5h3c.83 0 1.5-.67 1.5-1.5V2c0-.35-1.14-1-3-1" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.5 12.88a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24m-3-11a.62.62 0 1 1 0 1.24a.62.62 0 0 1 0-1.24"/><path fill-rule="evenodd" d="M8 0c1.99 0 4 .69 4 2v2h2c1.31 0 2 2.01 2 4s-.69 4-2 4h-2v2c0 1.31-2.01 2-4 2s-4-.69-4-2v-2H2C.69 12 0 9.99 0 8s.69-4 2-4h2V2C4 .69 6.01 0 8 0m4 6a2.5 2.5 0 0 1-2.5 2.5h-3C5.67 8.5 5 9.17 5 10v4c0 .35 1.14 1 3 1s3-.65 3-1v-2H7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H14c.35 0 1-1.14 1-3s-.65-3-1-3h-2zM8 1c-1.86 0-3 .65-3 1v2h3.5c.28 0 .5.22.5.5s-.22.5-.5.5H2c-.35 0-1 1.14-1 3s.65 3 1 3h2v-1a2.5 2.5 0 0 1 2.5-2.5h3c.83 0 1.5-.67 1.5-1.5V2c0-.35-1.14-1-3-1" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-python {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2012.88a.62.62%200%201%201%200%201.24a.62.62%200%200%201%200-1.24m-3-11a.62.62%200%201%201%200%201.24a.62.62%200%200%201%200-1.24%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200c1.99%200%204%20.69%204%202v2h2c1.31%200%202%202.01%202%204s-.69%204-2%204h-2v2c0%201.31-2.01%202-4%202s-4-.69-4-2v-2H2C.69%2012%200%209.99%200%208s.69-4%202-4h2V2C4%20.69%206.01%200%208%200m4%206a2.5%202.5%200%200%201-2.5%202.5h-3C5.67%208.5%205%209.17%205%2010v4c0%20.35%201.14%201%203%201s3-.65%203-1v-2H7.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5H14c.35%200%201-1.14%201-3s-.65-3-1-3h-2zM8%201c-1.86%200-3%20.65-3%201v2h3.5c.28%200%20.5.22.5.5s-.22.5-.5.5H2c-.35%200-1%201.14-1%203s.65%203%201%203h2v-1a2.5%202.5%200%200%201%202.5-2.5h3c.83%200%201.5-.67%201.5-1.5V2c0-.35-1.14-1-3-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2012.88a.62.62%200%201%201%200%201.24a.62.62%200%200%201%200-1.24m-3-11a.62.62%200%201%201%200%201.24a.62.62%200%200%201%200-1.24%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200c1.99%200%204%20.69%204%202v2h2c1.31%200%202%202.01%202%204s-.69%204-2%204h-2v2c0%201.31-2.01%202-4%202s-4-.69-4-2v-2H2C.69%2012%200%209.99%200%208s.69-4%202-4h2V2C4%20.69%206.01%200%208%200m4%206a2.5%202.5%200%200%201-2.5%202.5h-3C5.67%208.5%205%209.17%205%2010v4c0%20.35%201.14%201%203%201s3-.65%203-1v-2H7.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5H14c.35%200%201-1.14%201-3s-.65-3-1-3h-2zM8%201c-1.86%200-3%20.65-3%201v2h3.5c.28%200%20.5.22.5.5s-.22.5-.5.5H2c-.35%200-1%201.14-1%203s.65%203%201%203h2v-1a2.5%202.5%200%200%201%202.5-2.5h3c.83%200%201.5-.67%201.5-1.5V2c0-.35-1.14-1-3-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/python.svg?color=%231a73e8&size=48