bourbon logo
bourbon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- bourbon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×252
- License
- CC0
Use the bourbon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGS2L3pdzI" x1="46.646%" x2="57.363%" y1="-2.089%" y2="137.781%"><stop offset="0%" stop-color="#ff992e"/><stop offset="63.5%" stop-color="#ff4c2e"/><stop offset="100%" stop-color="#e3302e"/></linearGradient></defs><path fill="#e5d1bf" d="M51.535 251.616c-15.04 0-27.749-11.58-29.854-26.32C21.455 223.191.625 34.742.625 32.636C.4 32.11.1 31.584.1 31.057l.05-6.317c0-5.263 2.055-10.527 6.266-13.686C9.925 6.317 17.996 0 128.012 0C237.778 0 245.924 6.317 249.61 11.054c3.71 3.685 5.79 8.423 5.79 14.213l-.075 5.264c0 1.053.076 1.579-.45 2.632l-22.36 192.133c0 .527-.276 1.053-.276 1.58c-2.732 14.212-15.265 24.74-29.478 24.74z"/><path fill="#fef9ec" d="M247.554 24.951c0-3.685-1.48-6.843-3.585-8.949c-5.44-6.316-55.271-8.422-116.333-8.422c-60.81 0-110.542 1.58-116.333 7.896c-2.13 2.632-3.684 5.264-3.684 8.949l.05 5.79c0 .526-.05 1.053.476 1.58c-.226.526 21.056 192.133 21.056 192.133c1.529 11.054 11.054 19.476 22.108 19.476h151.125c11.53 0 21.006-8.422 22.059-19.476h.25l22.56-192.134v-6.843z"/><ellipse cx="127.11" cy="23.372" fill="#e5d1bf" rx="105.805" ry="5.79"/><path fill="url(#SVGS2L3pdzI)" d="M213.965 205.504c-.25 6.843-5.264 12.107-12.107 12.107H52.287c-6.517 0-11.506-5.264-12.032-12.107c-1.003-17.897-7.37-71.59-7.37-71.59c-.15-4.737 2.106-7.369 7.37-7.369h173.71c4.762 0 7.37 2.632 7.37 7.37c.15 0-6.844 53.692-7.37 71.59"/><path fill="#fef9ec" d="M97.156 136.336c-3.008 3.685-2.306 9.475 1.905 12.633l32.686 25.794c4.01 2.632 9.952 2.105 12.584-2.106l25.517-33.163c3.008-3.684 2.381-9.475-1.83-12.633l-32.761-25.793c-4.011-2.632-9.877-2.106-13.035 2.105z" opacity=".65"/><path fill="#fef9ec" d="M65.823 112.122c-5.014.526-8.347 5.264-7.821 10.001l5.314 41.585c.752 5.264 5.214 8.423 10.478 7.896l40.908-5.264c5.013-1.052 8.573-5.264 7.52-10.528l-5.013-41.585c-.752-4.737-5.515-8.422-10.252-7.37z" opacity=".65"/></svg>
React
import type { SVGProps } from "react";
export function LogosBourbon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGS2L3pdzI" x1="46.646%" x2="57.363%" y1="-2.089%" y2="137.781%"><stop offset="0%" stopColor="#ff992e"/><stop offset="63.5%" stopColor="#ff4c2e"/><stop offset="100%" stopColor="#e3302e"/></linearGradient></defs><path fill="#e5d1bf" d="M51.535 251.616c-15.04 0-27.749-11.58-29.854-26.32C21.455 223.191.625 34.742.625 32.636C.4 32.11.1 31.584.1 31.057l.05-6.317c0-5.263 2.055-10.527 6.266-13.686C9.925 6.317 17.996 0 128.012 0C237.778 0 245.924 6.317 249.61 11.054c3.71 3.685 5.79 8.423 5.79 14.213l-.075 5.264c0 1.053.076 1.579-.45 2.632l-22.36 192.133c0 .527-.276 1.053-.276 1.58c-2.732 14.212-15.265 24.74-29.478 24.74z"/><path fill="#fef9ec" d="M247.554 24.951c0-3.685-1.48-6.843-3.585-8.949c-5.44-6.316-55.271-8.422-116.333-8.422c-60.81 0-110.542 1.58-116.333 7.896c-2.13 2.632-3.684 5.264-3.684 8.949l.05 5.79c0 .526-.05 1.053.476 1.58c-.226.526 21.056 192.133 21.056 192.133c1.529 11.054 11.054 19.476 22.108 19.476h151.125c11.53 0 21.006-8.422 22.059-19.476h.25l22.56-192.134v-6.843z"/><ellipse cx="127.11" cy="23.372" fill="#e5d1bf" rx="105.805" ry="5.79"/><path fill="url(#SVGS2L3pdzI)" d="M213.965 205.504c-.25 6.843-5.264 12.107-12.107 12.107H52.287c-6.517 0-11.506-5.264-12.032-12.107c-1.003-17.897-7.37-71.59-7.37-71.59c-.15-4.737 2.106-7.369 7.37-7.369h173.71c4.762 0 7.37 2.632 7.37 7.37c.15 0-6.844 53.692-7.37 71.59"/><path fill="#fef9ec" d="M97.156 136.336c-3.008 3.685-2.306 9.475 1.905 12.633l32.686 25.794c4.01 2.632 9.952 2.105 12.584-2.106l25.517-33.163c3.008-3.684 2.381-9.475-1.83-12.633l-32.761-25.793c-4.011-2.632-9.877-2.106-13.035 2.105z" opacity=".65"/><path fill="#fef9ec" d="M65.823 112.122c-5.014.526-8.347 5.264-7.821 10.001l5.314 41.585c.752 5.264 5.214 8.423 10.478 7.896l40.908-5.264c5.013-1.052 8.573-5.264 7.52-10.528l-5.013-41.585c-.752-4.737-5.515-8.422-10.252-7.37z" opacity=".65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 252"><defs><linearGradient id="SVGS2L3pdzI" x1="46.646%" x2="57.363%" y1="-2.089%" y2="137.781%"><stop offset="0%" stop-color="#ff992e"/><stop offset="63.5%" stop-color="#ff4c2e"/><stop offset="100%" stop-color="#e3302e"/></linearGradient></defs><path fill="#e5d1bf" d="M51.535 251.616c-15.04 0-27.749-11.58-29.854-26.32C21.455 223.191.625 34.742.625 32.636C.4 32.11.1 31.584.1 31.057l.05-6.317c0-5.263 2.055-10.527 6.266-13.686C9.925 6.317 17.996 0 128.012 0C237.778 0 245.924 6.317 249.61 11.054c3.71 3.685 5.79 8.423 5.79 14.213l-.075 5.264c0 1.053.076 1.579-.45 2.632l-22.36 192.133c0 .527-.276 1.053-.276 1.58c-2.732 14.212-15.265 24.74-29.478 24.74z"/><path fill="#fef9ec" d="M247.554 24.951c0-3.685-1.48-6.843-3.585-8.949c-5.44-6.316-55.271-8.422-116.333-8.422c-60.81 0-110.542 1.58-116.333 7.896c-2.13 2.632-3.684 5.264-3.684 8.949l.05 5.79c0 .526-.05 1.053.476 1.58c-.226.526 21.056 192.133 21.056 192.133c1.529 11.054 11.054 19.476 22.108 19.476h151.125c11.53 0 21.006-8.422 22.059-19.476h.25l22.56-192.134v-6.843z"/><ellipse cx="127.11" cy="23.372" fill="#e5d1bf" rx="105.805" ry="5.79"/><path fill="url(#SVGS2L3pdzI)" d="M213.965 205.504c-.25 6.843-5.264 12.107-12.107 12.107H52.287c-6.517 0-11.506-5.264-12.032-12.107c-1.003-17.897-7.37-71.59-7.37-71.59c-.15-4.737 2.106-7.369 7.37-7.369h173.71c4.762 0 7.37 2.632 7.37 7.37c.15 0-6.844 53.692-7.37 71.59"/><path fill="#fef9ec" d="M97.156 136.336c-3.008 3.685-2.306 9.475 1.905 12.633l32.686 25.794c4.01 2.632 9.952 2.105 12.584-2.106l25.517-33.163c3.008-3.684 2.381-9.475-1.83-12.633l-32.761-25.793c-4.011-2.632-9.877-2.106-13.035 2.105z" opacity=".65"/><path fill="#fef9ec" d="M65.823 112.122c-5.014.526-8.347 5.264-7.821 10.001l5.314 41.585c.752 5.264 5.214 8.423 10.478 7.896l40.908-5.264c5.013-1.052 8.573-5.264 7.52-10.528l-5.013-41.585c-.752-4.737-5.515-8.422-10.252-7.37z" opacity=".65"/></svg> </template>
CSS
.icon-bourbon {
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%20252%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGS2L3pdzI%22%20x1%3D%2246.646%25%22%20x2%3D%2257.363%25%22%20y1%3D%22-2.089%25%22%20y2%3D%22137.781%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff992e%22%2F%3E%3Cstop%20offset%3D%2263.5%25%22%20stop-color%3D%22%23ff4c2e%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23e3302e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23e5d1bf%22%20d%3D%22M51.535%20251.616c-15.04%200-27.749-11.58-29.854-26.32C21.455%20223.191.625%2034.742.625%2032.636C.4%2032.11.1%2031.584.1%2031.057l.05-6.317c0-5.263%202.055-10.527%206.266-13.686C9.925%206.317%2017.996%200%20128.012%200C237.778%200%20245.924%206.317%20249.61%2011.054c3.71%203.685%205.79%208.423%205.79%2014.213l-.075%205.264c0%201.053.076%201.579-.45%202.632l-22.36%20192.133c0%20.527-.276%201.053-.276%201.58c-2.732%2014.212-15.265%2024.74-29.478%2024.74z%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M247.554%2024.951c0-3.685-1.48-6.843-3.585-8.949c-5.44-6.316-55.271-8.422-116.333-8.422c-60.81%200-110.542%201.58-116.333%207.896c-2.13%202.632-3.684%205.264-3.684%208.949l.05%205.79c0%20.526-.05%201.053.476%201.58c-.226.526%2021.056%20192.133%2021.056%20192.133c1.529%2011.054%2011.054%2019.476%2022.108%2019.476h151.125c11.53%200%2021.006-8.422%2022.059-19.476h.25l22.56-192.134v-6.843z%22%2F%3E%3Cellipse%20cx%3D%22127.11%22%20cy%3D%2223.372%22%20fill%3D%22%23e5d1bf%22%20rx%3D%22105.805%22%20ry%3D%225.79%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS2L3pdzI)%22%20d%3D%22M213.965%20205.504c-.25%206.843-5.264%2012.107-12.107%2012.107H52.287c-6.517%200-11.506-5.264-12.032-12.107c-1.003-17.897-7.37-71.59-7.37-71.59c-.15-4.737%202.106-7.369%207.37-7.369h173.71c4.762%200%207.37%202.632%207.37%207.37c.15%200-6.844%2053.692-7.37%2071.59%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M97.156%20136.336c-3.008%203.685-2.306%209.475%201.905%2012.633l32.686%2025.794c4.01%202.632%209.952%202.105%2012.584-2.106l25.517-33.163c3.008-3.684%202.381-9.475-1.83-12.633l-32.761-25.793c-4.011-2.632-9.877-2.106-13.035%202.105z%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M65.823%20112.122c-5.014.526-8.347%205.264-7.821%2010.001l5.314%2041.585c.752%205.264%205.214%208.423%2010.478%207.896l40.908-5.264c5.013-1.052%208.573-5.264%207.52-10.528l-5.013-41.585c-.752-4.737-5.515-8.422-10.252-7.37z%22%20opacity%3D%22.65%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%20252%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGS2L3pdzI%22%20x1%3D%2246.646%25%22%20x2%3D%2257.363%25%22%20y1%3D%22-2.089%25%22%20y2%3D%22137.781%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff992e%22%2F%3E%3Cstop%20offset%3D%2263.5%25%22%20stop-color%3D%22%23ff4c2e%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23e3302e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23e5d1bf%22%20d%3D%22M51.535%20251.616c-15.04%200-27.749-11.58-29.854-26.32C21.455%20223.191.625%2034.742.625%2032.636C.4%2032.11.1%2031.584.1%2031.057l.05-6.317c0-5.263%202.055-10.527%206.266-13.686C9.925%206.317%2017.996%200%20128.012%200C237.778%200%20245.924%206.317%20249.61%2011.054c3.71%203.685%205.79%208.423%205.79%2014.213l-.075%205.264c0%201.053.076%201.579-.45%202.632l-22.36%20192.133c0%20.527-.276%201.053-.276%201.58c-2.732%2014.212-15.265%2024.74-29.478%2024.74z%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M247.554%2024.951c0-3.685-1.48-6.843-3.585-8.949c-5.44-6.316-55.271-8.422-116.333-8.422c-60.81%200-110.542%201.58-116.333%207.896c-2.13%202.632-3.684%205.264-3.684%208.949l.05%205.79c0%20.526-.05%201.053.476%201.58c-.226.526%2021.056%20192.133%2021.056%20192.133c1.529%2011.054%2011.054%2019.476%2022.108%2019.476h151.125c11.53%200%2021.006-8.422%2022.059-19.476h.25l22.56-192.134v-6.843z%22%2F%3E%3Cellipse%20cx%3D%22127.11%22%20cy%3D%2223.372%22%20fill%3D%22%23e5d1bf%22%20rx%3D%22105.805%22%20ry%3D%225.79%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS2L3pdzI)%22%20d%3D%22M213.965%20205.504c-.25%206.843-5.264%2012.107-12.107%2012.107H52.287c-6.517%200-11.506-5.264-12.032-12.107c-1.003-17.897-7.37-71.59-7.37-71.59c-.15-4.737%202.106-7.369%207.37-7.369h173.71c4.762%200%207.37%202.632%207.37%207.37c.15%200-6.844%2053.692-7.37%2071.59%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M97.156%20136.336c-3.008%203.685-2.306%209.475%201.905%2012.633l32.686%2025.794c4.01%202.632%209.952%202.105%2012.584-2.106l25.517-33.163c3.008-3.684%202.381-9.475-1.83-12.633l-32.761-25.793c-4.011-2.632-9.877-2.106-13.035%202.105z%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22%23fef9ec%22%20d%3D%22M65.823%20112.122c-5.014.526-8.347%205.264-7.821%2010.001l5.314%2041.585c.752%205.264%205.214%208.423%2010.478%207.896l40.908-5.264c5.013-1.052%208.573-5.264%207.52-10.528l-5.013-41.585c-.752-4.737-5.515-8.422-10.252-7.37z%22%20opacity%3D%22.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/bourbon.svg?color=%231a73e8&size=48