stackpath logo
stackpath from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- stackpath
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.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 640 640"><path fill="currentColor" d="M340.6 296.4c0 8.5-4.3 20.5-21.3 20.5h-19.6v-41.5h19.6c17.1 0 21.3 12.4 21.3 21M544 96v448H96V96zM247.3 351.8c0-21.2-12.1-34.5-46.7-44.8c-20.6-7.4-26-10.9-26-18.6s7-14.6 20.4-14.6c14.1 0 20.8 8.4 20.8 18.4h30.7l.2-.6c.5-19.6-15.1-41.6-51.1-41.6c-23.4 0-52.6 10.8-52.6 38.3c0 19.4 9.2 31.3 50.7 44.4c17.3 6.2 21.9 10.4 21.9 19.5c0 15.2-19.1 14.2-19.5 14.2c-20.4 0-25.7-9.1-25.7-21.9h-30.8l-.2.6c-.7 31.3 28.4 45.2 56.6 45.2c30 0 51.1-13.6 51.1-38.3zm125.4-55.6c0-25.3-18.4-45.5-53.4-45.5h-51.8v138.2h32.2v-47.4h19.6c30.3 0 53.4-16 53.4-45.4zm21.2 92.8L443 250.8h-31.1L364 389zm106.6-138.2h-31.1L421.5 389h29.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsStackpath(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M340.6 296.4c0 8.5-4.3 20.5-21.3 20.5h-19.6v-41.5h19.6c17.1 0 21.3 12.4 21.3 21M544 96v448H96V96zM247.3 351.8c0-21.2-12.1-34.5-46.7-44.8c-20.6-7.4-26-10.9-26-18.6s7-14.6 20.4-14.6c14.1 0 20.8 8.4 20.8 18.4h30.7l.2-.6c.5-19.6-15.1-41.6-51.1-41.6c-23.4 0-52.6 10.8-52.6 38.3c0 19.4 9.2 31.3 50.7 44.4c17.3 6.2 21.9 10.4 21.9 19.5c0 15.2-19.1 14.2-19.5 14.2c-20.4 0-25.7-9.1-25.7-21.9h-30.8l-.2.6c-.7 31.3 28.4 45.2 56.6 45.2c30 0 51.1-13.6 51.1-38.3zm125.4-55.6c0-25.3-18.4-45.5-53.4-45.5h-51.8v138.2h32.2v-47.4h19.6c30.3 0 53.4-16 53.4-45.4zm21.2 92.8L443 250.8h-31.1L364 389zm106.6-138.2h-31.1L421.5 389h29.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M340.6 296.4c0 8.5-4.3 20.5-21.3 20.5h-19.6v-41.5h19.6c17.1 0 21.3 12.4 21.3 21M544 96v448H96V96zM247.3 351.8c0-21.2-12.1-34.5-46.7-44.8c-20.6-7.4-26-10.9-26-18.6s7-14.6 20.4-14.6c14.1 0 20.8 8.4 20.8 18.4h30.7l.2-.6c.5-19.6-15.1-41.6-51.1-41.6c-23.4 0-52.6 10.8-52.6 38.3c0 19.4 9.2 31.3 50.7 44.4c17.3 6.2 21.9 10.4 21.9 19.5c0 15.2-19.1 14.2-19.5 14.2c-20.4 0-25.7-9.1-25.7-21.9h-30.8l-.2.6c-.7 31.3 28.4 45.2 56.6 45.2c30 0 51.1-13.6 51.1-38.3zm125.4-55.6c0-25.3-18.4-45.5-53.4-45.5h-51.8v138.2h32.2v-47.4h19.6c30.3 0 53.4-16 53.4-45.4zm21.2 92.8L443 250.8h-31.1L364 389zm106.6-138.2h-31.1L421.5 389h29.9z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340.6%20296.4c0%208.5-4.3%2020.5-21.3%2020.5h-19.6v-41.5h19.6c17.1%200%2021.3%2012.4%2021.3%2021M544%2096v448H96V96zM247.3%20351.8c0-21.2-12.1-34.5-46.7-44.8c-20.6-7.4-26-10.9-26-18.6s7-14.6%2020.4-14.6c14.1%200%2020.8%208.4%2020.8%2018.4h30.7l.2-.6c.5-19.6-15.1-41.6-51.1-41.6c-23.4%200-52.6%2010.8-52.6%2038.3c0%2019.4%209.2%2031.3%2050.7%2044.4c17.3%206.2%2021.9%2010.4%2021.9%2019.5c0%2015.2-19.1%2014.2-19.5%2014.2c-20.4%200-25.7-9.1-25.7-21.9h-30.8l-.2.6c-.7%2031.3%2028.4%2045.2%2056.6%2045.2c30%200%2051.1-13.6%2051.1-38.3zm125.4-55.6c0-25.3-18.4-45.5-53.4-45.5h-51.8v138.2h32.2v-47.4h19.6c30.3%200%2053.4-16%2053.4-45.4zm21.2%2092.8L443%20250.8h-31.1L364%20389zm106.6-138.2h-31.1L421.5%20389h29.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340.6%20296.4c0%208.5-4.3%2020.5-21.3%2020.5h-19.6v-41.5h19.6c17.1%200%2021.3%2012.4%2021.3%2021M544%2096v448H96V96zM247.3%20351.8c0-21.2-12.1-34.5-46.7-44.8c-20.6-7.4-26-10.9-26-18.6s7-14.6%2020.4-14.6c14.1%200%2020.8%208.4%2020.8%2018.4h30.7l.2-.6c.5-19.6-15.1-41.6-51.1-41.6c-23.4%200-52.6%2010.8-52.6%2038.3c0%2019.4%209.2%2031.3%2050.7%2044.4c17.3%206.2%2021.9%2010.4%2021.9%2019.5c0%2015.2-19.1%2014.2-19.5%2014.2c-20.4%200-25.7-9.1-25.7-21.9h-30.8l-.2.6c-.7%2031.3%2028.4%2045.2%2056.6%2045.2c30%200%2051.1-13.6%2051.1-38.3zm125.4-55.6c0-25.3-18.4-45.5-53.4-45.5h-51.8v138.2h32.2v-47.4h19.6c30.3%200%2053.4-16%2053.4-45.4zm21.2%2092.8L443%20250.8h-31.1L364%20389zm106.6-138.2h-31.1L421.5%20389h29.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/stackpath.svg?color=%231a73e8&size=48