stack overflow logo icon

stack-overflow-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
stack-overflow-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the stack overflow logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 152.09V216a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8v-63.91a8 8 0 0 1 16 0V208h144v-55.91a8 8 0 0 1 16 0m-128 32h80a8 8 0 1 0 0-16H88a8 8 0 1 0 0 16m4.88-53l77.27 20.68a8 8 0 0 0 2.08.28a8 8 0 0 0 2.07-15.71L97 115.61A8 8 0 1 0 92.88 131Zm18.45-49.93l69.28 40a8 8 0 0 0 10.93-2.93a8 8 0 0 0-2.93-10.91l-69.28-40.05a8 8 0 1 0-8 13.84Zm87.33 13A8 8 0 1 0 210 82.84l-56.57-56.5a8 8 0 0 0-11.32 11.3Z"/></svg>

React

import type { SVGProps } from "react";

export function PhStackOverflowLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 152.09V216a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8v-63.91a8 8 0 0 1 16 0V208h144v-55.91a8 8 0 0 1 16 0m-128 32h80a8 8 0 1 0 0-16H88a8 8 0 1 0 0 16m4.88-53l77.27 20.68a8 8 0 0 0 2.08.28a8 8 0 0 0 2.07-15.71L97 115.61A8 8 0 1 0 92.88 131Zm18.45-49.93l69.28 40a8 8 0 0 0 10.93-2.93a8 8 0 0 0-2.93-10.91l-69.28-40.05a8 8 0 1 0-8 13.84Zm87.33 13A8 8 0 1 0 210 82.84l-56.57-56.5a8 8 0 0 0-11.32 11.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 152.09V216a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8v-63.91a8 8 0 0 1 16 0V208h144v-55.91a8 8 0 0 1 16 0m-128 32h80a8 8 0 1 0 0-16H88a8 8 0 1 0 0 16m4.88-53l77.27 20.68a8 8 0 0 0 2.08.28a8 8 0 0 0 2.07-15.71L97 115.61A8 8 0 1 0 92.88 131Zm18.45-49.93l69.28 40a8 8 0 0 0 10.93-2.93a8 8 0 0 0-2.93-10.91l-69.28-40.05a8 8 0 1 0-8 13.84Zm87.33 13A8 8 0 1 0 210 82.84l-56.57-56.5a8 8 0 0 0-11.32 11.3Z"/></svg>
</template>

CSS

.icon-stack-overflow-logo {
  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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20152.09V216a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8v-63.91a8%208%200%200%201%2016%200V208h144v-55.91a8%208%200%200%201%2016%200m-128%2032h80a8%208%200%201%200%200-16H88a8%208%200%201%200%200%2016m4.88-53l77.27%2020.68a8%208%200%200%200%202.08.28a8%208%200%200%200%202.07-15.71L97%20115.61A8%208%200%201%200%2092.88%20131Zm18.45-49.93l69.28%2040a8%208%200%200%200%2010.93-2.93a8%208%200%200%200-2.93-10.91l-69.28-40.05a8%208%200%201%200-8%2013.84Zm87.33%2013A8%208%200%201%200%20210%2082.84l-56.57-56.5a8%208%200%200%200-11.32%2011.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20152.09V216a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8v-63.91a8%208%200%200%201%2016%200V208h144v-55.91a8%208%200%200%201%2016%200m-128%2032h80a8%208%200%201%200%200-16H88a8%208%200%201%200%200%2016m4.88-53l77.27%2020.68a8%208%200%200%200%202.08.28a8%208%200%200%200%202.07-15.71L97%20115.61A8%208%200%201%200%2092.88%20131Zm18.45-49.93l69.28%2040a8%208%200%200%200%2010.93-2.93a8%208%200%200%200-2.93-10.91l-69.28-40.05a8%208%200%201%200-8%2013.84Zm87.33%2013A8%208%200%201%200%20210%2082.84l-56.57-56.5a8%208%200%200%200-11.32%2011.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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