bombardier logo

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

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

Use the bombardier logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 23.24l1.823-1.822c1.823-1.823 3.645-2.127 6.076-2.127h5.012c2.43 0 3.707-.152 5.681-1.519h.244l-3.342 3.342c-1.823 1.823-3.646 2.127-6.076 2.127H0ZM5.165 6.533l1.822 1.822c1.823 1.823 3.646 2.127 6.076 2.127h5.013c2.43 0 3.706.152 5.681 1.519c-1.975 1.367-3.25 1.519-5.681 1.519h-5.013c-2.43 0-4.253.304-6.076 2.127l-1.822 1.822h9.417c2.43 0 4.254-.303 6.076-2.126L24 12l-3.342-3.342c-1.822-1.823-3.645-2.126-6.076-2.126H5.165ZM0 .759l1.823 1.823C3.646 4.405 5.468 4.71 7.899 4.71h5.012c2.43 0 3.707.152 5.681 1.519h.244l-3.342-3.342C13.67 1.063 11.848.76 9.418.76H0Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBombardier(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="m0 23.24l1.823-1.822c1.823-1.823 3.645-2.127 6.076-2.127h5.012c2.43 0 3.707-.152 5.681-1.519h.244l-3.342 3.342c-1.823 1.823-3.646 2.127-6.076 2.127H0ZM5.165 6.533l1.822 1.822c1.823 1.823 3.646 2.127 6.076 2.127h5.013c2.43 0 3.706.152 5.681 1.519c-1.975 1.367-3.25 1.519-5.681 1.519h-5.013c-2.43 0-4.253.304-6.076 2.127l-1.822 1.822h9.417c2.43 0 4.254-.303 6.076-2.126L24 12l-3.342-3.342c-1.822-1.823-3.645-2.126-6.076-2.126H5.165ZM0 .759l1.823 1.823C3.646 4.405 5.468 4.71 7.899 4.71h5.012c2.43 0 3.707.152 5.681 1.519h.244l-3.342-3.342C13.67 1.063 11.848.76 9.418.76H0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 23.24l1.823-1.822c1.823-1.823 3.645-2.127 6.076-2.127h5.012c2.43 0 3.707-.152 5.681-1.519h.244l-3.342 3.342c-1.823 1.823-3.646 2.127-6.076 2.127H0ZM5.165 6.533l1.822 1.822c1.823 1.823 3.646 2.127 6.076 2.127h5.013c2.43 0 3.706.152 5.681 1.519c-1.975 1.367-3.25 1.519-5.681 1.519h-5.013c-2.43 0-4.253.304-6.076 2.127l-1.822 1.822h9.417c2.43 0 4.254-.303 6.076-2.126L24 12l-3.342-3.342c-1.822-1.823-3.645-2.126-6.076-2.126H5.165ZM0 .759l1.823 1.823C3.646 4.405 5.468 4.71 7.899 4.71h5.012c2.43 0 3.707.152 5.681 1.519h.244l-3.342-3.342C13.67 1.063 11.848.76 9.418.76H0Z"/></svg>
</template>

CSS

.icon-bombardier {
  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%22m0%2023.24l1.823-1.822c1.823-1.823%203.645-2.127%206.076-2.127h5.012c2.43%200%203.707-.152%205.681-1.519h.244l-3.342%203.342c-1.823%201.823-3.646%202.127-6.076%202.127H0ZM5.165%206.533l1.822%201.822c1.823%201.823%203.646%202.127%206.076%202.127h5.013c2.43%200%203.706.152%205.681%201.519c-1.975%201.367-3.25%201.519-5.681%201.519h-5.013c-2.43%200-4.253.304-6.076%202.127l-1.822%201.822h9.417c2.43%200%204.254-.303%206.076-2.126L24%2012l-3.342-3.342c-1.822-1.823-3.645-2.126-6.076-2.126H5.165ZM0%20.759l1.823%201.823C3.646%204.405%205.468%204.71%207.899%204.71h5.012c2.43%200%203.707.152%205.681%201.519h.244l-3.342-3.342C13.67%201.063%2011.848.76%209.418.76H0Z%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%22m0%2023.24l1.823-1.822c1.823-1.823%203.645-2.127%206.076-2.127h5.012c2.43%200%203.707-.152%205.681-1.519h.244l-3.342%203.342c-1.823%201.823-3.646%202.127-6.076%202.127H0ZM5.165%206.533l1.822%201.822c1.823%201.823%203.646%202.127%206.076%202.127h5.013c2.43%200%203.706.152%205.681%201.519c-1.975%201.367-3.25%201.519-5.681%201.519h-5.013c-2.43%200-4.253.304-6.076%202.127l-1.822%201.822h9.417c2.43%200%204.254-.303%206.076-2.126L24%2012l-3.342-3.342c-1.822-1.823-3.645-2.126-6.076-2.126H5.165ZM0%20.759l1.823%201.823C3.646%204.405%205.468%204.71%207.899%204.71h5.012c2.43%200%203.707.152%205.681%201.519h.244l-3.342-3.342C13.67%201.063%2011.848.76%209.418.76H0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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