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

Name
bootstrap
Set
Simple Icons
Style
Brand
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.77 11.24H9.956V8.202h2.152c1.17 0 1.834.522 1.834 1.466c0 1.008-.773 1.572-2.174 1.572zm.324 1.206H9.957v3.348h2.231c1.459 0 2.232-.585 2.232-1.685s-.795-1.663-2.326-1.663M24 11.39v1.218c-1.128.108-1.817.944-2.226 2.268c-.407 1.319-.463 2.937-.42 4.186c.045 1.3-.968 2.5-2.337 2.5H4.985c-1.37 0-2.383-1.2-2.337-2.5c.043-1.249-.013-2.867-.42-4.186c-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108 1.819-.944 2.227-2.268c.408-1.319.464-2.937.42-4.186c-.045-1.3.968-2.5 2.338-2.5h14.032c1.37 0 2.382 1.2 2.337 2.5c-.043 1.249.013 2.867.42 4.186c.409 1.324 1.098 2.16 2.226 2.268m-7.927 2.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169 1.856-1.135 1.856-2.213c0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218 0 3.553-1.086 3.553-2.876"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBootstrap(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="M11.77 11.24H9.956V8.202h2.152c1.17 0 1.834.522 1.834 1.466c0 1.008-.773 1.572-2.174 1.572zm.324 1.206H9.957v3.348h2.231c1.459 0 2.232-.585 2.232-1.685s-.795-1.663-2.326-1.663M24 11.39v1.218c-1.128.108-1.817.944-2.226 2.268c-.407 1.319-.463 2.937-.42 4.186c.045 1.3-.968 2.5-2.337 2.5H4.985c-1.37 0-2.383-1.2-2.337-2.5c.043-1.249-.013-2.867-.42-4.186c-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108 1.819-.944 2.227-2.268c.408-1.319.464-2.937.42-4.186c-.045-1.3.968-2.5 2.338-2.5h14.032c1.37 0 2.382 1.2 2.337 2.5c-.043 1.249.013 2.867.42 4.186c.409 1.324 1.098 2.16 2.226 2.268m-7.927 2.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169 1.856-1.135 1.856-2.213c0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218 0 3.553-1.086 3.553-2.876"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.77 11.24H9.956V8.202h2.152c1.17 0 1.834.522 1.834 1.466c0 1.008-.773 1.572-2.174 1.572zm.324 1.206H9.957v3.348h2.231c1.459 0 2.232-.585 2.232-1.685s-.795-1.663-2.326-1.663M24 11.39v1.218c-1.128.108-1.817.944-2.226 2.268c-.407 1.319-.463 2.937-.42 4.186c.045 1.3-.968 2.5-2.337 2.5H4.985c-1.37 0-2.383-1.2-2.337-2.5c.043-1.249-.013-2.867-.42-4.186c-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108 1.819-.944 2.227-2.268c.408-1.319.464-2.937.42-4.186c-.045-1.3.968-2.5 2.338-2.5h14.032c1.37 0 2.382 1.2 2.337 2.5c-.043 1.249.013 2.867.42 4.186c.409 1.324 1.098 2.16 2.226 2.268m-7.927 2.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169 1.856-1.135 1.856-2.213c0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218 0 3.553-1.086 3.553-2.876"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.77%2011.24H9.956V8.202h2.152c1.17%200%201.834.522%201.834%201.466c0%201.008-.773%201.572-2.174%201.572zm.324%201.206H9.957v3.348h2.231c1.459%200%202.232-.585%202.232-1.685s-.795-1.663-2.326-1.663M24%2011.39v1.218c-1.128.108-1.817.944-2.226%202.268c-.407%201.319-.463%202.937-.42%204.186c.045%201.3-.968%202.5-2.337%202.5H4.985c-1.37%200-2.383-1.2-2.337-2.5c.043-1.249-.013-2.867-.42-4.186c-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108%201.819-.944%202.227-2.268c.408-1.319.464-2.937.42-4.186c-.045-1.3.968-2.5%202.338-2.5h14.032c1.37%200%202.382%201.2%202.337%202.5c-.043%201.249.013%202.867.42%204.186c.409%201.324%201.098%202.16%202.226%202.268m-7.927%202.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169%201.856-1.135%201.856-2.213c0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218%200%203.553-1.086%203.553-2.876%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%22M11.77%2011.24H9.956V8.202h2.152c1.17%200%201.834.522%201.834%201.466c0%201.008-.773%201.572-2.174%201.572zm.324%201.206H9.957v3.348h2.231c1.459%200%202.232-.585%202.232-1.685s-.795-1.663-2.326-1.663M24%2011.39v1.218c-1.128.108-1.817.944-2.226%202.268c-.407%201.319-.463%202.937-.42%204.186c.045%201.3-.968%202.5-2.337%202.5H4.985c-1.37%200-2.383-1.2-2.337-2.5c.043-1.249-.013-2.867-.42-4.186c-.41-1.324-1.1-2.16-2.228-2.268V11.39c1.128-.108%201.819-.944%202.227-2.268c.408-1.319.464-2.937.42-4.186c-.045-1.3.968-2.5%202.338-2.5h14.032c1.37%200%202.382%201.2%202.337%202.5c-.043%201.249.013%202.867.42%204.186c.409%201.324%201.098%202.16%202.226%202.268m-7.927%202.817c0-1.354-.953-2.333-2.368-2.488v-.057c1.04-.169%201.856-1.135%201.856-2.213c0-1.537-1.213-2.538-3.062-2.538h-4.16v10.172h4.181c2.218%200%203.553-1.086%203.553-2.876%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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