@nant-design/nant-icons
Version:
10 lines (7 loc) • 471 B
JSX
import React from 'react';
export const LogoStackoverflow = ({fill="url(#f)",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M392 440V320h40v160H64V320h40v120Z"/>
<path d="m149.1 308.77 198.57 40.87 8.4-39.32-198.57-40.87Zm26.27-93.12L359.22 300 376 263.76l-183.82-84.84Zm50.95-89 156 127.78 25.74-30.52-156-127.78ZM328 32l-33.39 23.8 120.82 160.37L448 192ZM144 400h204v-40H144Z"/>
</svg>;
};