logo python icon

logo-python from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
logo-python
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More brand icons from Carbon

Use the logo python icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.488 9.14v2.966a4.284 4.284 0 0 1-4.173 4.236h-6.672a3.41 3.41 0 0 0-3.34 3.394v6.36c0 1.81 1.574 2.876 3.34 3.395a11.2 11.2 0 0 0 6.672 0c1.682-.487 3.34-1.467 3.34-3.394V23.55h-6.672v-.849h10.012c1.941 0 2.665-1.354 3.34-3.386a11.46 11.46 0 0 0 0-6.79c-.48-1.932-1.396-3.386-3.34-3.386Zm-3.752 16.108a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="none" d="M19.736 25.248a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="currentColor" d="M15.835 2a19 19 0 0 0-3.192.273c-2.827.499-3.34 1.544-3.34 3.472V8.29h6.68v.849H6.796a4.17 4.17 0 0 0-4.173 3.387a12.5 12.5 0 0 0 0 6.789c.475 1.977 1.609 3.386 3.55 3.386H8.47V19.65a4.245 4.245 0 0 1 4.173-4.15h6.672a3.365 3.365 0 0 0 3.34-3.394V5.745a3.73 3.73 0 0 0-3.34-3.472A21 21 0 0 0 15.835 2m-3.612 2.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/><path fill="none" d="M12.223 4.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoPython(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.488 9.14v2.966a4.284 4.284 0 0 1-4.173 4.236h-6.672a3.41 3.41 0 0 0-3.34 3.394v6.36c0 1.81 1.574 2.876 3.34 3.395a11.2 11.2 0 0 0 6.672 0c1.682-.487 3.34-1.467 3.34-3.394V23.55h-6.672v-.849h10.012c1.941 0 2.665-1.354 3.34-3.386a11.46 11.46 0 0 0 0-6.79c-.48-1.932-1.396-3.386-3.34-3.386Zm-3.752 16.108a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="none" d="M19.736 25.248a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="currentColor" d="M15.835 2a19 19 0 0 0-3.192.273c-2.827.499-3.34 1.544-3.34 3.472V8.29h6.68v.849H6.796a4.17 4.17 0 0 0-4.173 3.387a12.5 12.5 0 0 0 0 6.789c.475 1.977 1.609 3.386 3.55 3.386H8.47V19.65a4.245 4.245 0 0 1 4.173-4.15h6.672a3.365 3.365 0 0 0 3.34-3.394V5.745a3.73 3.73 0 0 0-3.34-3.472A21 21 0 0 0 15.835 2m-3.612 2.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/><path fill="none" d="M12.223 4.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.488 9.14v2.966a4.284 4.284 0 0 1-4.173 4.236h-6.672a3.41 3.41 0 0 0-3.34 3.394v6.36c0 1.81 1.574 2.876 3.34 3.395a11.2 11.2 0 0 0 6.672 0c1.682-.487 3.34-1.467 3.34-3.394V23.55h-6.672v-.849h10.012c1.941 0 2.665-1.354 3.34-3.386a11.46 11.46 0 0 0 0-6.79c-.48-1.932-1.396-3.386-3.34-3.386Zm-3.752 16.108a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="none" d="M19.736 25.248a1.273 1.273 0 1 1-1.254 1.269a1.26 1.26 0 0 1 1.254-1.27"/><path fill="currentColor" d="M15.835 2a19 19 0 0 0-3.192.273c-2.827.499-3.34 1.544-3.34 3.472V8.29h6.68v.849H6.796a4.17 4.17 0 0 0-4.173 3.387a12.5 12.5 0 0 0 0 6.789c.475 1.977 1.609 3.386 3.55 3.386H8.47V19.65a4.245 4.245 0 0 1 4.173-4.15h6.672a3.365 3.365 0 0 0 3.34-3.394V5.745a3.73 3.73 0 0 0-3.34-3.472A21 21 0 0 0 15.835 2m-3.612 2.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/><path fill="none" d="M12.223 4.048a1.273 1.273 0 1 1-1.254 1.277a1.27 1.27 0 0 1 1.254-1.277"/></svg>
</template>

CSS

.icon-logo-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.488%209.14v2.966a4.284%204.284%200%200%201-4.173%204.236h-6.672a3.41%203.41%200%200%200-3.34%203.394v6.36c0%201.81%201.574%202.876%203.34%203.395a11.2%2011.2%200%200%200%206.672%200c1.682-.487%203.34-1.467%203.34-3.394V23.55h-6.672v-.849h10.012c1.941%200%202.665-1.354%203.34-3.386a11.46%2011.46%200%200%200%200-6.79c-.48-1.932-1.396-3.386-3.34-3.386Zm-3.752%2016.108a1.273%201.273%200%201%201-1.254%201.269a1.26%201.26%200%200%201%201.254-1.27%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M19.736%2025.248a1.273%201.273%200%201%201-1.254%201.269a1.26%201.26%200%200%201%201.254-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.835%202a19%2019%200%200%200-3.192.273c-2.827.499-3.34%201.544-3.34%203.472V8.29h6.68v.849H6.796a4.17%204.17%200%200%200-4.173%203.387a12.5%2012.5%200%200%200%200%206.789c.475%201.977%201.609%203.386%203.55%203.386H8.47V19.65a4.245%204.245%200%200%201%204.173-4.15h6.672a3.365%203.365%200%200%200%203.34-3.394V5.745a3.73%203.73%200%200%200-3.34-3.472A21%2021%200%200%200%2015.835%202m-3.612%202.048a1.273%201.273%200%201%201-1.254%201.277a1.27%201.27%200%200%201%201.254-1.277%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M12.223%204.048a1.273%201.273%200%201%201-1.254%201.277a1.27%201.27%200%200%201%201.254-1.277%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.488%209.14v2.966a4.284%204.284%200%200%201-4.173%204.236h-6.672a3.41%203.41%200%200%200-3.34%203.394v6.36c0%201.81%201.574%202.876%203.34%203.395a11.2%2011.2%200%200%200%206.672%200c1.682-.487%203.34-1.467%203.34-3.394V23.55h-6.672v-.849h10.012c1.941%200%202.665-1.354%203.34-3.386a11.46%2011.46%200%200%200%200-6.79c-.48-1.932-1.396-3.386-3.34-3.386Zm-3.752%2016.108a1.273%201.273%200%201%201-1.254%201.269a1.26%201.26%200%200%201%201.254-1.27%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M19.736%2025.248a1.273%201.273%200%201%201-1.254%201.269a1.26%201.26%200%200%201%201.254-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.835%202a19%2019%200%200%200-3.192.273c-2.827.499-3.34%201.544-3.34%203.472V8.29h6.68v.849H6.796a4.17%204.17%200%200%200-4.173%203.387a12.5%2012.5%200%200%200%200%206.789c.475%201.977%201.609%203.386%203.55%203.386H8.47V19.65a4.245%204.245%200%200%201%204.173-4.15h6.672a3.365%203.365%200%200%200%203.34-3.394V5.745a3.73%203.73%200%200%200-3.34-3.472A21%2021%200%200%200%2015.835%202m-3.612%202.048a1.273%201.273%200%201%201-1.254%201.277a1.27%201.27%200%200%201%201.254-1.277%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M12.223%204.048a1.273%201.273%200%201%201-1.254%201.277a1.27%201.27%200%200%201%201.254-1.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Logo Python outline icon — Carbon · IconsDB