bitnami logo
bitnami from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- bitnami
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×287
- License
- CC0
Use the bitnami logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><defs><linearGradient id="SVGqHIqdc4h" x1="14.551%" x2="411.685%" y1="49.972%" y2="49.972%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGorvSldck" x1="5.239%" x2="379.916%" y1="82.91%" y2="-193.342%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGaKsPLlGG" x1="62.675%" x2="-363.978%" y1="44.012%" y2="243.704%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGyS5h5cVw" x1="11.134%" x2="355.291%" y1="19.904%" y2="478.171%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGIUMDkLex" x1="53.115%" x2="46.266%" y1="2.534%" y2="110.506%"><stop offset="0%" stop-color="#1a3b54" stop-opacity="0"/><stop offset="100%" stop-color="#1a3b54"/></linearGradient></defs><path fill="#2a5d84" d="m142.4 3.9l99.3 57.3C251 66.6 256 75.5 256 86.9v114c0 10.8-4.9 19.2-14.1 24.6c-33 19.1-66.1 38.1-99.1 57.2c-9.6 5.6-20 5.5-29.7-.1c-32.9-19-65.9-38-98.8-57.1C6.4 221 0 211.9 0 200.4V81.8c0-10.4 4.9-15.7 14.1-21L53.7 38v148.3l74.3 42.9l74.3-42.9v-85.8L128 57.6l-31.2 18v-62c5.6-3.2 11.2-6.5 16.9-9.7c8.7-5.1 19.5-5.3 28.7 0"/><path fill="#1a3b54" d="M159.2 125.2v36l-15.6 9l-15.6 9.1l-15.6-9.1l-15.6-9v-36l15.6-9l15.6-9l15.6 9z"/><path fill="url(#SVGqHIqdc4h)" d="M158.1 125.9L128 108.5l-30.1 17.4l30.1 17.5z"/><path fill="url(#SVGorvSldck)" d="m128 178l30.1-17.4v-34.7L128 143.2z"/><path fill="url(#SVGaKsPLlGG)" d="m128 178l-30.1-17.4v-34.7l30.1 17.3z"/><path fill="url(#SVGyS5h5cVw)" d="M97.9 14.3v59.4L128 56.3l75.4 43.5v.3l48.1-27.6c-2.3-4.2-5.7-7.7-10.4-10.4c-33.1-19-66.2-38.1-99.3-57.2c-8.6-5-19-5-27.6 0c-5.4 3.1-10.9 6.2-16.3 9.4"/><path fill="url(#SVGIUMDkLex)" d="M52.6 186.8v-.5c0-50.3.2-98 .2-148.3L14.9 59.8c-8.8 5.1-13.8 11.9-13.8 22v118.6c0 4.9 1.3 9.7 3.6 13.9z"/></svg>
React
import type { SVGProps } from "react";
export function LogosBitnami(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><defs><linearGradient id="SVGqHIqdc4h" x1="14.551%" x2="411.685%" y1="49.972%" y2="49.972%"><stop offset="0%" stopColor="#fff" stopOpacity="0"/><stop offset="100%" stopColor="#fff"/></linearGradient><linearGradient id="SVGorvSldck" x1="5.239%" x2="379.916%" y1="82.91%" y2="-193.342%"><stop offset="0%" stopColor="#fff" stopOpacity="0"/><stop offset="100%" stopColor="#fff"/></linearGradient><linearGradient id="SVGaKsPLlGG" x1="62.675%" x2="-363.978%" y1="44.012%" y2="243.704%"><stop offset="0%" stopColor="#fff" stopOpacity="0"/><stop offset="100%" stopColor="#fff"/></linearGradient><linearGradient id="SVGyS5h5cVw" x1="11.134%" x2="355.291%" y1="19.904%" y2="478.171%"><stop offset="0%" stopColor="#fff" stopOpacity="0"/><stop offset="100%" stopColor="#fff"/></linearGradient><linearGradient id="SVGIUMDkLex" x1="53.115%" x2="46.266%" y1="2.534%" y2="110.506%"><stop offset="0%" stopColor="#1a3b54" stopOpacity="0"/><stop offset="100%" stopColor="#1a3b54"/></linearGradient></defs><path fill="#2a5d84" d="m142.4 3.9l99.3 57.3C251 66.6 256 75.5 256 86.9v114c0 10.8-4.9 19.2-14.1 24.6c-33 19.1-66.1 38.1-99.1 57.2c-9.6 5.6-20 5.5-29.7-.1c-32.9-19-65.9-38-98.8-57.1C6.4 221 0 211.9 0 200.4V81.8c0-10.4 4.9-15.7 14.1-21L53.7 38v148.3l74.3 42.9l74.3-42.9v-85.8L128 57.6l-31.2 18v-62c5.6-3.2 11.2-6.5 16.9-9.7c8.7-5.1 19.5-5.3 28.7 0"/><path fill="#1a3b54" d="M159.2 125.2v36l-15.6 9l-15.6 9.1l-15.6-9.1l-15.6-9v-36l15.6-9l15.6-9l15.6 9z"/><path fill="url(#SVGqHIqdc4h)" d="M158.1 125.9L128 108.5l-30.1 17.4l30.1 17.5z"/><path fill="url(#SVGorvSldck)" d="m128 178l30.1-17.4v-34.7L128 143.2z"/><path fill="url(#SVGaKsPLlGG)" d="m128 178l-30.1-17.4v-34.7l30.1 17.3z"/><path fill="url(#SVGyS5h5cVw)" d="M97.9 14.3v59.4L128 56.3l75.4 43.5v.3l48.1-27.6c-2.3-4.2-5.7-7.7-10.4-10.4c-33.1-19-66.2-38.1-99.3-57.2c-8.6-5-19-5-27.6 0c-5.4 3.1-10.9 6.2-16.3 9.4"/><path fill="url(#SVGIUMDkLex)" d="M52.6 186.8v-.5c0-50.3.2-98 .2-148.3L14.9 59.8c-8.8 5.1-13.8 11.9-13.8 22v118.6c0 4.9 1.3 9.7 3.6 13.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><defs><linearGradient id="SVGqHIqdc4h" x1="14.551%" x2="411.685%" y1="49.972%" y2="49.972%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGorvSldck" x1="5.239%" x2="379.916%" y1="82.91%" y2="-193.342%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGaKsPLlGG" x1="62.675%" x2="-363.978%" y1="44.012%" y2="243.704%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGyS5h5cVw" x1="11.134%" x2="355.291%" y1="19.904%" y2="478.171%"><stop offset="0%" stop-color="#fff" stop-opacity="0"/><stop offset="100%" stop-color="#fff"/></linearGradient><linearGradient id="SVGIUMDkLex" x1="53.115%" x2="46.266%" y1="2.534%" y2="110.506%"><stop offset="0%" stop-color="#1a3b54" stop-opacity="0"/><stop offset="100%" stop-color="#1a3b54"/></linearGradient></defs><path fill="#2a5d84" d="m142.4 3.9l99.3 57.3C251 66.6 256 75.5 256 86.9v114c0 10.8-4.9 19.2-14.1 24.6c-33 19.1-66.1 38.1-99.1 57.2c-9.6 5.6-20 5.5-29.7-.1c-32.9-19-65.9-38-98.8-57.1C6.4 221 0 211.9 0 200.4V81.8c0-10.4 4.9-15.7 14.1-21L53.7 38v148.3l74.3 42.9l74.3-42.9v-85.8L128 57.6l-31.2 18v-62c5.6-3.2 11.2-6.5 16.9-9.7c8.7-5.1 19.5-5.3 28.7 0"/><path fill="#1a3b54" d="M159.2 125.2v36l-15.6 9l-15.6 9.1l-15.6-9.1l-15.6-9v-36l15.6-9l15.6-9l15.6 9z"/><path fill="url(#SVGqHIqdc4h)" d="M158.1 125.9L128 108.5l-30.1 17.4l30.1 17.5z"/><path fill="url(#SVGorvSldck)" d="m128 178l30.1-17.4v-34.7L128 143.2z"/><path fill="url(#SVGaKsPLlGG)" d="m128 178l-30.1-17.4v-34.7l30.1 17.3z"/><path fill="url(#SVGyS5h5cVw)" d="M97.9 14.3v59.4L128 56.3l75.4 43.5v.3l48.1-27.6c-2.3-4.2-5.7-7.7-10.4-10.4c-33.1-19-66.2-38.1-99.3-57.2c-8.6-5-19-5-27.6 0c-5.4 3.1-10.9 6.2-16.3 9.4"/><path fill="url(#SVGIUMDkLex)" d="M52.6 186.8v-.5c0-50.3.2-98 .2-148.3L14.9 59.8c-8.8 5.1-13.8 11.9-13.8 22v118.6c0 4.9 1.3 9.7 3.6 13.9z"/></svg> </template>
CSS
.icon-bitnami {
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%20256%20287%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqHIqdc4h%22%20x1%3D%2214.551%25%22%20x2%3D%22411.685%25%22%20y1%3D%2249.972%25%22%20y2%3D%2249.972%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGorvSldck%22%20x1%3D%225.239%25%22%20x2%3D%22379.916%25%22%20y1%3D%2282.91%25%22%20y2%3D%22-193.342%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGaKsPLlGG%22%20x1%3D%2262.675%25%22%20x2%3D%22-363.978%25%22%20y1%3D%2244.012%25%22%20y2%3D%22243.704%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGyS5h5cVw%22%20x1%3D%2211.134%25%22%20x2%3D%22355.291%25%22%20y1%3D%2219.904%25%22%20y2%3D%22478.171%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGIUMDkLex%22%20x1%3D%2253.115%25%22%20x2%3D%2246.266%25%22%20y1%3D%222.534%25%22%20y2%3D%22110.506%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a3b54%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%231a3b54%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232a5d84%22%20d%3D%22m142.4%203.9l99.3%2057.3C251%2066.6%20256%2075.5%20256%2086.9v114c0%2010.8-4.9%2019.2-14.1%2024.6c-33%2019.1-66.1%2038.1-99.1%2057.2c-9.6%205.6-20%205.5-29.7-.1c-32.9-19-65.9-38-98.8-57.1C6.4%20221%200%20211.9%200%20200.4V81.8c0-10.4%204.9-15.7%2014.1-21L53.7%2038v148.3l74.3%2042.9l74.3-42.9v-85.8L128%2057.6l-31.2%2018v-62c5.6-3.2%2011.2-6.5%2016.9-9.7c8.7-5.1%2019.5-5.3%2028.7%200%22%2F%3E%3Cpath%20fill%3D%22%231a3b54%22%20d%3D%22M159.2%20125.2v36l-15.6%209l-15.6%209.1l-15.6-9.1l-15.6-9v-36l15.6-9l15.6-9l15.6%209z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqHIqdc4h)%22%20d%3D%22M158.1%20125.9L128%20108.5l-30.1%2017.4l30.1%2017.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGorvSldck)%22%20d%3D%22m128%20178l30.1-17.4v-34.7L128%20143.2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaKsPLlGG)%22%20d%3D%22m128%20178l-30.1-17.4v-34.7l30.1%2017.3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyS5h5cVw)%22%20d%3D%22M97.9%2014.3v59.4L128%2056.3l75.4%2043.5v.3l48.1-27.6c-2.3-4.2-5.7-7.7-10.4-10.4c-33.1-19-66.2-38.1-99.3-57.2c-8.6-5-19-5-27.6%200c-5.4%203.1-10.9%206.2-16.3%209.4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIUMDkLex)%22%20d%3D%22M52.6%20186.8v-.5c0-50.3.2-98%20.2-148.3L14.9%2059.8c-8.8%205.1-13.8%2011.9-13.8%2022v118.6c0%204.9%201.3%209.7%203.6%2013.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%20256%20287%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqHIqdc4h%22%20x1%3D%2214.551%25%22%20x2%3D%22411.685%25%22%20y1%3D%2249.972%25%22%20y2%3D%2249.972%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGorvSldck%22%20x1%3D%225.239%25%22%20x2%3D%22379.916%25%22%20y1%3D%2282.91%25%22%20y2%3D%22-193.342%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGaKsPLlGG%22%20x1%3D%2262.675%25%22%20x2%3D%22-363.978%25%22%20y1%3D%2244.012%25%22%20y2%3D%22243.704%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGyS5h5cVw%22%20x1%3D%2211.134%25%22%20x2%3D%22355.291%25%22%20y1%3D%2219.904%25%22%20y2%3D%22478.171%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGIUMDkLex%22%20x1%3D%2253.115%25%22%20x2%3D%2246.266%25%22%20y1%3D%222.534%25%22%20y2%3D%22110.506%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a3b54%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%231a3b54%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232a5d84%22%20d%3D%22m142.4%203.9l99.3%2057.3C251%2066.6%20256%2075.5%20256%2086.9v114c0%2010.8-4.9%2019.2-14.1%2024.6c-33%2019.1-66.1%2038.1-99.1%2057.2c-9.6%205.6-20%205.5-29.7-.1c-32.9-19-65.9-38-98.8-57.1C6.4%20221%200%20211.9%200%20200.4V81.8c0-10.4%204.9-15.7%2014.1-21L53.7%2038v148.3l74.3%2042.9l74.3-42.9v-85.8L128%2057.6l-31.2%2018v-62c5.6-3.2%2011.2-6.5%2016.9-9.7c8.7-5.1%2019.5-5.3%2028.7%200%22%2F%3E%3Cpath%20fill%3D%22%231a3b54%22%20d%3D%22M159.2%20125.2v36l-15.6%209l-15.6%209.1l-15.6-9.1l-15.6-9v-36l15.6-9l15.6-9l15.6%209z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqHIqdc4h)%22%20d%3D%22M158.1%20125.9L128%20108.5l-30.1%2017.4l30.1%2017.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGorvSldck)%22%20d%3D%22m128%20178l30.1-17.4v-34.7L128%20143.2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaKsPLlGG)%22%20d%3D%22m128%20178l-30.1-17.4v-34.7l30.1%2017.3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyS5h5cVw)%22%20d%3D%22M97.9%2014.3v59.4L128%2056.3l75.4%2043.5v.3l48.1-27.6c-2.3-4.2-5.7-7.7-10.4-10.4c-33.1-19-66.2-38.1-99.3-57.2c-8.6-5-19-5-27.6%200c-5.4%203.1-10.9%206.2-16.3%209.4%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIUMDkLex)%22%20d%3D%22M52.6%20186.8v-.5c0-50.3.2-98%20.2-148.3L14.9%2059.8c-8.8%205.1-13.8%2011.9-13.8%2022v118.6c0%204.9%201.3%209.7%203.6%2013.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/bitnami.svg?color=%231a73e8&size=48