bootstrap logo
bootstrap from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bootstrap
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the bootstrap logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.667 0H5.334A5.35 5.35 0 0 0 .001 5.333v21.333c0 2.932 2.401 5.333 5.333 5.333h21.333c2.932 0 5.333-2.401 5.333-5.333V5.333C32 2.401 29.599 0 26.667 0M23.75 22.474a4.2 4.2 0 0 1-1.229 1.646c-.563.453-1.271.828-2.146 1.094q-1.305.406-3.109.406H8.693V6.953h9.068c1.677 0 3.021.375 4.026 1.146c1.016.771 1.516 1.927 1.516 3.479q0 1.413-.688 2.411c-.688.998-1.12 1.182-1.974 1.542v.063c1.141.24 2.021.781 2.599 1.62s.88 1.901.88 3.182a5.3 5.3 0 0 1-.401 2.036l.031.036zm-3.703-4.599c-.542-.5-1.313-.745-2.302-.745h-5.766v5.823h5.781c.984 0 1.76-.255 2.307-.771s.823-1.25.823-2.188c-.01-.922-.276-1.635-.823-2.12h-.026zm-.797-3.766q.788-.671.786-1.927c0-.938-.234-1.604-.708-1.984c-.469-.38-1.146-.578-2.036-.578h-5.333v5.151h5.333c.776 0 1.443-.229 1.953-.661z"/></svg>
React
import type { SVGProps } from "react";
export function CibBootstrap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.667 0H5.334A5.35 5.35 0 0 0 .001 5.333v21.333c0 2.932 2.401 5.333 5.333 5.333h21.333c2.932 0 5.333-2.401 5.333-5.333V5.333C32 2.401 29.599 0 26.667 0M23.75 22.474a4.2 4.2 0 0 1-1.229 1.646c-.563.453-1.271.828-2.146 1.094q-1.305.406-3.109.406H8.693V6.953h9.068c1.677 0 3.021.375 4.026 1.146c1.016.771 1.516 1.927 1.516 3.479q0 1.413-.688 2.411c-.688.998-1.12 1.182-1.974 1.542v.063c1.141.24 2.021.781 2.599 1.62s.88 1.901.88 3.182a5.3 5.3 0 0 1-.401 2.036l.031.036zm-3.703-4.599c-.542-.5-1.313-.745-2.302-.745h-5.766v5.823h5.781c.984 0 1.76-.255 2.307-.771s.823-1.25.823-2.188c-.01-.922-.276-1.635-.823-2.12h-.026zm-.797-3.766q.788-.671.786-1.927c0-.938-.234-1.604-.708-1.984c-.469-.38-1.146-.578-2.036-.578h-5.333v5.151h5.333c.776 0 1.443-.229 1.953-.661z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.667 0H5.334A5.35 5.35 0 0 0 .001 5.333v21.333c0 2.932 2.401 5.333 5.333 5.333h21.333c2.932 0 5.333-2.401 5.333-5.333V5.333C32 2.401 29.599 0 26.667 0M23.75 22.474a4.2 4.2 0 0 1-1.229 1.646c-.563.453-1.271.828-2.146 1.094q-1.305.406-3.109.406H8.693V6.953h9.068c1.677 0 3.021.375 4.026 1.146c1.016.771 1.516 1.927 1.516 3.479q0 1.413-.688 2.411c-.688.998-1.12 1.182-1.974 1.542v.063c1.141.24 2.021.781 2.599 1.62s.88 1.901.88 3.182a5.3 5.3 0 0 1-.401 2.036l.031.036zm-3.703-4.599c-.542-.5-1.313-.745-2.302-.745h-5.766v5.823h5.781c.984 0 1.76-.255 2.307-.771s.823-1.25.823-2.188c-.01-.922-.276-1.635-.823-2.12h-.026zm-.797-3.766q.788-.671.786-1.927c0-.938-.234-1.604-.708-1.984c-.469-.38-1.146-.578-2.036-.578h-5.333v5.151h5.333c.776 0 1.443-.229 1.953-.661z"/></svg> </template>
CSS
.icon-bootstrap {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.667%200H5.334A5.35%205.35%200%200%200%20.001%205.333v21.333c0%202.932%202.401%205.333%205.333%205.333h21.333c2.932%200%205.333-2.401%205.333-5.333V5.333C32%202.401%2029.599%200%2026.667%200M23.75%2022.474a4.2%204.2%200%200%201-1.229%201.646c-.563.453-1.271.828-2.146%201.094q-1.305.406-3.109.406H8.693V6.953h9.068c1.677%200%203.021.375%204.026%201.146c1.016.771%201.516%201.927%201.516%203.479q0%201.413-.688%202.411c-.688.998-1.12%201.182-1.974%201.542v.063c1.141.24%202.021.781%202.599%201.62s.88%201.901.88%203.182a5.3%205.3%200%200%201-.401%202.036l.031.036zm-3.703-4.599c-.542-.5-1.313-.745-2.302-.745h-5.766v5.823h5.781c.984%200%201.76-.255%202.307-.771s.823-1.25.823-2.188c-.01-.922-.276-1.635-.823-2.12h-.026zm-.797-3.766q.788-.671.786-1.927c0-.938-.234-1.604-.708-1.984c-.469-.38-1.146-.578-2.036-.578h-5.333v5.151h5.333c.776%200%201.443-.229%201.953-.661z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.667%200H5.334A5.35%205.35%200%200%200%20.001%205.333v21.333c0%202.932%202.401%205.333%205.333%205.333h21.333c2.932%200%205.333-2.401%205.333-5.333V5.333C32%202.401%2029.599%200%2026.667%200M23.75%2022.474a4.2%204.2%200%200%201-1.229%201.646c-.563.453-1.271.828-2.146%201.094q-1.305.406-3.109.406H8.693V6.953h9.068c1.677%200%203.021.375%204.026%201.146c1.016.771%201.516%201.927%201.516%203.479q0%201.413-.688%202.411c-.688.998-1.12%201.182-1.974%201.542v.063c1.141.24%202.021.781%202.599%201.62s.88%201.901.88%203.182a5.3%205.3%200%200%201-.401%202.036l.031.036zm-3.703-4.599c-.542-.5-1.313-.745-2.302-.745h-5.766v5.823h5.781c.984%200%201.76-.255%202.307-.771s.823-1.25.823-2.188c-.01-.922-.276-1.635-.823-2.12h-.026zm-.797-3.766q.788-.671.786-1.927c0-.938-.234-1.604-.708-1.984c-.469-.38-1.146-.578-2.036-.578h-5.333v5.151h5.333c.776%200%201.443-.229%201.953-.661z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/bootstrap.svg?color=%231a73e8&size=48