stack-exchange from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
stack-exchange
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0
Aliases
stackexchange

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the stack exchange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.9 10.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5 2h-11C5.06 2 3.9 3.18 3.9 4.65v.85H20v-.85C20 3.18 18.88 2 17.5 2M3.9 15v.84c0 1.47 1.16 2.66 2.6 2.66h6.87V22l3.4-3.5h.73c1.44 0 2.61-1.19 2.61-2.66V15z"/></svg>

React

import type { SVGProps } from "react";

export function MdiStackExchange(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.9 10.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5 2h-11C5.06 2 3.9 3.18 3.9 4.65v.85H20v-.85C20 3.18 18.88 2 17.5 2M3.9 15v.84c0 1.47 1.16 2.66 2.6 2.66h6.87V22l3.4-3.5h.73c1.44 0 2.61-1.19 2.61-2.66V15z"/></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.9 10.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5 2h-11C5.06 2 3.9 3.18 3.9 4.65v.85H20v-.85C20 3.18 18.88 2 17.5 2M3.9 15v.84c0 1.47 1.16 2.66 2.6 2.66h6.87V22l3.4-3.5h.73c1.44 0 2.61-1.19 2.61-2.66V15z"/></svg>
</template>

CSS

.icon-stack-exchange {
  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.9%2010.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5%202h-11C5.06%202%203.9%203.18%203.9%204.65v.85H20v-.85C20%203.18%2018.88%202%2017.5%202M3.9%2015v.84c0%201.47%201.16%202.66%202.6%202.66h6.87V22l3.4-3.5h.73c1.44%200%202.61-1.19%202.61-2.66V15z%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.9%2010.72H20v3.31H3.9zm0-4.28H20v3.31H3.9zM17.5%202h-11C5.06%202%203.9%203.18%203.9%204.65v.85H20v-.85C20%203.18%2018.88%202%2017.5%202M3.9%2015v.84c0%201.47%201.16%202.66%202.6%202.66h6.87V22l3.4-3.5h.73c1.44%200%202.61-1.19%202.61-2.66V15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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