pycqa from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
pycqa
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the pycqa logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.256 6.935c-.176 1.188-.244 1.694.88 1.694l-.008.068H0l.008-.068c1.008 0 1.096-.55 1.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893 0 2.901.47 2.901 1.618c0 1.9-2.127 2.383-3.761 2.383h-.176l.008-.08h.148c1.371 0 1.733-1.47 1.733-2.654c0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251l-.04-.008c-.657 2.511-1.303 3.096-2.343 3.096c-1.35 0-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167 1.028-.382 1.498-.382c.558 0 .753.207.646.872l-.51 3.136c-.08.462.007.745.314.745c.598 0 1.08-1.127 1.439-2.586c.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099 1.981-.079 1.734 1.511l-.53 3.359c-.275 1.725-2.566 3.419-3.734 3.419c-1.961 0-2.578-1.734-3.977-1.734c-.597 0-.825.283-.825.558c0 .243.168.462.518.462c.235 0 .53-.235.423-.518c1.343-.135 1.371 1.881-.08 1.881c-.753 0-1.155-.538-1.155-1.175c0-.961.88-2.156 2.163-2.156c2.264 0 3.144 2.331 3.706 2.331c.733 0 .988-1.833 1.096-2.363zM5.034 22.261a4.528 4.528 0 0 1 .847-8.974a4.53 4.53 0 0 1 4.527 4.527a4.5 4.5 0 0 1-.549 2.162l-1.754-3.034zm3.071-4.32l2.534 4.383H5.575zm7.604-8.397a4.47 4.47 0 0 1-1.563-3.398a4.477 4.477 0 0 1 4.475-4.474A4.476 4.476 0 0 1 21.795 9.3l.009.034a4.47 4.47 0 0 1-6.095.21m5.925-.807a3.978 3.978 0 0 0-1.817-6.382zm.481 10.831l1.594 2.76H13.397l5.156-8.929l2.371 4.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95 0 1 1 .831 1.407a.95.95 0 0 1-.844-.514H18.39z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPycqa(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.256 6.935c-.176 1.188-.244 1.694.88 1.694l-.008.068H0l.008-.068c1.008 0 1.096-.55 1.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893 0 2.901.47 2.901 1.618c0 1.9-2.127 2.383-3.761 2.383h-.176l.008-.08h.148c1.371 0 1.733-1.47 1.733-2.654c0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251l-.04-.008c-.657 2.511-1.303 3.096-2.343 3.096c-1.35 0-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167 1.028-.382 1.498-.382c.558 0 .753.207.646.872l-.51 3.136c-.08.462.007.745.314.745c.598 0 1.08-1.127 1.439-2.586c.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099 1.981-.079 1.734 1.511l-.53 3.359c-.275 1.725-2.566 3.419-3.734 3.419c-1.961 0-2.578-1.734-3.977-1.734c-.597 0-.825.283-.825.558c0 .243.168.462.518.462c.235 0 .53-.235.423-.518c1.343-.135 1.371 1.881-.08 1.881c-.753 0-1.155-.538-1.155-1.175c0-.961.88-2.156 2.163-2.156c2.264 0 3.144 2.331 3.706 2.331c.733 0 .988-1.833 1.096-2.363zM5.034 22.261a4.528 4.528 0 0 1 .847-8.974a4.53 4.53 0 0 1 4.527 4.527a4.5 4.5 0 0 1-.549 2.162l-1.754-3.034zm3.071-4.32l2.534 4.383H5.575zm7.604-8.397a4.47 4.47 0 0 1-1.563-3.398a4.477 4.477 0 0 1 4.475-4.474A4.476 4.476 0 0 1 21.795 9.3l.009.034a4.47 4.47 0 0 1-6.095.21m5.925-.807a3.978 3.978 0 0 0-1.817-6.382zm.481 10.831l1.594 2.76H13.397l5.156-8.929l2.371 4.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95 0 1 1 .831 1.407a.95.95 0 0 1-.844-.514H18.39z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.256 6.935c-.176 1.188-.244 1.694.88 1.694l-.008.068H0l.008-.068c1.008 0 1.096-.55 1.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893 0 2.901.47 2.901 1.618c0 1.9-2.127 2.383-3.761 2.383h-.176l.008-.08h.148c1.371 0 1.733-1.47 1.733-2.654c0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251l-.04-.008c-.657 2.511-1.303 3.096-2.343 3.096c-1.35 0-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167 1.028-.382 1.498-.382c.558 0 .753.207.646.872l-.51 3.136c-.08.462.007.745.314.745c.598 0 1.08-1.127 1.439-2.586c.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099 1.981-.079 1.734 1.511l-.53 3.359c-.275 1.725-2.566 3.419-3.734 3.419c-1.961 0-2.578-1.734-3.977-1.734c-.597 0-.825.283-.825.558c0 .243.168.462.518.462c.235 0 .53-.235.423-.518c1.343-.135 1.371 1.881-.08 1.881c-.753 0-1.155-.538-1.155-1.175c0-.961.88-2.156 2.163-2.156c2.264 0 3.144 2.331 3.706 2.331c.733 0 .988-1.833 1.096-2.363zM5.034 22.261a4.528 4.528 0 0 1 .847-8.974a4.53 4.53 0 0 1 4.527 4.527a4.5 4.5 0 0 1-.549 2.162l-1.754-3.034zm3.071-4.32l2.534 4.383H5.575zm7.604-8.397a4.47 4.47 0 0 1-1.563-3.398a4.477 4.477 0 0 1 4.475-4.474A4.476 4.476 0 0 1 21.795 9.3l.009.034a4.47 4.47 0 0 1-6.095.21m5.925-.807a3.978 3.978 0 0 0-1.817-6.382zm.481 10.831l1.594 2.76H13.397l5.156-8.929l2.371 4.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95 0 1 1 .831 1.407a.95.95 0 0 1-.844-.514H18.39z"/></svg>
</template>

CSS

.icon-pycqa {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.256%206.935c-.176%201.188-.244%201.694.88%201.694l-.008.068H0l.008-.068c1.008%200%201.096-.55%201.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893%200%202.901.47%202.901%201.618c0%201.9-2.127%202.383-3.761%202.383h-.176l.008-.08h.148c1.371%200%201.733-1.47%201.733-2.654c0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251l-.04-.008c-.657%202.511-1.303%203.096-2.343%203.096c-1.35%200-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167%201.028-.382%201.498-.382c.558%200%20.753.207.646.872l-.51%203.136c-.08.462.007.745.314.745c.598%200%201.08-1.127%201.439-2.586c.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099%201.981-.079%201.734%201.511l-.53%203.359c-.275%201.725-2.566%203.419-3.734%203.419c-1.961%200-2.578-1.734-3.977-1.734c-.597%200-.825.283-.825.558c0%20.243.168.462.518.462c.235%200%20.53-.235.423-.518c1.343-.135%201.371%201.881-.08%201.881c-.753%200-1.155-.538-1.155-1.175c0-.961.88-2.156%202.163-2.156c2.264%200%203.144%202.331%203.706%202.331c.733%200%20.988-1.833%201.096-2.363zM5.034%2022.261a4.528%204.528%200%200%201%20.847-8.974a4.53%204.53%200%200%201%204.527%204.527a4.5%204.5%200%200%201-.549%202.162l-1.754-3.034zm3.071-4.32l2.534%204.383H5.575zm7.604-8.397a4.47%204.47%200%200%201-1.563-3.398a4.477%204.477%200%200%201%204.475-4.474A4.476%204.476%200%200%201%2021.795%209.3l.009.034a4.47%204.47%200%200%201-6.095.21m5.925-.807a3.978%203.978%200%200%200-1.817-6.382zm.481%2010.831l1.594%202.76H13.397l5.156-8.929l2.371%204.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95%200%201%201%20.831%201.407a.95.95%200%200%201-.844-.514H18.39z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.256%206.935c-.176%201.188-.244%201.694.88%201.694l-.008.068H0l.008-.068c1.008%200%201.096-.55%201.283-1.694l.518-3.331c.187-1.187.275-1.693-.745-1.693l.008-.068H4.57c1.893%200%202.901.47%202.901%201.618c0%201.9-2.127%202.383-3.761%202.383h-.176l.008-.08h.148c1.371%200%201.733-1.47%201.733-2.654c0-.825-.335-1.195-1.108-1.195h-.274zm7.905-1.251l-.04-.008c-.657%202.511-1.303%203.096-2.343%203.096c-1.35%200-1.315-1.008-1.203-1.685l.478-2.929c.028-.195-.127-.343-.402-.255l-.028-.028c.342-.167%201.028-.382%201.498-.382c.558%200%20.753.207.646.872l-.51%203.136c-.08.462.007.745.314.745c.598%200%201.08-1.127%201.439-2.586c.167-.677.442-1.94.107-2.108l.028-.028c1.331-.099%201.981-.079%201.734%201.511l-.53%203.359c-.275%201.725-2.566%203.419-3.734%203.419c-1.961%200-2.578-1.734-3.977-1.734c-.597%200-.825.283-.825.558c0%20.243.168.462.518.462c.235%200%20.53-.235.423-.518c1.343-.135%201.371%201.881-.08%201.881c-.753%200-1.155-.538-1.155-1.175c0-.961.88-2.156%202.163-2.156c2.264%200%203.144%202.331%203.706%202.331c.733%200%20.988-1.833%201.096-2.363zM5.034%2022.261a4.528%204.528%200%200%201%20.847-8.974a4.53%204.53%200%200%201%204.527%204.527a4.5%204.5%200%200%201-.549%202.162l-1.754-3.034zm3.071-4.32l2.534%204.383H5.575zm7.604-8.397a4.47%204.47%200%200%201-1.563-3.398a4.477%204.477%200%200%201%204.475-4.474A4.476%204.476%200%200%201%2021.795%209.3l.009.034a4.47%204.47%200%200%201-6.095.21m5.925-.807a3.978%203.978%200%200%200-1.817-6.382zm.481%2010.831l1.594%202.76H13.397l5.156-8.929l2.371%204.106H17.89v1.893l4.055-.001q.078.093.17.171m-3.725-1.563h3.831a.95.95%200%201%201%20.831%201.407a.95.95%200%200%201-.844-.514H18.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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