bitrise from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
bitrise
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the bitrise logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.515 13.456c-.274-1.886-.692-3.783-.99-5.048a3.47 3.47 0 0 0-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47 3.47 0 0 0-3.174 2.673c-.298 1.265-.716 3.162-.99 5.048c-.191 1.277-.334 2.768-.454 4.463c-.06.943.25 1.85.883 2.554a3.43 3.43 0 0 0 2.447 1.157c2.076.096 5.262.215 8.663.215s6.587-.12 8.663-.215a3.5 3.5 0 0 0 2.447-1.157a3.46 3.46 0 0 0 .883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646 5.919c-.334.37-.788.584-1.29.608a190 190 0 0 1-8.59.215a190 190 0 0 1-8.593-.215a1.83 1.83 0 0 1-1.288-.608a1.8 1.8 0 0 1-.466-1.349c.108-1.647.25-3.102.442-4.331c.262-1.826.668-3.676.966-4.905c.191-.8.86-1.36 1.683-1.42c1.491-.096 3.962-.203 7.267-.203c3.294 0 5.776.107 7.267.203a1.84 1.84 0 0 1 1.683 1.42c.286 1.229.692 3.079.966 4.904c.18 1.23.323 2.685.442 4.332c0 .501-.167.979-.49 1.348m-9.881-15.18c.56 0 1.026-.453 1.026-1.014a1.026 1.026 0 1 0-2.052 0c0 .55.465 1.015 1.026 1.015m5.967 7.84a1.65 1.65 0 0 0-1.647 1.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933 0a1.65 1.65 0 0 0-1.647 1.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966 5.967a2.663 2.663 0 0 0 2.661-2.66H9.315a2.674 2.674 0 0 0 2.673 2.66"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBitrise(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="M23.515 13.456c-.274-1.886-.692-3.783-.99-5.048a3.47 3.47 0 0 0-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47 3.47 0 0 0-3.174 2.673c-.298 1.265-.716 3.162-.99 5.048c-.191 1.277-.334 2.768-.454 4.463c-.06.943.25 1.85.883 2.554a3.43 3.43 0 0 0 2.447 1.157c2.076.096 5.262.215 8.663.215s6.587-.12 8.663-.215a3.5 3.5 0 0 0 2.447-1.157a3.46 3.46 0 0 0 .883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646 5.919c-.334.37-.788.584-1.29.608a190 190 0 0 1-8.59.215a190 190 0 0 1-8.593-.215a1.83 1.83 0 0 1-1.288-.608a1.8 1.8 0 0 1-.466-1.349c.108-1.647.25-3.102.442-4.331c.262-1.826.668-3.676.966-4.905c.191-.8.86-1.36 1.683-1.42c1.491-.096 3.962-.203 7.267-.203c3.294 0 5.776.107 7.267.203a1.84 1.84 0 0 1 1.683 1.42c.286 1.229.692 3.079.966 4.904c.18 1.23.323 2.685.442 4.332c0 .501-.167.979-.49 1.348m-9.881-15.18c.56 0 1.026-.453 1.026-1.014a1.026 1.026 0 1 0-2.052 0c0 .55.465 1.015 1.026 1.015m5.967 7.84a1.65 1.65 0 0 0-1.647 1.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933 0a1.65 1.65 0 0 0-1.647 1.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966 5.967a2.663 2.663 0 0 0 2.661-2.66H9.315a2.674 2.674 0 0 0 2.673 2.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.515 13.456c-.274-1.886-.692-3.783-.99-5.048a3.47 3.47 0 0 0-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47 3.47 0 0 0-3.174 2.673c-.298 1.265-.716 3.162-.99 5.048c-.191 1.277-.334 2.768-.454 4.463c-.06.943.25 1.85.883 2.554a3.43 3.43 0 0 0 2.447 1.157c2.076.096 5.262.215 8.663.215s6.587-.12 8.663-.215a3.5 3.5 0 0 0 2.447-1.157a3.46 3.46 0 0 0 .883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646 5.919c-.334.37-.788.584-1.29.608a190 190 0 0 1-8.59.215a190 190 0 0 1-8.593-.215a1.83 1.83 0 0 1-1.288-.608a1.8 1.8 0 0 1-.466-1.349c.108-1.647.25-3.102.442-4.331c.262-1.826.668-3.676.966-4.905c.191-.8.86-1.36 1.683-1.42c1.491-.096 3.962-.203 7.267-.203c3.294 0 5.776.107 7.267.203a1.84 1.84 0 0 1 1.683 1.42c.286 1.229.692 3.079.966 4.904c.18 1.23.323 2.685.442 4.332c0 .501-.167.979-.49 1.348m-9.881-15.18c.56 0 1.026-.453 1.026-1.014a1.026 1.026 0 1 0-2.052 0c0 .55.465 1.015 1.026 1.015m5.967 7.84a1.65 1.65 0 0 0-1.647 1.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933 0a1.65 1.65 0 0 0-1.647 1.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966 5.967a2.663 2.663 0 0 0 2.661-2.66H9.315a2.674 2.674 0 0 0 2.673 2.66"/></svg>
</template>

