bootstrap icon
bootstrap from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bootstrap
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
bootstrap-fillAkar IconsbootstrapBootstrap IconsbootstrapBoxicons BrandsbootstrapCoreUI BrandsbootstrapDeviconbootstrapFont Awesome 6 BrandsbootstrapFont Awesome BrandsbootstrapLine AwesomebootstrapSVG LogosbootstrapMaterial Design Iconsbootstrap-fillRemix IconbootstrapSimple IconsbootstrapSkill Icons
Use the bootstrap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.882 12c1.17 0 2.118.895 2.118 2s-.948 2-2.118 2H10.6c-.754 0-1.131 0-1.366-.234C9 15.53 9 15.154 9 14.4V12m3.882 0c1.17 0 2.118-.895 2.118-2s-.948-2-2.118-2H10.6c-.754 0-1.131 0-1.366.234C9 8.47 9 8.846 9 9.6V12m3.882 0H9"/><path d="M22 12a2 2 0 0 1-2-2V8c0-3.31-.69-4-4-4H8c-3.31 0-4 .69-4 4v2a2 2 0 0 1-2 2m0 0a2 2 0 0 1 2 2v2c0 3.31.69 4 4 4h8c3.31 0 4-.69 4-4v-2a2 2 0 0 1 2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBootstrap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.882 12c1.17 0 2.118.895 2.118 2s-.948 2-2.118 2H10.6c-.754 0-1.131 0-1.366-.234C9 15.53 9 15.154 9 14.4V12m3.882 0c1.17 0 2.118-.895 2.118-2s-.948-2-2.118-2H10.6c-.754 0-1.131 0-1.366.234C9 8.47 9 8.846 9 9.6V12m3.882 0H9"/><path d="M22 12a2 2 0 0 1-2-2V8c0-3.31-.69-4-4-4H8c-3.31 0-4 .69-4 4v2a2 2 0 0 1-2 2m0 0a2 2 0 0 1 2 2v2c0 3.31.69 4 4 4h8c3.31 0 4-.69 4-4v-2a2 2 0 0 1 2-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.882 12c1.17 0 2.118.895 2.118 2s-.948 2-2.118 2H10.6c-.754 0-1.131 0-1.366-.234C9 15.53 9 15.154 9 14.4V12m3.882 0c1.17 0 2.118-.895 2.118-2s-.948-2-2.118-2H10.6c-.754 0-1.131 0-1.366.234C9 8.47 9 8.846 9 9.6V12m3.882 0H9"/><path d="M22 12a2 2 0 0 1-2-2V8c0-3.31-.69-4-4-4H8c-3.31 0-4 .69-4 4v2a2 2 0 0 1-2 2m0 0a2 2 0 0 1 2 2v2c0 3.31.69 4 4 4h8c3.31 0 4-.69 4-4v-2a2 2 0 0 1 2-2"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.882%2012c1.17%200%202.118.895%202.118%202s-.948%202-2.118%202H10.6c-.754%200-1.131%200-1.366-.234C9%2015.53%209%2015.154%209%2014.4V12m3.882%200c1.17%200%202.118-.895%202.118-2s-.948-2-2.118-2H10.6c-.754%200-1.131%200-1.366.234C9%208.47%209%208.846%209%209.6V12m3.882%200H9%22%2F%3E%3Cpath%20d%3D%22M22%2012a2%202%200%200%201-2-2V8c0-3.31-.69-4-4-4H8c-3.31%200-4%20.69-4%204v2a2%202%200%200%201-2%202m0%200a2%202%200%200%201%202%202v2c0%203.31.69%204%204%204h8c3.31%200%204-.69%204-4v-2a2%202%200%200%201%202-2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.882%2012c1.17%200%202.118.895%202.118%202s-.948%202-2.118%202H10.6c-.754%200-1.131%200-1.366-.234C9%2015.53%209%2015.154%209%2014.4V12m3.882%200c1.17%200%202.118-.895%202.118-2s-.948-2-2.118-2H10.6c-.754%200-1.131%200-1.366.234C9%208.47%209%208.846%209%209.6V12m3.882%200H9%22%2F%3E%3Cpath%20d%3D%22M22%2012a2%202%200%200%201-2-2V8c0-3.31-.69-4-4-4H8c-3.31%200-4%20.69-4%204v2a2%202%200%200%201-2%202m0%200a2%202%200%200%201%202%202v2c0%203.31.69%204%204%204h8c3.31%200%204-.69%204-4v-2a2%202%200%200%201%202-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bootstrap.svg?color=%231a73e8&size=48