python-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
python-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

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 1024 1024"><g fill="currentColor" fill-rule="evenodd"><path d="M555 790.5c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5m-143-557c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5"/><path d="M821.524 297.714h-95.238v-95.238c0-49.905-40.572-90.476-90.476-90.476H388.19c-49.904 0-90.476 40.571-90.476 90.476v95.238h-95.238c-49.905 0-90.476 40.572-90.476 90.476v247.62c0 49.904 40.571 90.476 90.476 90.476h95.238v95.238c0 49.905 40.572 90.476 90.476 90.476h247.62c49.904 0 90.476-40.571 90.476-90.476v-95.238h95.238c49.905 0 90.476-40.572 90.476-90.476V388.19c0-49.904-40.571-90.476-90.476-90.476M202.476 669.143c-18.38 0-33.333-14.953-33.333-33.333V388.19c0-18.38 14.952-33.333 33.333-33.333h278.572c15.81 0 28.571-12.762 28.571-28.571s-12.762-28.572-28.571-28.572h-126.19v-95.238c0-18.38 14.952-33.333 33.332-33.333h247.62c18.38 0 33.333 14.952 33.333 33.333v256.476c0 13.524-10.953 24.477-24.476 24.477H379.333c-45.047 0-81.619 36.666-81.619 81.619v104.095zm652.381-33.333c0 18.38-14.952 33.333-33.333 33.333H542.952c-15.81 0-28.571 12.762-28.571 28.571s12.762 28.572 28.571 28.572h126.19v95.238c0 18.38-14.952 33.333-33.332 33.333H388.19c-18.38 0-33.333-14.952-33.333-33.333V565.048c0-13.524 10.953-24.477 24.476-24.477h265.334c45.047 0 81.619-36.666 81.619-81.619V354.857h95.238c18.38 0 33.333 14.953 33.333 33.333z"/></g></svg>

React

import type { SVGProps } from "react";

export function AntDesignPythonOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><g fill="currentColor" fillRule="evenodd"><path d="M555 790.5c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5m-143-557c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5"/><path d="M821.524 297.714h-95.238v-95.238c0-49.905-40.572-90.476-90.476-90.476H388.19c-49.904 0-90.476 40.571-90.476 90.476v95.238h-95.238c-49.905 0-90.476 40.572-90.476 90.476v247.62c0 49.904 40.571 90.476 90.476 90.476h95.238v95.238c0 49.905 40.572 90.476 90.476 90.476h247.62c49.904 0 90.476-40.571 90.476-90.476v-95.238h95.238c49.905 0 90.476-40.572 90.476-90.476V388.19c0-49.904-40.571-90.476-90.476-90.476M202.476 669.143c-18.38 0-33.333-14.953-33.333-33.333V388.19c0-18.38 14.952-33.333 33.333-33.333h278.572c15.81 0 28.571-12.762 28.571-28.571s-12.762-28.572-28.571-28.572h-126.19v-95.238c0-18.38 14.952-33.333 33.332-33.333h247.62c18.38 0 33.333 14.952 33.333 33.333v256.476c0 13.524-10.953 24.477-24.476 24.477H379.333c-45.047 0-81.619 36.666-81.619 81.619v104.095zm652.381-33.333c0 18.38-14.952 33.333-33.333 33.333H542.952c-15.81 0-28.571 12.762-28.571 28.571s12.762 28.572 28.571 28.572h126.19v95.238c0 18.38-14.952 33.333-33.332 33.333H388.19c-18.38 0-33.333-14.952-33.333-33.333V565.048c0-13.524 10.953-24.477 24.476-24.477h265.334c45.047 0 81.619-36.666 81.619-81.619V354.857h95.238c18.38 0 33.333 14.953 33.333 33.333z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><g fill="currentColor" fill-rule="evenodd"><path d="M555 790.5c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5m-143-557c0 15.74 12.76 28.5 28.5 28.5s28.5-12.76 28.5-28.5s-12.76-28.5-28.5-28.5s-28.5 12.76-28.5 28.5"/><path d="M821.524 297.714h-95.238v-95.238c0-49.905-40.572-90.476-90.476-90.476H388.19c-49.904 0-90.476 40.571-90.476 90.476v95.238h-95.238c-49.905 0-90.476 40.572-90.476 90.476v247.62c0 49.904 40.571 90.476 90.476 90.476h95.238v95.238c0 49.905 40.572 90.476 90.476 90.476h247.62c49.904 0 90.476-40.571 90.476-90.476v-95.238h95.238c49.905 0 90.476-40.572 90.476-90.476V388.19c0-49.904-40.571-90.476-90.476-90.476M202.476 669.143c-18.38 0-33.333-14.953-33.333-33.333V388.19c0-18.38 14.952-33.333 33.333-33.333h278.572c15.81 0 28.571-12.762 28.571-28.571s-12.762-28.572-28.571-28.572h-126.19v-95.238c0-18.38 14.952-33.333 33.332-33.333h247.62c18.38 0 33.333 14.952 33.333 33.333v256.476c0 13.524-10.953 24.477-24.476 24.477H379.333c-45.047 0-81.619 36.666-81.619 81.619v104.095zm652.381-33.333c0 18.38-14.952 33.333-33.333 33.333H542.952c-15.81 0-28.571 12.762-28.571 28.571s12.762 28.572 28.571 28.572h126.19v95.238c0 18.38-14.952 33.333-33.332 33.333H388.19c-18.38 0-33.333-14.952-33.333-33.333V565.048c0-13.524 10.953-24.477 24.476-24.477h265.334c45.047 0 81.619-36.666 81.619-81.619V354.857h95.238c18.38 0 33.333 14.953 33.333 33.333z"/></g></svg>
</template>

