eventbrite logo

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

Name
eventbrite
Set
SVG Logos
Style
Color
Viewbox
512×92
License
CC0

The same logo in other sets

Related icons in SVG Logos

Use the eventbrite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 92"><path fill="#f05537" d="M24.21 31.24c16.814-3.842 33.629 6.486 37.47 22.959c.379 1.745.623 3.557.733 5.377l.035.683l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.462 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.266 10.021-6.599l.22-.315l14.51 3.414c-3.925 8.45-11.607 15.108-21.508 17.327c-16.814 3.84-33.544-6.402-37.47-22.96S7.395 35.08 24.21 31.239m449.552.084c16.814-3.84 33.629 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.463 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.265 10.021-6.598l.221-.315l14.51 3.328c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702m-332.107 0c16.814-3.84 33.544 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913a17.11 17.11 0 0 0 17.754 6.743c4.182-.939 7.852-3.414 10.242-6.913l10.258 2.315c2.39.547 4.252.983 4.252 1.013c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702M300.923 0v35.848c4.78-3.84 10.413-5.462 16.644-5.462c17.582 0 31.666 13.57 31.666 30.556c0 16.9-14.084 30.727-31.666 30.727c-6.146 0-11.864-1.622-16.644-5.463v3.841h-15.449V3.499zm68.538 31.41v5.206c4.68-3.343 9.197-4.558 16.835-5.008l.492-.028v15.023c-14.957.507-17.281 5.53-17.326 14.41v29.034h-15.45V31.41zM268.574 7.34v24.07h12.035v14.595h-12.035v44.042h-16.046V46.005h-9.474V31.41h9.474V10.925zm-53.26 22.96c13.06 0 24.411 7.511 24.411 25.862v33.8h-15.534v-31.24c0-11.112-5.89-13.718-11.903-13.823l-.388-.004l-.388.004c-6.013.097-11.903 2.538-11.903 13.568v31.58h-15.448V31.41h15.448v4.353l1.147-.824c3.21-2.268 7.258-4.639 14.558-4.639M74.568 31.41L89.76 71.184l15.363-39.774h16.815l-24.07 58.637H81.823L57.753 31.41zm333.046 0v58.637h-15.45V31.41zm31.153-20.485V31.41h12.035v14.85h-12.035v43.7h-16.046V46.347h-9.474V31.41h9.474V10.925zM317.481 44.47c-9.132 0-16.558 7.255-16.9 15.705v1.45c.427 8.536 7.853 15.705 16.9 15.705c9.218 0 16.815-7.51 16.815-16.473c0-8.79-7.597-16.387-16.815-16.387m146.636 13.998l30.556-6.914c-4.011-5.548-11.01-8.194-17.668-6.658c-6.802 1.512-11.62 6.907-12.831 13.258zl30.556-6.914zm-332.107 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.803 1.512-11.706 6.91-12.836 13.263zl30.556-6.914zm-117.445 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.804 1.512-11.706 6.827-12.836 13.26zl30.556-6.914zM399.932 1.366c5.548 0 9.645 4.097 9.645 9.474c0 5.462-4.182 9.645-9.645 9.645c-5.548 0-9.816-4.183-9.816-9.645c0-5.463 4.268-9.474 9.816-9.474"/></svg>

React

import type { SVGProps } from "react";

