2 circle icon
2-circle-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- 2-circle-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the 2 circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.646 6.24c0-.691.493-1.306 1.336-1.306c.756 0 1.313.492 1.313 1.236c0 .697-.469 1.23-.902 1.705l-2.971 3.293V12h5.344v-1.107H7.268v-.077l1.974-2.22l.096-.107c.688-.763 1.287-1.428 1.287-2.43c0-1.266-1.031-2.215-2.613-2.215c-1.758 0-2.637 1.19-2.637 2.402v.065h1.271v-.07Z"/></svg>
React
import type { SVGProps } from "react";
export function Bi2CircleFill(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="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.646 6.24c0-.691.493-1.306 1.336-1.306c.756 0 1.313.492 1.313 1.236c0 .697-.469 1.23-.902 1.705l-2.971 3.293V12h5.344v-1.107H7.268v-.077l1.974-2.22l.096-.107c.688-.763 1.287-1.428 1.287-2.43c0-1.266-1.031-2.215-2.613-2.215c-1.758 0-2.637 1.19-2.637 2.402v.065h1.271v-.07Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.646 6.24c0-.691.493-1.306 1.336-1.306c.756 0 1.313.492 1.313 1.236c0 .697-.469 1.23-.902 1.705l-2.971 3.293V12h5.344v-1.107H7.268v-.077l1.974-2.22l.096-.107c.688-.763 1.287-1.428 1.287-2.43c0-1.266-1.031-2.215-2.613-2.215c-1.758 0-2.637 1.19-2.637 2.402v.065h1.271v-.07Z"/></svg> </template>
CSS
.icon-2-circle-fill {
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%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M6.646%206.24c0-.691.493-1.306%201.336-1.306c.756%200%201.313.492%201.313%201.236c0%20.697-.469%201.23-.902%201.705l-2.971%203.293V12h5.344v-1.107H7.268v-.077l1.974-2.22l.096-.107c.688-.763%201.287-1.428%201.287-2.43c0-1.266-1.031-2.215-2.613-2.215c-1.758%200-2.637%201.19-2.637%202.402v.065h1.271v-.07Z%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%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M6.646%206.24c0-.691.493-1.306%201.336-1.306c.756%200%201.313.492%201.313%201.236c0%20.697-.469%201.23-.902%201.705l-2.971%203.293V12h5.344v-1.107H7.268v-.077l1.974-2.22l.096-.107c.688-.763%201.287-1.428%201.287-2.43c0-1.266-1.031-2.215-2.613-2.215c-1.758%200-2.637%201.19-2.637%202.402v.065h1.271v-.07Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/2-circle-fill.svg?color=%231a73e8&size=48