heroku logo
heroku from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- heroku
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the heroku logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.17 2H4.83A1.79 1.79 0 0 0 3 3.8v16.4A1.79 1.79 0 0 0 4.83 22h14.34A1.8 1.8 0 0 0 21 20.2V3.8A1.8 1.8 0 0 0 19.17 2M20 20.2a.8.8 0 0 1-.81.8H4.83a.79.79 0 0 1-.8-.8V3.8a.79.79 0 0 1 .8-.8h14.34a.8.8 0 0 1 .81.8z"/><path fill="currentColor" d="m7.53 19l2.25-2l-2.25-2zm5.69-9a12 12 0 0 0-3.75.7V5h-2v8.65L8.88 13a12.3 12.3 0 0 1 4.29-1c1 0 1.25.55 1.25 1.05v6h2V13a2.68 2.68 0 0 0-.8-2.1a3.27 3.27 0 0 0-2.4-.9M13 8.25h2A5.9 5.9 0 0 0 16.47 5h-2A7.2 7.2 0 0 1 13 8.25"/></svg>
React
import type { SVGProps } from "react";
export function BxlHeroku(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="M19.17 2H4.83A1.79 1.79 0 0 0 3 3.8v16.4A1.79 1.79 0 0 0 4.83 22h14.34A1.8 1.8 0 0 0 21 20.2V3.8A1.8 1.8 0 0 0 19.17 2M20 20.2a.8.8 0 0 1-.81.8H4.83a.79.79 0 0 1-.8-.8V3.8a.79.79 0 0 1 .8-.8h14.34a.8.8 0 0 1 .81.8z"/><path fill="currentColor" d="m7.53 19l2.25-2l-2.25-2zm5.69-9a12 12 0 0 0-3.75.7V5h-2v8.65L8.88 13a12.3 12.3 0 0 1 4.29-1c1 0 1.25.55 1.25 1.05v6h2V13a2.68 2.68 0 0 0-.8-2.1a3.27 3.27 0 0 0-2.4-.9M13 8.25h2A5.9 5.9 0 0 0 16.47 5h-2A7.2 7.2 0 0 1 13 8.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.17 2H4.83A1.79 1.79 0 0 0 3 3.8v16.4A1.79 1.79 0 0 0 4.83 22h14.34A1.8 1.8 0 0 0 21 20.2V3.8A1.8 1.8 0 0 0 19.17 2M20 20.2a.8.8 0 0 1-.81.8H4.83a.79.79 0 0 1-.8-.8V3.8a.79.79 0 0 1 .8-.8h14.34a.8.8 0 0 1 .81.8z"/><path fill="currentColor" d="m7.53 19l2.25-2l-2.25-2zm5.69-9a12 12 0 0 0-3.75.7V5h-2v8.65L8.88 13a12.3 12.3 0 0 1 4.29-1c1 0 1.25.55 1.25 1.05v6h2V13a2.68 2.68 0 0 0-.8-2.1a3.27 3.27 0 0 0-2.4-.9M13 8.25h2A5.9 5.9 0 0 0 16.47 5h-2A7.2 7.2 0 0 1 13 8.25"/></svg> </template>
CSS
.icon-heroku {
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%22M19.17%202H4.83A1.79%201.79%200%200%200%203%203.8v16.4A1.79%201.79%200%200%200%204.83%2022h14.34A1.8%201.8%200%200%200%2021%2020.2V3.8A1.8%201.8%200%200%200%2019.17%202M20%2020.2a.8.8%200%200%201-.81.8H4.83a.79.79%200%200%201-.8-.8V3.8a.79.79%200%200%201%20.8-.8h14.34a.8.8%200%200%201%20.81.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.53%2019l2.25-2l-2.25-2zm5.69-9a12%2012%200%200%200-3.75.7V5h-2v8.65L8.88%2013a12.3%2012.3%200%200%201%204.29-1c1%200%201.25.55%201.25%201.05v6h2V13a2.68%202.68%200%200%200-.8-2.1a3.27%203.27%200%200%200-2.4-.9M13%208.25h2A5.9%205.9%200%200%200%2016.47%205h-2A7.2%207.2%200%200%201%2013%208.25%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%22M19.17%202H4.83A1.79%201.79%200%200%200%203%203.8v16.4A1.79%201.79%200%200%200%204.83%2022h14.34A1.8%201.8%200%200%200%2021%2020.2V3.8A1.8%201.8%200%200%200%2019.17%202M20%2020.2a.8.8%200%200%201-.81.8H4.83a.79.79%200%200%201-.8-.8V3.8a.79.79%200%200%201%20.8-.8h14.34a.8.8%200%200%201%20.81.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.53%2019l2.25-2l-2.25-2zm5.69-9a12%2012%200%200%200-3.75.7V5h-2v8.65L8.88%2013a12.3%2012.3%200%200%201%204.29-1c1%200%201.25.55%201.25%201.05v6h2V13a2.68%202.68%200%200%200-.8-2.1a3.27%203.27%200%200%200-2.4-.9M13%208.25h2A5.9%205.9%200%200%200%2016.47%205h-2A7.2%207.2%200%200%201%2013%208.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/heroku.svg?color=%231a73e8&size=48