stdlib icon logo

stdlib-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
stdlib-icon
Set
SVG Logos
Style
Color
Viewbox
256×286
License
CC0

Use the stdlib icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><path id="SVGTp5BacZZ" fill="url(#SVGSY3Vodyg)" d="M92.754 0L49.112 25.096a45.05 45.05 0 0 0-14.068 12.925a21.35 21.35 0 0 0 0 24.902a45 45 0 0 0 14.068 12.754l28.953 16.716a27 27 0 0 1-3.835-3.404c-9.938-10.733-9.29-27.484 1.442-37.419C91.699 40.908 99.282 18.031 92.754 0"/><path id="SVGvYfsmdYM" fill="url(#SVGlYedjcxE)" d="m176.338 192.947l-21.113-12.192a19.023 19.023 0 0 1-.754 33.562L109.3 240.513a31.73 31.73 0 0 0-16.545 27.12v17.556l84.488-48.769a25.375 25.375 0 0 0-.904-43.385z"/><path id="SVGZIWHHd7Z" fill="#f0ad3e" d="M84.411 75.567a45 45 0 0 1-14.068-12.753a21.35 21.35 0 0 1 0-24.902A45 45 0 0 1 84.41 25.096L51.15 44.484a32.57 32.57 0 0 0-15.852 27.7a32.58 32.58 0 0 0 15.42 27.942l160.918 92.91a25.375 25.375 0 0 1 .904 43.384l27.615-15.942A31.7 31.7 0 0 0 256 193.024a31.7 31.7 0 0 0-15.844-27.455z"/><path id="SVGlLtnucPG" fill="#00aeef" d="M46.821 203.074a32.57 32.57 0 0 1-15.419-27.942a32.56 32.56 0 0 1 15.85-27.7l-31.387 18.052a31.686 31.686 0 0 0 0 54.909l27.617 15.939l84.571 48.772v-17.556a31.75 31.75 0 0 0-16.542-27.035l-45.237-26.086a19 19 0 0 1-1.853-1.079z"/><path id="SVG9m9HWD5w" fill="url(#SVGk6wnhcNA)" d="m166.095 84.787l40.566-23.415a31.71 31.71 0 0 0 15.842-27.455A31.7 31.7 0 0 0 206.66 6.462L195.631 0a24.98 24.98 0 0 1-7.994 28.326l-59.584 34.467l-80.8 46.68a32.57 32.57 0 0 0-15.852 27.7a32.56 32.56 0 0 0 15.42 27.941l17.665 10.192a19.02 19.02 0 0 1-8.631-16.356a19.01 19.01 0 0 1 9.34-15.957z"/><linearGradient id="SVGSY3Vodyg" x1="32.902%" x2="85.889%" y1="78.13%" y2="33.994%"><stop offset="0%" stop-color="#a4681d"/><stop offset="31%" stop-color="#e18f2f"/><stop offset="100%" stop-color="#f0ad3e"/></linearGradient><linearGradient id="SVGlYedjcxE" x1="-5.516%" x2="87.603%" y1="75.392%" y2="17.059%"><stop offset="0%" stop-color="#f0ad3e"/><stop offset="69%" stop-color="#e18f2f"/><stop offset="100%" stop-color="#a4681d"/></linearGradient><linearGradient id="SVGk6wnhcNA" x1="-.003%" x2="100.006%" y1="50.024%" y2="50.024%"><stop offset="0%" stop-color="#006991"/><stop offset="25%" stop-color="#008bbf"/><stop offset="62%" stop-color="#008bbf"/><stop offset="100%" stop-color="#00aeef"/></linearGradient></defs><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/></svg>

React

import type { SVGProps } from "react";

