heap from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
heap
Set
SVG Logos
Style
Color
Viewbox
512×198
License
CC0

Related icons in SVG Logos

Use the heap logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 198"><path d="M0 42.787h22.918v112.298H0zM49.668 0h22.918v85.56H49.668z"/><path fill="#31d891" d="M49.668 112.314h22.918v85.56H49.668zm49.645-69.527h22.918v112.298H99.313z"/><path d="M251.639 155.014v-49.87h-57.307v49.87h-15.516V42.764h15.516v47.973h57.307V42.763h15.524v112.251zm99.157-21.696c-4.274 13.458-16.47 24.063-34.186 24.063c-20.42 0-38.314-14.878-38.314-40.685c0-23.907 17.256-40.217 36.411-40.217c23.437 0 36.575 16.147 36.575 39.902a33 33 0 0 1-.315 4.748h-57.334c.316 13.613 10.135 23.132 22.955 23.132c12.348 0 18.524-6.806 21.373-15.36zm-15.053-24.222c-.316-10.924-7.437-19.47-20.891-19.47c-12.505 0-20.106 9.655-20.744 19.47zm46.006 2.379l20.58-3.005c4.596-.638 5.86-3.012 5.86-5.698c0-7.437-4.907-13.613-16.461-13.613c-10.45 0-16.31 6.491-17.265 15.36l-14.244-3.327c1.581-14.566 14.723-24.69 31.19-24.69c22.79 0 31.663 12.983 31.663 27.866v38.14a72 72 0 0 0 .946 12.504h-14.56a56 56 0 0 1-.794-10.294c-3.323 5.39-10.924 12.668-24.538 12.668c-15.516 0-25.494-10.765-25.494-22.79c0-13.621 9.978-21.222 23.117-23.121m26.44 10.924v-3.48l-23.276 3.48c-6.332.953-11.08 4.588-11.08 11.395c0 5.697 4.748 11.08 12.349 11.08c12.189.008 22.008-5.853 22.008-22.475m28.922 62.7V78.862h14.407v11.877c4.118-7.596 13.143-13.617 25.491-13.617c22.79 0 34.991 17.575 34.991 39.739c0 22.642-13.146 40.213-35.466 40.213c-11.718 0-20.58-5.538-24.689-12.352v40.377zm37.205-94.835c-13.614 0-22.638 11.395-22.638 26.589c0 15.673 9.024 26.916 22.638 26.916c13.777 0 22.483-11.243 22.483-26.916c0-15.194-8.546-26.589-22.483-26.589"/></svg>

React

import type { SVGProps } from "react";

