bootstrap logo
bootstrap from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- bootstrap
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×204
- License
- CC0
The same logo in other sets
bootstrap-fillAkar IconsbootstrapBootstrap IconsbootstrapBoxicons BrandsbootstrapCoreUI BrandsbootstrapDeviconbootstrapFont Awesome 6 BrandsbootstrapFont Awesome BrandsbootstrapHuge IconsbootstrapLine AwesomebootstrapMaterial Design Iconsbootstrap-fillRemix IconbootstrapSimple IconsbootstrapSkill Icons
Use the bootstrap logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 204"><path fill="#7e13f8" d="M53.172 0C38.565 0 27.756 12.785 28.24 26.65c.465 13.32-.139 30.573-4.482 44.642C19.402 85.402 12.034 94.34 0 95.488v12.956c12.034 1.148 19.402 10.086 23.758 24.197c4.343 14.069 4.947 31.32 4.482 44.641c-.484 13.863 10.325 26.65 24.934 26.65h149.673c14.608 0 25.414-12.785 24.93-26.65c-.464-13.32.139-30.572 4.482-44.641c4.359-14.11 11.707-23.05 23.741-24.197V95.488c-12.034-1.148-19.382-10.086-23.74-24.196c-4.344-14.067-4.947-31.321-4.483-44.642C228.261 12.787 217.455 0 202.847 0H53.17zM173.56 125.533c0 19.092-14.24 30.67-37.872 30.67h-40.23a4.34 4.34 0 0 1-4.338-4.339V52.068a4.34 4.34 0 0 1 4.339-4.34h39.999c19.705 0 32.637 10.675 32.637 27.063c0 11.503-8.7 21.801-19.783 23.604v.601c15.089 1.655 25.248 12.104 25.248 26.537m-42.26-64.05h-22.937v32.4h19.32c14.934 0 23.17-6.014 23.17-16.764c0-10.073-7.082-15.636-19.552-15.636m-22.937 45.256v35.705h23.782c15.548 0 23.786-6.239 23.786-17.965c0-11.728-8.467-17.742-24.786-17.742h-22.782z"/></svg>
React
import type { SVGProps } from "react";
export function LogosBootstrap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 204"><path fill="#7e13f8" d="M53.172 0C38.565 0 27.756 12.785 28.24 26.65c.465 13.32-.139 30.573-4.482 44.642C19.402 85.402 12.034 94.34 0 95.488v12.956c12.034 1.148 19.402 10.086 23.758 24.197c4.343 14.069 4.947 31.32 4.482 44.641c-.484 13.863 10.325 26.65 24.934 26.65h149.673c14.608 0 25.414-12.785 24.93-26.65c-.464-13.32.139-30.572 4.482-44.641c4.359-14.11 11.707-23.05 23.741-24.197V95.488c-12.034-1.148-19.382-10.086-23.74-24.196c-4.344-14.067-4.947-31.321-4.483-44.642C228.261 12.787 217.455 0 202.847 0H53.17zM173.56 125.533c0 19.092-14.24 30.67-37.872 30.67h-40.23a4.34 4.34 0 0 1-4.338-4.339V52.068a4.34 4.34 0 0 1 4.339-4.34h39.999c19.705 0 32.637 10.675 32.637 27.063c0 11.503-8.7 21.801-19.783 23.604v.601c15.089 1.655 25.248 12.104 25.248 26.537m-42.26-64.05h-22.937v32.4h19.32c14.934 0 23.17-6.014 23.17-16.764c0-10.073-7.082-15.636-19.552-15.636m-22.937 45.256v35.705h23.782c15.548 0 23.786-6.239 23.786-17.965c0-11.728-8.467-17.742-24.786-17.742h-22.782z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 204"><path fill="#7e13f8" d="M53.172 0C38.565 0 27.756 12.785 28.24 26.65c.465 13.32-.139 30.573-4.482 44.642C19.402 85.402 12.034 94.34 0 95.488v12.956c12.034 1.148 19.402 10.086 23.758 24.197c4.343 14.069 4.947 31.32 4.482 44.641c-.484 13.863 10.325 26.65 24.934 26.65h149.673c14.608 0 25.414-12.785 24.93-26.65c-.464-13.32.139-30.572 4.482-44.641c4.359-14.11 11.707-23.05 23.741-24.197V95.488c-12.034-1.148-19.382-10.086-23.74-24.196c-4.344-14.067-4.947-31.321-4.483-44.642C228.261 12.787 217.455 0 202.847 0H53.17zM173.56 125.533c0 19.092-14.24 30.67-37.872 30.67h-40.23a4.34 4.34 0 0 1-4.338-4.339V52.068a4.34 4.34 0 0 1 4.339-4.34h39.999c19.705 0 32.637 10.675 32.637 27.063c0 11.503-8.7 21.801-19.783 23.604v.601c15.089 1.655 25.248 12.104 25.248 26.537m-42.26-64.05h-22.937v32.4h19.32c14.934 0 23.17-6.014 23.17-16.764c0-10.073-7.082-15.636-19.552-15.636m-22.937 45.256v35.705h23.782c15.548 0 23.786-6.239 23.786-17.965c0-11.728-8.467-17.742-24.786-17.742h-22.782z"/></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%20256%20204%22%3E%3Cpath%20fill%3D%22%237e13f8%22%20d%3D%22M53.172%200C38.565%200%2027.756%2012.785%2028.24%2026.65c.465%2013.32-.139%2030.573-4.482%2044.642C19.402%2085.402%2012.034%2094.34%200%2095.488v12.956c12.034%201.148%2019.402%2010.086%2023.758%2024.197c4.343%2014.069%204.947%2031.32%204.482%2044.641c-.484%2013.863%2010.325%2026.65%2024.934%2026.65h149.673c14.608%200%2025.414-12.785%2024.93-26.65c-.464-13.32.139-30.572%204.482-44.641c4.359-14.11%2011.707-23.05%2023.741-24.197V95.488c-12.034-1.148-19.382-10.086-23.74-24.196c-4.344-14.067-4.947-31.321-4.483-44.642C228.261%2012.787%20217.455%200%20202.847%200H53.17zM173.56%20125.533c0%2019.092-14.24%2030.67-37.872%2030.67h-40.23a4.34%204.34%200%200%201-4.338-4.339V52.068a4.34%204.34%200%200%201%204.339-4.34h39.999c19.705%200%2032.637%2010.675%2032.637%2027.063c0%2011.503-8.7%2021.801-19.783%2023.604v.601c15.089%201.655%2025.248%2012.104%2025.248%2026.537m-42.26-64.05h-22.937v32.4h19.32c14.934%200%2023.17-6.014%2023.17-16.764c0-10.073-7.082-15.636-19.552-15.636m-22.937%2045.256v35.705h23.782c15.548%200%2023.786-6.239%2023.786-17.965c0-11.728-8.467-17.742-24.786-17.742h-22.782z%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%20256%20204%22%3E%3Cpath%20fill%3D%22%237e13f8%22%20d%3D%22M53.172%200C38.565%200%2027.756%2012.785%2028.24%2026.65c.465%2013.32-.139%2030.573-4.482%2044.642C19.402%2085.402%2012.034%2094.34%200%2095.488v12.956c12.034%201.148%2019.402%2010.086%2023.758%2024.197c4.343%2014.069%204.947%2031.32%204.482%2044.641c-.484%2013.863%2010.325%2026.65%2024.934%2026.65h149.673c14.608%200%2025.414-12.785%2024.93-26.65c-.464-13.32.139-30.572%204.482-44.641c4.359-14.11%2011.707-23.05%2023.741-24.197V95.488c-12.034-1.148-19.382-10.086-23.74-24.196c-4.344-14.067-4.947-31.321-4.483-44.642C228.261%2012.787%20217.455%200%20202.847%200H53.17zM173.56%20125.533c0%2019.092-14.24%2030.67-37.872%2030.67h-40.23a4.34%204.34%200%200%201-4.338-4.339V52.068a4.34%204.34%200%200%201%204.339-4.34h39.999c19.705%200%2032.637%2010.675%2032.637%2027.063c0%2011.503-8.7%2021.801-19.783%2023.604v.601c15.089%201.655%2025.248%2012.104%2025.248%2026.537m-42.26-64.05h-22.937v32.4h19.32c14.934%200%2023.17-6.014%2023.17-16.764c0-10.073-7.082-15.636-19.552-15.636m-22.937%2045.256v35.705h23.782c15.548%200%2023.786-6.239%2023.786-17.965c0-11.728-8.467-17.742-24.786-17.742h-22.782z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/bootstrap.svg?color=%231a73e8&size=48