export function LogosEventbrite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 92"><path fill="#f05537" d="M24.21 31.24c16.814-3.842 33.629 6.486 37.47 22.959c.379 1.745.623 3.557.733 5.377l.035.683l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.462 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.266 10.021-6.599l.22-.315l14.51 3.414c-3.925 8.45-11.607 15.108-21.508 17.327c-16.814 3.84-33.544-6.402-37.47-22.96S7.395 35.08 24.21 31.239m449.552.084c16.814-3.84 33.629 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.463 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.265 10.021-6.598l.221-.315l14.51 3.328c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702m-332.107 0c16.814-3.84 33.544 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913a17.11 17.11 0 0 0 17.754 6.743c4.182-.939 7.852-3.414 10.242-6.913l10.258 2.315c2.39.547 4.252.983 4.252 1.013c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702M300.923 0v35.848c4.78-3.84 10.413-5.462 16.644-5.462c17.582 0 31.666 13.57 31.666 30.556c0 16.9-14.084 30.727-31.666 30.727c-6.146 0-11.864-1.622-16.644-5.463v3.841h-15.449V3.499zm68.538 31.41v5.206c4.68-3.343 9.197-4.558 16.835-5.008l.492-.028v15.023c-14.957.507-17.281 5.53-17.326 14.41v29.034h-15.45V31.41zM268.574 7.34v24.07h12.035v14.595h-12.035v44.042h-16.046V46.005h-9.474V31.41h9.474V10.925zm-53.26 22.96c13.06 0 24.411 7.511 24.411 25.862v33.8h-15.534v-31.24c0-11.112-5.89-13.718-11.903-13.823l-.388-.004l-.388.004c-6.013.097-11.903 2.538-11.903 13.568v31.58h-15.448V31.41h15.448v4.353l1.147-.824c3.21-2.268 7.258-4.639 14.558-4.639M74.568 31.41L89.76 71.184l15.363-39.774h16.815l-24.07 58.637H81.823L57.753 31.41zm333.046 0v58.637h-15.45V31.41zm31.153-20.485V31.41h12.035v14.85h-12.035v43.7h-16.046V46.347h-9.474V31.41h9.474V10.925zM317.481 44.47c-9.132 0-16.558 7.255-16.9 15.705v1.45c.427 8.536 7.853 15.705 16.9 15.705c9.218 0 16.815-7.51 16.815-16.473c0-8.79-7.597-16.387-16.815-16.387m146.636 13.998l30.556-6.914c-4.011-5.548-11.01-8.194-17.668-6.658c-6.802 1.512-11.62 6.907-12.831 13.258zl30.556-6.914zm-332.107 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.803 1.512-11.706 6.91-12.836 13.263zl30.556-6.914zm-117.445 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.804 1.512-11.706 6.827-12.836 13.26zl30.556-6.914zM399.932 1.366c5.548 0 9.645 4.097 9.645 9.474c0 5.462-4.182 9.645-9.645 9.645c-5.548 0-9.816-4.183-9.816-9.645c0-5.463 4.268-9.474 9.816-9.474"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 92"><path fill="#f05537" d="M24.21 31.24c16.814-3.842 33.629 6.486 37.47 22.959c.379 1.745.623 3.557.733 5.377l.035.683l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.462 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.266 10.021-6.599l.22-.315l14.51 3.414c-3.925 8.45-11.607 15.108-21.508 17.327c-16.814 3.84-33.544-6.402-37.47-22.96S7.395 35.08 24.21 31.239m449.552.084c16.814-3.84 33.629 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913c3.841 5.463 10.84 8.28 17.754 6.743c4.055-.91 7.63-3.265 10.021-6.598l.221-.315l14.51 3.328c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702m-332.107 0c16.814-3.84 33.544 6.487 37.47 22.96c.38 1.745.624 3.558.733 5.378l.035.682l-9.56 2.134l-4.95 1.11l-30.642 6.913a17.11 17.11 0 0 0 17.754 6.743c4.182-.939 7.852-3.414 10.242-6.913l10.258 2.315c2.39.547 4.252.983 4.252 1.013c-3.926 8.45-11.608 15.108-21.509 17.327c-16.814 3.84-33.629-6.487-37.47-22.96c-3.926-16.473 6.573-32.86 23.387-36.702M300.923 0v35.848c4.78-3.84 10.413-5.462 16.644-5.462c17.582 0 31.666 13.57 31.666 30.556c0 16.9-14.084 30.727-31.666 30.727c-6.146 0-11.864-1.622-16.644-5.463v3.841h-15.449V3.499zm68.538 31.41v5.206c4.68-3.343 9.197-4.558 16.835-5.008l.492-.028v15.023c-14.957.507-17.281 5.53-17.326 14.41v29.034h-15.45V31.41zM268.574 7.34v24.07h12.035v14.595h-12.035v44.042h-16.046V46.005h-9.474V31.41h9.474V10.925zm-53.26 22.96c13.06 0 24.411 7.511 24.411 25.862v33.8h-15.534v-31.24c0-11.112-5.89-13.718-11.903-13.823l-.388-.004l-.388.004c-6.013.097-11.903 2.538-11.903 13.568v31.58h-15.448V31.41h15.448v4.353l1.147-.824c3.21-2.268 7.258-4.639 14.558-4.639M74.568 31.41L89.76 71.184l15.363-39.774h16.815l-24.07 58.637H81.823L57.753 31.41zm333.046 0v58.637h-15.45V31.41zm31.153-20.485V31.41h12.035v14.85h-12.035v43.7h-16.046V46.347h-9.474V31.41h9.474V10.925zM317.481 44.47c-9.132 0-16.558 7.255-16.9 15.705v1.45c.427 8.536 7.853 15.705 16.9 15.705c9.218 0 16.815-7.51 16.815-16.473c0-8.79-7.597-16.387-16.815-16.387m146.636 13.998l30.556-6.914c-4.011-5.548-11.01-8.194-17.668-6.658c-6.802 1.512-11.62 6.907-12.831 13.258zl30.556-6.914zm-332.107 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.803 1.512-11.706 6.91-12.836 13.263zl30.556-6.914zm-117.445 0l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.804 1.512-11.706 6.827-12.836 13.26zl30.556-6.914zM399.932 1.366c5.548 0 9.645 4.097 9.645 9.474c0 5.462-4.182 9.645-9.645 9.645c-5.548 0-9.816-4.183-9.816-9.645c0-5.463 4.268-9.474 9.816-9.474"/></svg>
</template>