export function LogosHeap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 198"><path d="M0 42.787h22.918v112.298H0zM49.668 0h22.918v85.56H49.668z"/><path fill="#31d891" d="M49.668 112.314h22.918v85.56H49.668zm49.645-69.527h22.918v112.298H99.313z"/><path d="M251.639 155.014v-49.87h-57.307v49.87h-15.516V42.764h15.516v47.973h57.307V42.763h15.524v112.251zm99.157-21.696c-4.274 13.458-16.47 24.063-34.186 24.063c-20.42 0-38.314-14.878-38.314-40.685c0-23.907 17.256-40.217 36.411-40.217c23.437 0 36.575 16.147 36.575 39.902a33 33 0 0 1-.315 4.748h-57.334c.316 13.613 10.135 23.132 22.955 23.132c12.348 0 18.524-6.806 21.373-15.36zm-15.053-24.222c-.316-10.924-7.437-19.47-20.891-19.47c-12.505 0-20.106 9.655-20.744 19.47zm46.006 2.379l20.58-3.005c4.596-.638 5.86-3.012 5.86-5.698c0-7.437-4.907-13.613-16.461-13.613c-10.45 0-16.31 6.491-17.265 15.36l-14.244-3.327c1.581-14.566 14.723-24.69 31.19-24.69c22.79 0 31.663 12.983 31.663 27.866v38.14a72 72 0 0 0 .946 12.504h-14.56a56 56 0 0 1-.794-10.294c-3.323 5.39-10.924 12.668-24.538 12.668c-15.516 0-25.494-10.765-25.494-22.79c0-13.621 9.978-21.222 23.117-23.121m26.44 10.924v-3.48l-23.276 3.48c-6.332.953-11.08 4.588-11.08 11.395c0 5.697 4.748 11.08 12.349 11.08c12.189.008 22.008-5.853 22.008-22.475m28.922 62.7V78.862h14.407v11.877c4.118-7.596 13.143-13.617 25.491-13.617c22.79 0 34.991 17.575 34.991 39.739c0 22.642-13.146 40.213-35.466 40.213c-11.718 0-20.58-5.538-24.689-12.352v40.377zm37.205-94.835c-13.614 0-22.638 11.395-22.638 26.589c0 15.673 9.024 26.916 22.638 26.916c13.777 0 22.483-11.243 22.483-26.916c0-15.194-8.546-26.589-22.483-26.589"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 198"><path d="M0 42.787h22.918v112.298H0zM49.668 0h22.918v85.56H49.668z"/><path fill="#31d891" d="M49.668 112.314h22.918v85.56H49.668zm49.645-69.527h22.918v112.298H99.313z"/><path d="M251.639 155.014v-49.87h-57.307v49.87h-15.516V42.764h15.516v47.973h57.307V42.763h15.524v112.251zm99.157-21.696c-4.274 13.458-16.47 24.063-34.186 24.063c-20.42 0-38.314-14.878-38.314-40.685c0-23.907 17.256-40.217 36.411-40.217c23.437 0 36.575 16.147 36.575 39.902a33 33 0 0 1-.315 4.748h-57.334c.316 13.613 10.135 23.132 22.955 23.132c12.348 0 18.524-6.806 21.373-15.36zm-15.053-24.222c-.316-10.924-7.437-19.47-20.891-19.47c-12.505 0-20.106 9.655-20.744 19.47zm46.006 2.379l20.58-3.005c4.596-.638 5.86-3.012 5.86-5.698c0-7.437-4.907-13.613-16.461-13.613c-10.45 0-16.31 6.491-17.265 15.36l-14.244-3.327c1.581-14.566 14.723-24.69 31.19-24.69c22.79 0 31.663 12.983 31.663 27.866v38.14a72 72 0 0 0 .946 12.504h-14.56a56 56 0 0 1-.794-10.294c-3.323 5.39-10.924 12.668-24.538 12.668c-15.516 0-25.494-10.765-25.494-22.79c0-13.621 9.978-21.222 23.117-23.121m26.44 10.924v-3.48l-23.276 3.48c-6.332.953-11.08 4.588-11.08 11.395c0 5.697 4.748 11.08 12.349 11.08c12.189.008 22.008-5.853 22.008-22.475m28.922 62.7V78.862h14.407v11.877c4.118-7.596 13.143-13.617 25.491-13.617c22.79 0 34.991 17.575 34.991 39.739c0 22.642-13.146 40.213-35.466 40.213c-11.718 0-20.58-5.538-24.689-12.352v40.377zm37.205-94.835c-13.614 0-22.638 11.395-22.638 26.589c0 15.673 9.024 26.916 22.638 26.916c13.777 0 22.483-11.243 22.483-26.916c0-15.194-8.546-26.589-22.483-26.589"/></svg>
</template>

CSS

