8 circle icon
8-circle-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- 8-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 8 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 0m-5.03 1.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187 1.336-.72 1.336-1.781c0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66 2.12c0 1.044.709 1.589 1.33 1.782v.065c-.697.152-1.647.732-1.647 2.003c0 1.39 1.19 2.344 2.953 2.344c1.77 0 2.989-.96 2.989-2.355Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/></svg>
React
import type { SVGProps } from "react";
export function Bi8CircleFill(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 0m-5.03 1.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187 1.336-.72 1.336-1.781c0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66 2.12c0 1.044.709 1.589 1.33 1.782v.065c-.697.152-1.647.732-1.647 2.003c0 1.39 1.19 2.344 2.953 2.344c1.77 0 2.989-.96 2.989-2.355Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/></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 0m-5.03 1.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187 1.336-.72 1.336-1.781c0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66 2.12c0 1.044.709 1.589 1.33 1.782v.065c-.697.152-1.647.732-1.647 2.003c0 1.39 1.19 2.344 2.953 2.344c1.77 0 2.989-.96 2.989-2.355Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/></svg> </template>
CSS
.icon-8-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%200m-5.03%201.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187%201.336-.72%201.336-1.781c0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66%202.12c0%201.044.709%201.589%201.33%201.782v.065c-.697.152-1.647.732-1.647%202.003c0%201.39%201.19%202.344%202.953%202.344c1.77%200%202.989-.96%202.989-2.355Zm-4.347-3.71c0%20.739.586%201.255%201.383%201.255s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23Zm-.281%203.645c0%20.838.72%201.412%201.664%201.412c.943%200%201.658-.574%201.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944%200-1.664.58-1.664%201.424%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%200m-5.03%201.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187%201.336-.72%201.336-1.781c0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66%202.12c0%201.044.709%201.589%201.33%201.782v.065c-.697.152-1.647.732-1.647%202.003c0%201.39%201.19%202.344%202.953%202.344c1.77%200%202.989-.96%202.989-2.355Zm-4.347-3.71c0%20.739.586%201.255%201.383%201.255s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23Zm-.281%203.645c0%20.838.72%201.412%201.664%201.412c.943%200%201.658-.574%201.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944%200-1.664.58-1.664%201.424%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/8-circle-fill.svg?color=%231a73e8&size=48