CSS

.icon-eventbrite {
  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%2092%22%3E%3Cpath%20fill%3D%22%23f05537%22%20d%3D%22M24.21%2031.24c16.814-3.842%2033.629%206.486%2037.47%2022.959c.379%201.745.623%203.557.733%205.377l.035.683l-9.56%202.134l-4.95%201.11l-30.642%206.913c3.841%205.462%2010.84%208.28%2017.754%206.743c4.055-.91%207.63-3.266%2010.021-6.599l.22-.315l14.51%203.414c-3.925%208.45-11.607%2015.108-21.508%2017.327c-16.814%203.84-33.544-6.402-37.47-22.96S7.395%2035.08%2024.21%2031.239m449.552.084c16.814-3.84%2033.629%206.487%2037.47%2022.96c.38%201.745.624%203.558.733%205.378l.035.682l-9.56%202.134l-4.95%201.11l-30.642%206.913c3.841%205.463%2010.84%208.28%2017.754%206.743c4.055-.91%207.63-3.265%2010.021-6.598l.221-.315l14.51%203.328c-3.926%208.45-11.608%2015.108-21.509%2017.327c-16.814%203.84-33.629-6.487-37.47-22.96c-3.926-16.473%206.573-32.86%2023.387-36.702m-332.107%200c16.814-3.84%2033.544%206.487%2037.47%2022.96c.38%201.745.624%203.558.733%205.378l.035.682l-9.56%202.134l-4.95%201.11l-30.642%206.913a17.11%2017.11%200%200%200%2017.754%206.743c4.182-.939%207.852-3.414%2010.242-6.913l10.258%202.315c2.39.547%204.252.983%204.252%201.013c-3.926%208.45-11.608%2015.108-21.509%2017.327c-16.814%203.84-33.629-6.487-37.47-22.96c-3.926-16.473%206.573-32.86%2023.387-36.702M300.923%200v35.848c4.78-3.84%2010.413-5.462%2016.644-5.462c17.582%200%2031.666%2013.57%2031.666%2030.556c0%2016.9-14.084%2030.727-31.666%2030.727c-6.146%200-11.864-1.622-16.644-5.463v3.841h-15.449V3.499zm68.538%2031.41v5.206c4.68-3.343%209.197-4.558%2016.835-5.008l.492-.028v15.023c-14.957.507-17.281%205.53-17.326%2014.41v29.034h-15.45V31.41zM268.574%207.34v24.07h12.035v14.595h-12.035v44.042h-16.046V46.005h-9.474V31.41h9.474V10.925zm-53.26%2022.96c13.06%200%2024.411%207.511%2024.411%2025.862v33.8h-15.534v-31.24c0-11.112-5.89-13.718-11.903-13.823l-.388-.004l-.388.004c-6.013.097-11.903%202.538-11.903%2013.568v31.58h-15.448V31.41h15.448v4.353l1.147-.824c3.21-2.268%207.258-4.639%2014.558-4.639M74.568%2031.41L89.76%2071.184l15.363-39.774h16.815l-24.07%2058.637H81.823L57.753%2031.41zm333.046%200v58.637h-15.45V31.41zm31.153-20.485V31.41h12.035v14.85h-12.035v43.7h-16.046V46.347h-9.474V31.41h9.474V10.925zM317.481%2044.47c-9.132%200-16.558%207.255-16.9%2015.705v1.45c.427%208.536%207.853%2015.705%2016.9%2015.705c9.218%200%2016.815-7.51%2016.815-16.473c0-8.79-7.597-16.387-16.815-16.387m146.636%2013.998l30.556-6.914c-4.011-5.548-11.01-8.194-17.668-6.658c-6.802%201.512-11.62%206.907-12.831%2013.258zl30.556-6.914zm-332.107%200l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.803%201.512-11.706%206.91-12.836%2013.263zl30.556-6.914zm-117.445%200l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.804%201.512-11.706%206.827-12.836%2013.26zl30.556-6.914zM399.932%201.366c5.548%200%209.645%204.097%209.645%209.474c0%205.462-4.182%209.645-9.645%209.645c-5.548%200-9.816-4.183-9.816-9.645c0-5.463%204.268-9.474%209.816-9.474%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%2092%22%3E%3Cpath%20fill%3D%22%23f05537%22%20d%3D%22M24.21%2031.24c16.814-3.842%2033.629%206.486%2037.47%2022.959c.379%201.745.623%203.557.733%205.377l.035.683l-9.56%202.134l-4.95%201.11l-30.642%206.913c3.841%205.462%2010.84%208.28%2017.754%206.743c4.055-.91%207.63-3.266%2010.021-6.599l.22-.315l14.51%203.414c-3.925%208.45-11.607%2015.108-21.508%2017.327c-16.814%203.84-33.544-6.402-37.47-22.96S7.395%2035.08%2024.21%2031.239m449.552.084c16.814-3.84%2033.629%206.487%2037.47%2022.96c.38%201.745.624%203.558.733%205.378l.035.682l-9.56%202.134l-4.95%201.11l-30.642%206.913c3.841%205.463%2010.84%208.28%2017.754%206.743c4.055-.91%207.63-3.265%2010.021-6.598l.221-.315l14.51%203.328c-3.926%208.45-11.608%2015.108-21.509%2017.327c-16.814%203.84-33.629-6.487-37.47-22.96c-3.926-16.473%206.573-32.86%2023.387-36.702m-332.107%200c16.814-3.84%2033.544%206.487%2037.47%2022.96c.38%201.745.624%203.558.733%205.378l.035.682l-9.56%202.134l-4.95%201.11l-30.642%206.913a17.11%2017.11%200%200%200%2017.754%206.743c4.182-.939%207.852-3.414%2010.242-6.913l10.258%202.315c2.39.547%204.252.983%204.252%201.013c-3.926%208.45-11.608%2015.108-21.509%2017.327c-16.814%203.84-33.629-6.487-37.47-22.96c-3.926-16.473%206.573-32.86%2023.387-36.702M300.923%200v35.848c4.78-3.84%2010.413-5.462%2016.644-5.462c17.582%200%2031.666%2013.57%2031.666%2030.556c0%2016.9-14.084%2030.727-31.666%2030.727c-6.146%200-11.864-1.622-16.644-5.463v3.841h-15.449V3.499zm68.538%2031.41v5.206c4.68-3.343%209.197-4.558%2016.835-5.008l.492-.028v15.023c-14.957.507-17.281%205.53-17.326%2014.41v29.034h-15.45V31.41zM268.574%207.34v24.07h12.035v14.595h-12.035v44.042h-16.046V46.005h-9.474V31.41h9.474V10.925zm-53.26%2022.96c13.06%200%2024.411%207.511%2024.411%2025.862v33.8h-15.534v-31.24c0-11.112-5.89-13.718-11.903-13.823l-.388-.004l-.388.004c-6.013.097-11.903%202.538-11.903%2013.568v31.58h-15.448V31.41h15.448v4.353l1.147-.824c3.21-2.268%207.258-4.639%2014.558-4.639M74.568%2031.41L89.76%2071.184l15.363-39.774h16.815l-24.07%2058.637H81.823L57.753%2031.41zm333.046%200v58.637h-15.45V31.41zm31.153-20.485V31.41h12.035v14.85h-12.035v43.7h-16.046V46.347h-9.474V31.41h9.474V10.925zM317.481%2044.47c-9.132%200-16.558%207.255-16.9%2015.705v1.45c.427%208.536%207.853%2015.705%2016.9%2015.705c9.218%200%2016.815-7.51%2016.815-16.473c0-8.79-7.597-16.387-16.815-16.387m146.636%2013.998l30.556-6.914c-4.011-5.548-11.01-8.194-17.668-6.658c-6.802%201.512-11.62%206.907-12.831%2013.258zl30.556-6.914zm-332.107%200l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.803%201.512-11.706%206.91-12.836%2013.263zl30.556-6.914zm-117.445%200l30.556-6.914c-3.84-5.377-10.754-8.194-17.668-6.658c-6.804%201.512-11.706%206.827-12.836%2013.26zl30.556-6.914zM399.932%201.366c5.548%200%209.645%204.097%209.645%209.474c0%205.462-4.182%209.645-9.645%209.645c-5.548%200-9.816-4.183-9.816-9.645c0-5.463%204.268-9.474%209.816-9.474%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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