.icon-heap {
  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%20512%20198%22%3E%3Cpath%20d%3D%22M0%2042.787h22.918v112.298H0zM49.668%200h22.918v85.56H49.668z%22%2F%3E%3Cpath%20fill%3D%22%2331d891%22%20d%3D%22M49.668%20112.314h22.918v85.56H49.668zm49.645-69.527h22.918v112.298H99.313z%22%2F%3E%3Cpath%20d%3D%22M251.639%20155.014v-49.87h-57.307v49.87h-15.516V42.764h15.516v47.973h57.307V42.763h15.524v112.251zm99.157-21.696c-4.274%2013.458-16.47%2024.063-34.186%2024.063c-20.42%200-38.314-14.878-38.314-40.685c0-23.907%2017.256-40.217%2036.411-40.217c23.437%200%2036.575%2016.147%2036.575%2039.902a33%2033%200%200%201-.315%204.748h-57.334c.316%2013.613%2010.135%2023.132%2022.955%2023.132c12.348%200%2018.524-6.806%2021.373-15.36zm-15.053-24.222c-.316-10.924-7.437-19.47-20.891-19.47c-12.505%200-20.106%209.655-20.744%2019.47zm46.006%202.379l20.58-3.005c4.596-.638%205.86-3.012%205.86-5.698c0-7.437-4.907-13.613-16.461-13.613c-10.45%200-16.31%206.491-17.265%2015.36l-14.244-3.327c1.581-14.566%2014.723-24.69%2031.19-24.69c22.79%200%2031.663%2012.983%2031.663%2027.866v38.14a72%2072%200%200%200%20.946%2012.504h-14.56a56%2056%200%200%201-.794-10.294c-3.323%205.39-10.924%2012.668-24.538%2012.668c-15.516%200-25.494-10.765-25.494-22.79c0-13.621%209.978-21.222%2023.117-23.121m26.44%2010.924v-3.48l-23.276%203.48c-6.332.953-11.08%204.588-11.08%2011.395c0%205.697%204.748%2011.08%2012.349%2011.08c12.189.008%2022.008-5.853%2022.008-22.475m28.922%2062.7V78.862h14.407v11.877c4.118-7.596%2013.143-13.617%2025.491-13.617c22.79%200%2034.991%2017.575%2034.991%2039.739c0%2022.642-13.146%2040.213-35.466%2040.213c-11.718%200-20.58-5.538-24.689-12.352v40.377zm37.205-94.835c-13.614%200-22.638%2011.395-22.638%2026.589c0%2015.673%209.024%2026.916%2022.638%2026.916c13.777%200%2022.483-11.243%2022.483-26.916c0-15.194-8.546-26.589-22.483-26.589%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%20512%20198%22%3E%3Cpath%20d%3D%22M0%2042.787h22.918v112.298H0zM49.668%200h22.918v85.56H49.668z%22%2F%3E%3Cpath%20fill%3D%22%2331d891%22%20d%3D%22M49.668%20112.314h22.918v85.56H49.668zm49.645-69.527h22.918v112.298H99.313z%22%2F%3E%3Cpath%20d%3D%22M251.639%20155.014v-49.87h-57.307v49.87h-15.516V42.764h15.516v47.973h57.307V42.763h15.524v112.251zm99.157-21.696c-4.274%2013.458-16.47%2024.063-34.186%2024.063c-20.42%200-38.314-14.878-38.314-40.685c0-23.907%2017.256-40.217%2036.411-40.217c23.437%200%2036.575%2016.147%2036.575%2039.902a33%2033%200%200%201-.315%204.748h-57.334c.316%2013.613%2010.135%2023.132%2022.955%2023.132c12.348%200%2018.524-6.806%2021.373-15.36zm-15.053-24.222c-.316-10.924-7.437-19.47-20.891-19.47c-12.505%200-20.106%209.655-20.744%2019.47zm46.006%202.379l20.58-3.005c4.596-.638%205.86-3.012%205.86-5.698c0-7.437-4.907-13.613-16.461-13.613c-10.45%200-16.31%206.491-17.265%2015.36l-14.244-3.327c1.581-14.566%2014.723-24.69%2031.19-24.69c22.79%200%2031.663%2012.983%2031.663%2027.866v38.14a72%2072%200%200%200%20.946%2012.504h-14.56a56%2056%200%200%201-.794-10.294c-3.323%205.39-10.924%2012.668-24.538%2012.668c-15.516%200-25.494-10.765-25.494-22.79c0-13.621%209.978-21.222%2023.117-23.121m26.44%2010.924v-3.48l-23.276%203.48c-6.332.953-11.08%204.588-11.08%2011.395c0%205.697%204.748%2011.08%2012.349%2011.08c12.189.008%2022.008-5.853%2022.008-22.475m28.922%2062.7V78.862h14.407v11.877c4.118-7.596%2013.143-13.617%2025.491-13.617c22.79%200%2034.991%2017.575%2034.991%2039.739c0%2022.642-13.146%2040.213-35.466%2040.213c-11.718%200-20.58-5.538-24.689-12.352v40.377zm37.205-94.835c-13.614%200-22.638%2011.395-22.638%2026.589c0%2015.673%209.024%2026.916%2022.638%2026.916c13.777%200%2022.483-11.243%2022.483-26.916c0-15.194-8.546-26.589-22.483-26.589%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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