bounding box circles icon
bounding-box-circles from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- bounding-box-circles
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
Use the bounding box circles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2m2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2 2 0 0 1 1.437-1.437V3.937A2 2 0 0 1 12.063 2.5H3.937A2 2 0 0 1 2.5 3.937M14 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function BiBoundingBoxCircles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2m2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2 2 0 0 1 1.437-1.437V3.937A2 2 0 0 1 12.063 2.5H3.937A2 2 0 0 1 2.5 3.937M14 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2m2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2 2 0 0 1 1.437-1.437V3.937A2 2 0 0 1 12.063 2.5H3.937A2 2 0 0 1 2.5 3.937M14 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-bounding-box-circles {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2M0%202a2%202%200%200%201%203.937-.5h8.126A2%202%200%201%201%2014.5%203.937v8.126a2%202%200%201%201-2.437%202.437H3.937A2%202%200%201%201%201.5%2012.063V3.937A2%202%200%200%201%200%202m2.5%201.937v8.126c.703.18%201.256.734%201.437%201.437h8.126a2%202%200%200%201%201.437-1.437V3.937A2%202%200%200%201%2012.063%202.5H3.937A2%202%200%200%201%202.5%203.937M14%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2M2%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m12%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2M0%202a2%202%200%200%201%203.937-.5h8.126A2%202%200%201%201%2014.5%203.937v8.126a2%202%200%201%201-2.437%202.437H3.937A2%202%200%201%201%201.5%2012.063V3.937A2%202%200%200%201%200%202m2.5%201.937v8.126c.703.18%201.256.734%201.437%201.437h8.126a2%202%200%200%201%201.437-1.437V3.937A2%202%200%200%201%2012.063%202.5H3.937A2%202%200%200%201%202.5%203.937M14%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2M2%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m12%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/bounding-box-circles.svg?color=%231a73e8&size=48