export function LogosStdlibIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><path id="SVGTp5BacZZ" fill="url(#SVGSY3Vodyg)" d="M92.754 0L49.112 25.096a45.05 45.05 0 0 0-14.068 12.925a21.35 21.35 0 0 0 0 24.902a45 45 0 0 0 14.068 12.754l28.953 16.716a27 27 0 0 1-3.835-3.404c-9.938-10.733-9.29-27.484 1.442-37.419C91.699 40.908 99.282 18.031 92.754 0"/><path id="SVGvYfsmdYM" fill="url(#SVGlYedjcxE)" d="m176.338 192.947l-21.113-12.192a19.023 19.023 0 0 1-.754 33.562L109.3 240.513a31.73 31.73 0 0 0-16.545 27.12v17.556l84.488-48.769a25.375 25.375 0 0 0-.904-43.385z"/><path id="SVGZIWHHd7Z" fill="#f0ad3e" d="M84.411 75.567a45 45 0 0 1-14.068-12.753a21.35 21.35 0 0 1 0-24.902A45 45 0 0 1 84.41 25.096L51.15 44.484a32.57 32.57 0 0 0-15.852 27.7a32.58 32.58 0 0 0 15.42 27.942l160.918 92.91a25.375 25.375 0 0 1 .904 43.384l27.615-15.942A31.7 31.7 0 0 0 256 193.024a31.7 31.7 0 0 0-15.844-27.455z"/><path id="SVGlLtnucPG" fill="#00aeef" d="M46.821 203.074a32.57 32.57 0 0 1-15.419-27.942a32.56 32.56 0 0 1 15.85-27.7l-31.387 18.052a31.686 31.686 0 0 0 0 54.909l27.617 15.939l84.571 48.772v-17.556a31.75 31.75 0 0 0-16.542-27.035l-45.237-26.086a19 19 0 0 1-1.853-1.079z"/><path id="SVG9m9HWD5w" fill="url(#SVGk6wnhcNA)" d="m166.095 84.787l40.566-23.415a31.71 31.71 0 0 0 15.842-27.455A31.7 31.7 0 0 0 206.66 6.462L195.631 0a24.98 24.98 0 0 1-7.994 28.326l-59.584 34.467l-80.8 46.68a32.57 32.57 0 0 0-15.852 27.7a32.56 32.56 0 0 0 15.42 27.941l17.665 10.192a19.02 19.02 0 0 1-8.631-16.356a19.01 19.01 0 0 1 9.34-15.957z"/><linearGradient id="SVGSY3Vodyg" x1="32.902%" x2="85.889%" y1="78.13%" y2="33.994%"><stop offset="0%" stopColor="#a4681d"/><stop offset="31%" stopColor="#e18f2f"/><stop offset="100%" stopColor="#f0ad3e"/></linearGradient><linearGradient id="SVGlYedjcxE" x1="-5.516%" x2="87.603%" y1="75.392%" y2="17.059%"><stop offset="0%" stopColor="#f0ad3e"/><stop offset="69%" stopColor="#e18f2f"/><stop offset="100%" stopColor="#a4681d"/></linearGradient><linearGradient id="SVGk6wnhcNA" x1="-.003%" x2="100.006%" y1="50.024%" y2="50.024%"><stop offset="0%" stopColor="#006991"/><stop offset="25%" stopColor="#008bbf"/><stop offset="62%" stopColor="#008bbf"/><stop offset="100%" stopColor="#00aeef"/></linearGradient></defs><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 286"><defs><path id="SVGTp5BacZZ" fill="url(#SVGSY3Vodyg)" d="M92.754 0L49.112 25.096a45.05 45.05 0 0 0-14.068 12.925a21.35 21.35 0 0 0 0 24.902a45 45 0 0 0 14.068 12.754l28.953 16.716a27 27 0 0 1-3.835-3.404c-9.938-10.733-9.29-27.484 1.442-37.419C91.699 40.908 99.282 18.031 92.754 0"/><path id="SVGvYfsmdYM" fill="url(#SVGlYedjcxE)" d="m176.338 192.947l-21.113-12.192a19.023 19.023 0 0 1-.754 33.562L109.3 240.513a31.73 31.73 0 0 0-16.545 27.12v17.556l84.488-48.769a25.375 25.375 0 0 0-.904-43.385z"/><path id="SVGZIWHHd7Z" fill="#f0ad3e" d="M84.411 75.567a45 45 0 0 1-14.068-12.753a21.35 21.35 0 0 1 0-24.902A45 45 0 0 1 84.41 25.096L51.15 44.484a32.57 32.57 0 0 0-15.852 27.7a32.58 32.58 0 0 0 15.42 27.942l160.918 92.91a25.375 25.375 0 0 1 .904 43.384l27.615-15.942A31.7 31.7 0 0 0 256 193.024a31.7 31.7 0 0 0-15.844-27.455z"/><path id="SVGlLtnucPG" fill="#00aeef" d="M46.821 203.074a32.57 32.57 0 0 1-15.419-27.942a32.56 32.56 0 0 1 15.85-27.7l-31.387 18.052a31.686 31.686 0 0 0 0 54.909l27.617 15.939l84.571 48.772v-17.556a31.75 31.75 0 0 0-16.542-27.035l-45.237-26.086a19 19 0 0 1-1.853-1.079z"/><path id="SVG9m9HWD5w" fill="url(#SVGk6wnhcNA)" d="m166.095 84.787l40.566-23.415a31.71 31.71 0 0 0 15.842-27.455A31.7 31.7 0 0 0 206.66 6.462L195.631 0a24.98 24.98 0 0 1-7.994 28.326l-59.584 34.467l-80.8 46.68a32.57 32.57 0 0 0-15.852 27.7a32.56 32.56 0 0 0 15.42 27.941l17.665 10.192a19.02 19.02 0 0 1-8.631-16.356a19.01 19.01 0 0 1 9.34-15.957z"/><linearGradient id="SVGSY3Vodyg" x1="32.902%" x2="85.889%" y1="78.13%" y2="33.994%"><stop offset="0%" stop-color="#a4681d"/><stop offset="31%" stop-color="#e18f2f"/><stop offset="100%" stop-color="#f0ad3e"/></linearGradient><linearGradient id="SVGlYedjcxE" x1="-5.516%" x2="87.603%" y1="75.392%" y2="17.059%"><stop offset="0%" stop-color="#f0ad3e"/><stop offset="69%" stop-color="#e18f2f"/><stop offset="100%" stop-color="#a4681d"/></linearGradient><linearGradient id="SVGk6wnhcNA" x1="-.003%" x2="100.006%" y1="50.024%" y2="50.024%"><stop offset="0%" stop-color="#006991"/><stop offset="25%" stop-color="#008bbf"/><stop offset="62%" stop-color="#008bbf"/><stop offset="100%" stop-color="#00aeef"/></linearGradient></defs><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGTp5BacZZ" transform="translate(35.299)"/><use href="#SVGvYfsmdYM" transform="translate(35.299)"/><use href="#SVGZIWHHd7Z"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/><use href="#SVGlLtnucPG"/><use href="#SVG9m9HWD5w" transform="translate(0 37.936)"/></svg>
</template>

CSS

.icon-stdlib-icon {
  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%20256%20286%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGTp5BacZZ%22%20fill%3D%22url(%23SVGSY3Vodyg)%22%20d%3D%22M92.754%200L49.112%2025.096a45.05%2045.05%200%200%200-14.068%2012.925a21.35%2021.35%200%200%200%200%2024.902a45%2045%200%200%200%2014.068%2012.754l28.953%2016.716a27%2027%200%200%201-3.835-3.404c-9.938-10.733-9.29-27.484%201.442-37.419C91.699%2040.908%2099.282%2018.031%2092.754%200%22%2F%3E%3Cpath%20id%3D%22SVGvYfsmdYM%22%20fill%3D%22url(%23SVGlYedjcxE)%22%20d%3D%22m176.338%20192.947l-21.113-12.192a19.023%2019.023%200%200%201-.754%2033.562L109.3%20240.513a31.73%2031.73%200%200%200-16.545%2027.12v17.556l84.488-48.769a25.375%2025.375%200%200%200-.904-43.385z%22%2F%3E%3Cpath%20id%3D%22SVGZIWHHd7Z%22%20fill%3D%22%23f0ad3e%22%20d%3D%22M84.411%2075.567a45%2045%200%200%201-14.068-12.753a21.35%2021.35%200%200%201%200-24.902A45%2045%200%200%201%2084.41%2025.096L51.15%2044.484a32.57%2032.57%200%200%200-15.852%2027.7a32.58%2032.58%200%200%200%2015.42%2027.942l160.918%2092.91a25.375%2025.375%200%200%201%20.904%2043.384l27.615-15.942A31.7%2031.7%200%200%200%20256%20193.024a31.7%2031.7%200%200%200-15.844-27.455z%22%2F%3E%3Cpath%20id%3D%22SVGlLtnucPG%22%20fill%3D%22%2300aeef%22%20d%3D%22M46.821%20203.074a32.57%2032.57%200%200%201-15.419-27.942a32.56%2032.56%200%200%201%2015.85-27.7l-31.387%2018.052a31.686%2031.686%200%200%200%200%2054.909l27.617%2015.939l84.571%2048.772v-17.556a31.75%2031.75%200%200%200-16.542-27.035l-45.237-26.086a19%2019%200%200%201-1.853-1.079z%22%2F%3E%3Cpath%20id%3D%22SVG9m9HWD5w%22%20fill%3D%22url(%23SVGk6wnhcNA)%22%20d%3D%22m166.095%2084.787l40.566-23.415a31.71%2031.71%200%200%200%2015.842-27.455A31.7%2031.7%200%200%200%20206.66%206.462L195.631%200a24.98%2024.98%200%200%201-7.994%2028.326l-59.584%2034.467l-80.8%2046.68a32.57%2032.57%200%200%200-15.852%2027.7a32.56%2032.56%200%200%200%2015.42%2027.941l17.665%2010.192a19.02%2019.02%200%200%201-8.631-16.356a19.01%2019.01%200%200%201%209.34-15.957z%22%2F%3E%3ClinearGradient%20id%3D%22SVGSY3Vodyg%22%20x1%3D%2232.902%25%22%20x2%3D%2285.889%25%22%20y1%3D%2278.13%25%22%20y2%3D%2233.994%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23a4681d%22%2F%3E%3Cstop%20offset%3D%2231%25%22%20stop-color%3D%22%23e18f2f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f0ad3e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGlYedjcxE%22%20x1%3D%22-5.516%25%22%20x2%3D%2287.603%25%22%20y1%3D%2275.392%25%22%20y2%3D%2217.059%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f0ad3e%22%2F%3E%3Cstop%20offset%3D%2269%25%22%20stop-color%3D%22%23e18f2f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a4681d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGk6wnhcNA%22%20x1%3D%22-.003%25%22%20x2%3D%22100.006%25%22%20y1%3D%2250.024%25%22%20y2%3D%2250.024%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23006991%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23008bbf%22%2F%3E%3Cstop%20offset%3D%2262%25%22%20stop-color%3D%22%23008bbf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300aeef%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGTp5BacZZ%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGvYfsmdYM%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGZIWHHd7Z%22%2F%3E%3Cuse%20href%3D%22%23SVGTp5BacZZ%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGvYfsmdYM%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGZIWHHd7Z%22%2F%3E%3Cuse%20href%3D%22%23SVGlLtnucPG%22%2F%3E%3Cuse%20href%3D%22%23SVG9m9HWD5w%22%20transform%3D%22translate(0%2037.936)%22%2F%3E%3Cuse%20href%3D%22%23SVGlLtnucPG%22%2F%3E%3Cuse%20href%3D%22%23SVG9m9HWD5w%22%20transform%3D%22translate(0%2037.936)%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%20256%20286%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGTp5BacZZ%22%20fill%3D%22url(%23SVGSY3Vodyg)%22%20d%3D%22M92.754%200L49.112%2025.096a45.05%2045.05%200%200%200-14.068%2012.925a21.35%2021.35%200%200%200%200%2024.902a45%2045%200%200%200%2014.068%2012.754l28.953%2016.716a27%2027%200%200%201-3.835-3.404c-9.938-10.733-9.29-27.484%201.442-37.419C91.699%2040.908%2099.282%2018.031%2092.754%200%22%2F%3E%3Cpath%20id%3D%22SVGvYfsmdYM%22%20fill%3D%22url(%23SVGlYedjcxE)%22%20d%3D%22m176.338%20192.947l-21.113-12.192a19.023%2019.023%200%200%201-.754%2033.562L109.3%20240.513a31.73%2031.73%200%200%200-16.545%2027.12v17.556l84.488-48.769a25.375%2025.375%200%200%200-.904-43.385z%22%2F%3E%3Cpath%20id%3D%22SVGZIWHHd7Z%22%20fill%3D%22%23f0ad3e%22%20d%3D%22M84.411%2075.567a45%2045%200%200%201-14.068-12.753a21.35%2021.35%200%200%201%200-24.902A45%2045%200%200%201%2084.41%2025.096L51.15%2044.484a32.57%2032.57%200%200%200-15.852%2027.7a32.58%2032.58%200%200%200%2015.42%2027.942l160.918%2092.91a25.375%2025.375%200%200%201%20.904%2043.384l27.615-15.942A31.7%2031.7%200%200%200%20256%20193.024a31.7%2031.7%200%200%200-15.844-27.455z%22%2F%3E%3Cpath%20id%3D%22SVGlLtnucPG%22%20fill%3D%22%2300aeef%22%20d%3D%22M46.821%20203.074a32.57%2032.57%200%200%201-15.419-27.942a32.56%2032.56%200%200%201%2015.85-27.7l-31.387%2018.052a31.686%2031.686%200%200%200%200%2054.909l27.617%2015.939l84.571%2048.772v-17.556a31.75%2031.75%200%200%200-16.542-27.035l-45.237-26.086a19%2019%200%200%201-1.853-1.079z%22%2F%3E%3Cpath%20id%3D%22SVG9m9HWD5w%22%20fill%3D%22url(%23SVGk6wnhcNA)%22%20d%3D%22m166.095%2084.787l40.566-23.415a31.71%2031.71%200%200%200%2015.842-27.455A31.7%2031.7%200%200%200%20206.66%206.462L195.631%200a24.98%2024.98%200%200%201-7.994%2028.326l-59.584%2034.467l-80.8%2046.68a32.57%2032.57%200%200%200-15.852%2027.7a32.56%2032.56%200%200%200%2015.42%2027.941l17.665%2010.192a19.02%2019.02%200%200%201-8.631-16.356a19.01%2019.01%200%200%201%209.34-15.957z%22%2F%3E%3ClinearGradient%20id%3D%22SVGSY3Vodyg%22%20x1%3D%2232.902%25%22%20x2%3D%2285.889%25%22%20y1%3D%2278.13%25%22%20y2%3D%2233.994%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23a4681d%22%2F%3E%3Cstop%20offset%3D%2231%25%22%20stop-color%3D%22%23e18f2f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f0ad3e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGlYedjcxE%22%20x1%3D%22-5.516%25%22%20x2%3D%2287.603%25%22%20y1%3D%2275.392%25%22%20y2%3D%2217.059%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f0ad3e%22%2F%3E%3Cstop%20offset%3D%2269%25%22%20stop-color%3D%22%23e18f2f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a4681d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGk6wnhcNA%22%20x1%3D%22-.003%25%22%20x2%3D%22100.006%25%22%20y1%3D%2250.024%25%22%20y2%3D%2250.024%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23006991%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23008bbf%22%2F%3E%3Cstop%20offset%3D%2262%25%22%20stop-color%3D%22%23008bbf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300aeef%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGTp5BacZZ%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGvYfsmdYM%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGZIWHHd7Z%22%2F%3E%3Cuse%20href%3D%22%23SVGTp5BacZZ%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGvYfsmdYM%22%20transform%3D%22translate(35.299)%22%2F%3E%3Cuse%20href%3D%22%23SVGZIWHHd7Z%22%2F%3E%3Cuse%20href%3D%22%23SVGlLtnucPG%22%2F%3E%3Cuse%20href%3D%22%23SVG9m9HWD5w%22%20transform%3D%22translate(0%2037.936)%22%2F%3E%3Cuse%20href%3D%22%23SVGlLtnucPG%22%2F%3E%3Cuse%20href%3D%22%23SVG9m9HWD5w%22%20transform%3D%22translate(0%2037.936)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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