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

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

Use the aiohttp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12C.01 5.377 5.377.01 12 0c6.623.01 11.99 5.377 12 12c-.01 6.623-5.377 11.99-12 12C5.377 23.99.01 18.623 0 12m12 11.004a10.95 10.95 0 0 0 6.81-2.367l-.303-.656a.746.746 0 0 1-.621-1.347l-.722-1.563a1.244 1.244 0 0 1-1.543-.734l-2.474.633v.012a.747.747 0 1 1-1.475-.178L8.2 15.31a1.24 1.24 0 0 1-1.278.607l-.748 2.59a.747.747 0 0 1-.17 1.388l.052 1.36A10.94 10.94 0 0 0 12 23.003zM5.75 21.05l-.044-1.142a.747.747 0 0 1 .18-1.482l.749-2.59a1.25 1.25 0 0 1-.759-1.147l-4.674-.566A11.04 11.04 0 0 0 5.75 21.05m13.3-.608a11.1 11.1 0 0 0 2.74-3.421l-3.826-.751a1.25 1.25 0 0 1-.528.672l.732 1.588a.747.747 0 0 1 .598 1.3zm2.878-3.698A10.9 10.9 0 0 0 23.004 12a10.95 10.95 0 0 0-2.492-6.965L19 5.551a.75.75 0 0 1-.726.922a.75.75 0 0 1-.682-.442L14.449 7.1a2.49 2.49 0 0 1-1.015 2.737l2.857 4.901a1.245 1.245 0 0 1 1.732 1.236l3.904.77zm-8.846-.068l2.465-.63a1.24 1.24 0 0 1 .486-1.157l-2.856-4.9a2.48 2.48 0 0 1-2.444-.11l-2.77 3.892a1.24 1.24 0 0 1 .354 1.263l3.483 1.497a.746.746 0 0 1 1.282.143zm-7.17-2.284a1.246 1.246 0 0 1 1.81-.794l2.77-3.89a2.48 2.48 0 0 1-.93-1.94c0-.603.219-1.186.617-1.64L6.476 2.487a11.01 11.01 0 0 0-5.33 11.328l4.765.578zm8.44-7.572l3.174-1.083v-.01a.747.747 0 0 1 1.345-.448l1.433-.489A10.98 10.98 0 0 0 6.745 2.333l3.64 3.581a2.49 2.49 0 0 1 3.967.904l-.002.003z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAiohttp(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="M0 12C.01 5.377 5.377.01 12 0c6.623.01 11.99 5.377 12 12c-.01 6.623-5.377 11.99-12 12C5.377 23.99.01 18.623 0 12m12 11.004a10.95 10.95 0 0 0 6.81-2.367l-.303-.656a.746.746 0 0 1-.621-1.347l-.722-1.563a1.244 1.244 0 0 1-1.543-.734l-2.474.633v.012a.747.747 0 1 1-1.475-.178L8.2 15.31a1.24 1.24 0 0 1-1.278.607l-.748 2.59a.747.747 0 0 1-.17 1.388l.052 1.36A10.94 10.94 0 0 0 12 23.003zM5.75 21.05l-.044-1.142a.747.747 0 0 1 .18-1.482l.749-2.59a1.25 1.25 0 0 1-.759-1.147l-4.674-.566A11.04 11.04 0 0 0 5.75 21.05m13.3-.608a11.1 11.1 0 0 0 2.74-3.421l-3.826-.751a1.25 1.25 0 0 1-.528.672l.732 1.588a.747.747 0 0 1 .598 1.3zm2.878-3.698A10.9 10.9 0 0 0 23.004 12a10.95 10.95 0 0 0-2.492-6.965L19 5.551a.75.75 0 0 1-.726.922a.75.75 0 0 1-.682-.442L14.449 7.1a2.49 2.49 0 0 1-1.015 2.737l2.857 4.901a1.245 1.245 0 0 1 1.732 1.236l3.904.77zm-8.846-.068l2.465-.63a1.24 1.24 0 0 1 .486-1.157l-2.856-4.9a2.48 2.48 0 0 1-2.444-.11l-2.77 3.892a1.24 1.24 0 0 1 .354 1.263l3.483 1.497a.746.746 0 0 1 1.282.143zm-7.17-2.284a1.246 1.246 0 0 1 1.81-.794l2.77-3.89a2.48 2.48 0 0 1-.93-1.94c0-.603.219-1.186.617-1.64L6.476 2.487a11.01 11.01 0 0 0-5.33 11.328l4.765.578zm8.44-7.572l3.174-1.083v-.01a.747.747 0 0 1 1.345-.448l1.433-.489A10.98 10.98 0 0 0 6.745 2.333l3.64 3.581a2.49 2.49 0 0 1 3.967.904l-.002.003z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12C.01 5.377 5.377.01 12 0c6.623.01 11.99 5.377 12 12c-.01 6.623-5.377 11.99-12 12C5.377 23.99.01 18.623 0 12m12 11.004a10.95 10.95 0 0 0 6.81-2.367l-.303-.656a.746.746 0 0 1-.621-1.347l-.722-1.563a1.244 1.244 0 0 1-1.543-.734l-2.474.633v.012a.747.747 0 1 1-1.475-.178L8.2 15.31a1.24 1.24 0 0 1-1.278.607l-.748 2.59a.747.747 0 0 1-.17 1.388l.052 1.36A10.94 10.94 0 0 0 12 23.003zM5.75 21.05l-.044-1.142a.747.747 0 0 1 .18-1.482l.749-2.59a1.25 1.25 0 0 1-.759-1.147l-4.674-.566A11.04 11.04 0 0 0 5.75 21.05m13.3-.608a11.1 11.1 0 0 0 2.74-3.421l-3.826-.751a1.25 1.25 0 0 1-.528.672l.732 1.588a.747.747 0 0 1 .598 1.3zm2.878-3.698A10.9 10.9 0 0 0 23.004 12a10.95 10.95 0 0 0-2.492-6.965L19 5.551a.75.75 0 0 1-.726.922a.75.75 0 0 1-.682-.442L14.449 7.1a2.49 2.49 0 0 1-1.015 2.737l2.857 4.901a1.245 1.245 0 0 1 1.732 1.236l3.904.77zm-8.846-.068l2.465-.63a1.24 1.24 0 0 1 .486-1.157l-2.856-4.9a2.48 2.48 0 0 1-2.444-.11l-2.77 3.892a1.24 1.24 0 0 1 .354 1.263l3.483 1.497a.746.746 0 0 1 1.282.143zm-7.17-2.284a1.246 1.246 0 0 1 1.81-.794l2.77-3.89a2.48 2.48 0 0 1-.93-1.94c0-.603.219-1.186.617-1.64L6.476 2.487a11.01 11.01 0 0 0-5.33 11.328l4.765.578zm8.44-7.572l3.174-1.083v-.01a.747.747 0 0 1 1.345-.448l1.433-.489A10.98 10.98 0 0 0 6.745 2.333l3.64 3.581a2.49 2.49 0 0 1 3.967.904l-.002.003z"/></svg>
</template>

CSS

.icon-aiohttp {
  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%22M0%2012C.01%205.377%205.377.01%2012%200c6.623.01%2011.99%205.377%2012%2012c-.01%206.623-5.377%2011.99-12%2012C5.377%2023.99.01%2018.623%200%2012m12%2011.004a10.95%2010.95%200%200%200%206.81-2.367l-.303-.656a.746.746%200%200%201-.621-1.347l-.722-1.563a1.244%201.244%200%200%201-1.543-.734l-2.474.633v.012a.747.747%200%201%201-1.475-.178L8.2%2015.31a1.24%201.24%200%200%201-1.278.607l-.748%202.59a.747.747%200%200%201-.17%201.388l.052%201.36A10.94%2010.94%200%200%200%2012%2023.003zM5.75%2021.05l-.044-1.142a.747.747%200%200%201%20.18-1.482l.749-2.59a1.25%201.25%200%200%201-.759-1.147l-4.674-.566A11.04%2011.04%200%200%200%205.75%2021.05m13.3-.608a11.1%2011.1%200%200%200%202.74-3.421l-3.826-.751a1.25%201.25%200%200%201-.528.672l.732%201.588a.747.747%200%200%201%20.598%201.3zm2.878-3.698A10.9%2010.9%200%200%200%2023.004%2012a10.95%2010.95%200%200%200-2.492-6.965L19%205.551a.75.75%200%200%201-.726.922a.75.75%200%200%201-.682-.442L14.449%207.1a2.49%202.49%200%200%201-1.015%202.737l2.857%204.901a1.245%201.245%200%200%201%201.732%201.236l3.904.77zm-8.846-.068l2.465-.63a1.24%201.24%200%200%201%20.486-1.157l-2.856-4.9a2.48%202.48%200%200%201-2.444-.11l-2.77%203.892a1.24%201.24%200%200%201%20.354%201.263l3.483%201.497a.746.746%200%200%201%201.282.143zm-7.17-2.284a1.246%201.246%200%200%201%201.81-.794l2.77-3.89a2.48%202.48%200%200%201-.93-1.94c0-.603.219-1.186.617-1.64L6.476%202.487a11.01%2011.01%200%200%200-5.33%2011.328l4.765.578zm8.44-7.572l3.174-1.083v-.01a.747.747%200%200%201%201.345-.448l1.433-.489A10.98%2010.98%200%200%200%206.745%202.333l3.64%203.581a2.49%202.49%200%200%201%203.967.904l-.002.003z%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%22M0%2012C.01%205.377%205.377.01%2012%200c6.623.01%2011.99%205.377%2012%2012c-.01%206.623-5.377%2011.99-12%2012C5.377%2023.99.01%2018.623%200%2012m12%2011.004a10.95%2010.95%200%200%200%206.81-2.367l-.303-.656a.746.746%200%200%201-.621-1.347l-.722-1.563a1.244%201.244%200%200%201-1.543-.734l-2.474.633v.012a.747.747%200%201%201-1.475-.178L8.2%2015.31a1.24%201.24%200%200%201-1.278.607l-.748%202.59a.747.747%200%200%201-.17%201.388l.052%201.36A10.94%2010.94%200%200%200%2012%2023.003zM5.75%2021.05l-.044-1.142a.747.747%200%200%201%20.18-1.482l.749-2.59a1.25%201.25%200%200%201-.759-1.147l-4.674-.566A11.04%2011.04%200%200%200%205.75%2021.05m13.3-.608a11.1%2011.1%200%200%200%202.74-3.421l-3.826-.751a1.25%201.25%200%200%201-.528.672l.732%201.588a.747.747%200%200%201%20.598%201.3zm2.878-3.698A10.9%2010.9%200%200%200%2023.004%2012a10.95%2010.95%200%200%200-2.492-6.965L19%205.551a.75.75%200%200%201-.726.922a.75.75%200%200%201-.682-.442L14.449%207.1a2.49%202.49%200%200%201-1.015%202.737l2.857%204.901a1.245%201.245%200%200%201%201.732%201.236l3.904.77zm-8.846-.068l2.465-.63a1.24%201.24%200%200%201%20.486-1.157l-2.856-4.9a2.48%202.48%200%200%201-2.444-.11l-2.77%203.892a1.24%201.24%200%200%201%20.354%201.263l3.483%201.497a.746.746%200%200%201%201.282.143zm-7.17-2.284a1.246%201.246%200%200%201%201.81-.794l2.77-3.89a2.48%202.48%200%200%201-.93-1.94c0-.603.219-1.186.617-1.64L6.476%202.487a11.01%2011.01%200%200%200-5.33%2011.328l4.765.578zm8.44-7.572l3.174-1.083v-.01a.747.747%200%200%201%201.345-.448l1.433-.489A10.98%2010.98%200%200%200%206.745%202.333l3.64%203.581a2.49%202.49%200%200%201%203.967.904l-.002.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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