stack overflow icon

stack-overflow-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
stack-overflow-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

The same icon in other sets

Use the stack overflow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.372 20.222v-5.358h1.79V22H4v-7.136h1.79v5.358z"/><path fill="currentColor" d="m7.768 14.356l8.79 1.824l.372-1.755L8.14 12.6zm1.162-4.157l8.14 3.764l.744-1.617l-8.14-3.787zm2.256-3.973l6.907 5.705l1.14-1.363l-6.907-5.704zM15.651 2L14.21 3.062l5.35 7.16L21 9.159zm-8.07 16.42h8.977v-1.778H7.581z"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsStackOverflowFill(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="M18.372 20.222v-5.358h1.79V22H4v-7.136h1.79v5.358z"/><path fill="currentColor" d="m7.768 14.356l8.79 1.824l.372-1.755L8.14 12.6zm1.162-4.157l8.14 3.764l.744-1.617l-8.14-3.787zm2.256-3.973l6.907 5.705l1.14-1.363l-6.907-5.704zM15.651 2L14.21 3.062l5.35 7.16L21 9.159zm-8.07 16.42h8.977v-1.778H7.581z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.372 20.222v-5.358h1.79V22H4v-7.136h1.79v5.358z"/><path fill="currentColor" d="m7.768 14.356l8.79 1.824l.372-1.755L8.14 12.6zm1.162-4.157l8.14 3.764l.744-1.617l-8.14-3.787zm2.256-3.973l6.907 5.705l1.14-1.363l-6.907-5.704zM15.651 2L14.21 3.062l5.35 7.16L21 9.159zm-8.07 16.42h8.977v-1.778H7.581z"/></svg>
</template>

CSS

.icon-stack-overflow-fill {
  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%22M18.372%2020.222v-5.358h1.79V22H4v-7.136h1.79v5.358z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.768%2014.356l8.79%201.824l.372-1.755L8.14%2012.6zm1.162-4.157l8.14%203.764l.744-1.617l-8.14-3.787zm2.256-3.973l6.907%205.705l1.14-1.363l-6.907-5.704zM15.651%202L14.21%203.062l5.35%207.16L21%209.159zm-8.07%2016.42h8.977v-1.778H7.581z%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%22M18.372%2020.222v-5.358h1.79V22H4v-7.136h1.79v5.358z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.768%2014.356l8.79%201.824l.372-1.755L8.14%2012.6zm1.162-4.157l8.14%203.764l.744-1.617l-8.14-3.787zm2.256-3.973l6.907%205.705l1.14-1.363l-6.907-5.704zM15.651%202L14.21%203.062l5.35%207.16L21%209.159zm-8.07%2016.42h8.977v-1.778H7.581z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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