CSS

.icon-python-outlined {
  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%201024%201024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M555%20790.5c0%2015.74%2012.76%2028.5%2028.5%2028.5s28.5-12.76%2028.5-28.5s-12.76-28.5-28.5-28.5s-28.5%2012.76-28.5%2028.5m-143-557c0%2015.74%2012.76%2028.5%2028.5%2028.5s28.5-12.76%2028.5-28.5s-12.76-28.5-28.5-28.5s-28.5%2012.76-28.5%2028.5%22%2F%3E%3Cpath%20d%3D%22M821.524%20297.714h-95.238v-95.238c0-49.905-40.572-90.476-90.476-90.476H388.19c-49.904%200-90.476%2040.571-90.476%2090.476v95.238h-95.238c-49.905%200-90.476%2040.572-90.476%2090.476v247.62c0%2049.904%2040.571%2090.476%2090.476%2090.476h95.238v95.238c0%2049.905%2040.572%2090.476%2090.476%2090.476h247.62c49.904%200%2090.476-40.571%2090.476-90.476v-95.238h95.238c49.905%200%2090.476-40.572%2090.476-90.476V388.19c0-49.904-40.571-90.476-90.476-90.476M202.476%20669.143c-18.38%200-33.333-14.953-33.333-33.333V388.19c0-18.38%2014.952-33.333%2033.333-33.333h278.572c15.81%200%2028.571-12.762%2028.571-28.571s-12.762-28.572-28.571-28.572h-126.19v-95.238c0-18.38%2014.952-33.333%2033.332-33.333h247.62c18.38%200%2033.333%2014.952%2033.333%2033.333v256.476c0%2013.524-10.953%2024.477-24.476%2024.477H379.333c-45.047%200-81.619%2036.666-81.619%2081.619v104.095zm652.381-33.333c0%2018.38-14.952%2033.333-33.333%2033.333H542.952c-15.81%200-28.571%2012.762-28.571%2028.571s12.762%2028.572%2028.571%2028.572h126.19v95.238c0%2018.38-14.952%2033.333-33.332%2033.333H388.19c-18.38%200-33.333-14.952-33.333-33.333V565.048c0-13.524%2010.953-24.477%2024.476-24.477h265.334c45.047%200%2081.619-36.666%2081.619-81.619V354.857h95.238c18.38%200%2033.333%2014.953%2033.333%2033.333z%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%201024%201024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M555%20790.5c0%2015.74%2012.76%2028.5%2028.5%2028.5s28.5-12.76%2028.5-28.5s-12.76-28.5-28.5-28.5s-28.5%2012.76-28.5%2028.5m-143-557c0%2015.74%2012.76%2028.5%2028.5%2028.5s28.5-12.76%2028.5-28.5s-12.76-28.5-28.5-28.5s-28.5%2012.76-28.5%2028.5%22%2F%3E%3Cpath%20d%3D%22M821.524%20297.714h-95.238v-95.238c0-49.905-40.572-90.476-90.476-90.476H388.19c-49.904%200-90.476%2040.571-90.476%2090.476v95.238h-95.238c-49.905%200-90.476%2040.572-90.476%2090.476v247.62c0%2049.904%2040.571%2090.476%2090.476%2090.476h95.238v95.238c0%2049.905%2040.572%2090.476%2090.476%2090.476h247.62c49.904%200%2090.476-40.571%2090.476-90.476v-95.238h95.238c49.905%200%2090.476-40.572%2090.476-90.476V388.19c0-49.904-40.571-90.476-90.476-90.476M202.476%20669.143c-18.38%200-33.333-14.953-33.333-33.333V388.19c0-18.38%2014.952-33.333%2033.333-33.333h278.572c15.81%200%2028.571-12.762%2028.571-28.571s-12.762-28.572-28.571-28.572h-126.19v-95.238c0-18.38%2014.952-33.333%2033.332-33.333h247.62c18.38%200%2033.333%2014.952%2033.333%2033.333v256.476c0%2013.524-10.953%2024.477-24.476%2024.477H379.333c-45.047%200-81.619%2036.666-81.619%2081.619v104.095zm652.381-33.333c0%2018.38-14.952%2033.333-33.333%2033.333H542.952c-15.81%200-28.571%2012.762-28.571%2028.571s12.762%2028.572%2028.571%2028.572h126.19v95.238c0%2018.38-14.952%2033.333-33.332%2033.333H388.19c-18.38%200-33.333-14.952-33.333-33.333V565.048c0-13.524%2010.953-24.477%2024.476-24.477h265.334c45.047%200%2081.619-36.666%2081.619-81.619V354.857h95.238c18.38%200%2033.333%2014.953%2033.333%2033.333z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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