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

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

The same logo in other sets

Use the stackpath logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.721 7.34c-1.01 0-1.84.23-2.5.7c-.66.46-.99 1.08-.99 1.84c0 .78.276 1.38.83 1.79c.55.42 1.4.8 2.54 1.16c.55.2.93.38 1.14.56c.22.17.32.42.32.74c0 .28-.1.51-.32.68c-.21.19-.54.27-.97.27c-.57 0-1-.12-1.27-.34c-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346 1.71 1.1 2.23c.75.52 1.64.77 2.67.77q1.53 0 2.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13c-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63q0-.42.36-.69c.24-.21.57-.29 1-.29s.77.12 1.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09 0 1.95-.27 2.59-.83c.64-.55.96-1.28.96-2.18c0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609 0l-3.18 9.19h1.99l3.26-9.19m1.75 0l-3.18 9.19h1.99L24 7.4M10.65 9.04h1.3c.46 0 .82.13 1.05.39c.25.26.37.57.37 1c0 .4-.12.73-.37.98c-.23.26-.59.38-1.05.38h-1.3z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsStackpath(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.721 7.34c-1.01 0-1.84.23-2.5.7c-.66.46-.99 1.08-.99 1.84c0 .78.276 1.38.83 1.79c.55.42 1.4.8 2.54 1.16c.55.2.93.38 1.14.56c.22.17.32.42.32.74c0 .28-.1.51-.32.68c-.21.19-.54.27-.97.27c-.57 0-1-.12-1.27-.34c-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346 1.71 1.1 2.23c.75.52 1.64.77 2.67.77q1.53 0 2.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13c-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63q0-.42.36-.69c.24-.21.57-.29 1-.29s.77.12 1.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09 0 1.95-.27 2.59-.83c.64-.55.96-1.28.96-2.18c0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609 0l-3.18 9.19h1.99l3.26-9.19m1.75 0l-3.18 9.19h1.99L24 7.4M10.65 9.04h1.3c.46 0 .82.13 1.05.39c.25.26.37.57.37 1c0 .4-.12.73-.37.98c-.23.26-.59.38-1.05.38h-1.3z"/></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.721 7.34c-1.01 0-1.84.23-2.5.7c-.66.46-.99 1.08-.99 1.84c0 .78.276 1.38.83 1.79c.55.42 1.4.8 2.54 1.16c.55.2.93.38 1.14.56c.22.17.32.42.32.74c0 .28-.1.51-.32.68c-.21.19-.54.27-.97.27c-.57 0-1-.12-1.27-.34c-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346 1.71 1.1 2.23c.75.52 1.64.77 2.67.77q1.53 0 2.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13c-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63q0-.42.36-.69c.24-.21.57-.29 1-.29s.77.12 1.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09 0 1.95-.27 2.59-.83c.64-.55.96-1.28.96-2.18c0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609 0l-3.18 9.19h1.99l3.26-9.19m1.75 0l-3.18 9.19h1.99L24 7.4M10.65 9.04h1.3c.46 0 .82.13 1.05.39c.25.26.37.57.37 1c0 .4-.12.73-.37.98c-.23.26-.59.38-1.05.38h-1.3z"/></svg>
</template>

CSS

.icon-stackpath {
  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.721%207.34c-1.01%200-1.84.23-2.5.7c-.66.46-.99%201.08-.99%201.84c0%20.78.276%201.38.83%201.79c.55.42%201.4.8%202.54%201.16c.55.2.93.38%201.14.56c.22.17.32.42.32.74c0%20.28-.1.51-.32.68c-.21.19-.54.27-.97.27c-.57%200-1-.12-1.27-.34c-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346%201.71%201.1%202.23c.75.52%201.64.77%202.67.77q1.53%200%202.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13c-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63q0-.42.36-.69c.24-.21.57-.29%201-.29s.77.12%201.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09%200%201.95-.27%202.59-.83c.64-.55.96-1.28.96-2.18c0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609%200l-3.18%209.19h1.99l3.26-9.19m1.75%200l-3.18%209.19h1.99L24%207.4M10.65%209.04h1.3c.46%200%20.82.13%201.05.39c.25.26.37.57.37%201c0%20.4-.12.73-.37.98c-.23.26-.59.38-1.05.38h-1.3z%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.721%207.34c-1.01%200-1.84.23-2.5.7c-.66.46-.99%201.08-.99%201.84c0%20.78.276%201.38.83%201.79c.55.42%201.4.8%202.54%201.16c.55.2.93.38%201.14.56c.22.17.32.42.32.74c0%20.28-.1.51-.32.68c-.21.19-.54.27-.97.27c-.57%200-1-.12-1.27-.34c-.3-.24-.44-.6-.44-1.12H.014l-.013.04c-.02.97.346%201.71%201.1%202.23c.75.52%201.64.77%202.67.77q1.53%200%202.46-.66c.62-.46.94-1.09.94-1.88s-.26-1.4-.78-1.85c-.53-.45-1.3-.83-2.33-1.13c-.67-.25-1.12-.45-1.37-.61q-.36-.24-.36-.63q0-.42.36-.69c.24-.21.57-.29%201-.29s.77.12%201.01.34c.25.24.37.52.37.88h2.04l.01-.03c.03-.81-.29-1.48-.93-2s-1.46-.77-2.47-.77m4.78.06v9.18h2.15v-3.15h1.3c1.09%200%201.95-.27%202.59-.83c.64-.55.96-1.28.96-2.18c0-.92-.32-1.63-.96-2.19s-1.5-.83-2.59-.83zm9.609%200l-3.18%209.19h1.99l3.26-9.19m1.75%200l-3.18%209.19h1.99L24%207.4M10.65%209.04h1.3c.46%200%20.82.13%201.05.39c.25.26.37.57.37%201c0%20.4-.12.73-.37.98c-.23.26-.59.38-1.05.38h-1.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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