CSS

.icon-bitrise {
  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%22M23.515%2013.456c-.274-1.886-.692-3.783-.99-5.048a3.47%203.47%200%200%200-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47%203.47%200%200%200-3.174%202.673c-.298%201.265-.716%203.162-.99%205.048c-.191%201.277-.334%202.768-.454%204.463c-.06.943.25%201.85.883%202.554a3.43%203.43%200%200%200%202.447%201.157c2.076.096%205.262.215%208.663.215s6.587-.12%208.663-.215a3.5%203.5%200%200%200%202.447-1.157a3.46%203.46%200%200%200%20.883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646%205.919c-.334.37-.788.584-1.29.608a190%20190%200%200%201-8.59.215a190%20190%200%200%201-8.593-.215a1.83%201.83%200%200%201-1.288-.608a1.8%201.8%200%200%201-.466-1.349c.108-1.647.25-3.102.442-4.331c.262-1.826.668-3.676.966-4.905c.191-.8.86-1.36%201.683-1.42c1.491-.096%203.962-.203%207.267-.203c3.294%200%205.776.107%207.267.203a1.84%201.84%200%200%201%201.683%201.42c.286%201.229.692%203.079.966%204.904c.18%201.23.323%202.685.442%204.332c0%20.501-.167.979-.49%201.348m-9.881-15.18c.56%200%201.026-.453%201.026-1.014a1.026%201.026%200%201%200-2.052%200c0%20.55.465%201.015%201.026%201.015m5.967%207.84a1.65%201.65%200%200%200-1.647%201.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933%200a1.65%201.65%200%200%200-1.647%201.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966%205.967a2.663%202.663%200%200%200%202.661-2.66H9.315a2.674%202.674%200%200%200%202.673%202.66%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%22M23.515%2013.456c-.274-1.886-.692-3.783-.99-5.048a3.47%203.47%200%200%200-3.174-2.673c-1.516-.095-4.022-.203-7.363-.203s-5.847.108-7.363.203a3.47%203.47%200%200%200-3.174%202.673c-.298%201.265-.716%203.162-.99%205.048c-.191%201.277-.334%202.768-.454%204.463c-.06.943.25%201.85.883%202.554a3.43%203.43%200%200%200%202.447%201.157c2.076.096%205.262.215%208.663.215s6.587-.12%208.663-.215a3.5%203.5%200%200%200%202.447-1.157a3.46%203.46%200%200%200%20.883-2.554c-.132-1.695-.287-3.198-.478-4.463m-1.646%205.919c-.334.37-.788.584-1.29.608a190%20190%200%200%201-8.59.215a190%20190%200%200%201-8.593-.215a1.83%201.83%200%200%201-1.288-.608a1.8%201.8%200%200%201-.466-1.349c.108-1.647.25-3.102.442-4.331c.262-1.826.668-3.676.966-4.905c.191-.8.86-1.36%201.683-1.42c1.491-.096%203.962-.203%207.267-.203c3.294%200%205.776.107%207.267.203a1.84%201.84%200%200%201%201.683%201.42c.286%201.229.692%203.079.966%204.904c.18%201.23.323%202.685.442%204.332c0%20.501-.167.979-.49%201.348m-9.881-15.18c.56%200%201.026-.453%201.026-1.014a1.026%201.026%200%201%200-2.052%200c0%20.55.465%201.015%201.026%201.015m5.967%207.84a1.65%201.65%200%200%200-1.647%201.648H19.6c0-.907-.728-1.647-1.646-1.647m-11.933%200a1.65%201.65%200%200%200-1.647%201.648h3.293c0-.907-.728-1.647-1.647-1.647m5.966%205.967a2.663%202.663%200%200%200%202.661-2.66H9.315a2.674%202.674%200%200%200%202.673%202.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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