bootstrap from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
bootstrap
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the bootstrap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396c0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816c0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237c0 .802-.604 1.23-1.764 1.23zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348c0 .896-.627 1.377-1.811 1.377z"/><path d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiBootstrap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396c0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816c0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237c0 .802-.604 1.23-1.764 1.23zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348c0 .896-.627 1.377-1.811 1.377z"/><path d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396c0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816c0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237c0 .802-.604 1.23-1.764 1.23zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348c0 .896-.627 1.377-1.811 1.377z"/><path d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.062%2012h3.475c1.804%200%202.888-.908%202.888-2.396c0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14%201.482-.93%201.482-1.816c0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973%200%201.542.457%201.542%201.237c0%20.802-.604%201.23-1.764%201.23zm0%203.762V8.162h1.822c1.236%200%201.887.463%201.887%201.348c0%20.896-.627%201.377-1.811%201.377z%22%2F%3E%3Cpath%20d%3D%22M0%204a4%204%200%200%201%204-4h8a4%204%200%200%201%204%204v8a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4zm4-3a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V4a3%203%200%200%200-3-3z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.062%2012h3.475c1.804%200%202.888-.908%202.888-2.396c0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14%201.482-.93%201.482-1.816c0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973%200%201.542.457%201.542%201.237c0%20.802-.604%201.23-1.764%201.23zm0%203.762V8.162h1.822c1.236%200%201.887.463%201.887%201.348c0%20.896-.627%201.377-1.811%201.377z%22%2F%3E%3Cpath%20d%3D%22M0%204a4%204%200%200%201%204-4h8a4%204%200%200%201%204%204v8a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4zm4-3a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V4a3%203%200%200%200-3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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