3-circle-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
3-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 3 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-8.082.414c.92 0 1.535.54 1.541 1.318c.012.791-.615 1.36-1.588 1.354c-.861-.006-1.482-.469-1.54-1.066H5.104c.047 1.177 1.05 2.144 2.754 2.144c1.653 0 2.954-.937 2.93-2.396c-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1 1.505-.739 1.482-1.876c-.03-1.177-1.043-2.074-2.637-2.062c-1.675.006-2.59.984-2.625 2.12h1.248c.036-.556.557-1.054 1.348-1.054c.785 0 1.348.486 1.348 1.195c.006.715-.563 1.237-1.342 1.237h-.838v1.072h.879Z"/></svg>

React

import type { SVGProps } from "react";

export function Bi3CircleFill(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-8.082.414c.92 0 1.535.54 1.541 1.318c.012.791-.615 1.36-1.588 1.354c-.861-.006-1.482-.469-1.54-1.066H5.104c.047 1.177 1.05 2.144 2.754 2.144c1.653 0 2.954-.937 2.93-2.396c-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1 1.505-.739 1.482-1.876c-.03-1.177-1.043-2.074-2.637-2.062c-1.675.006-2.59.984-2.625 2.12h1.248c.036-.556.557-1.054 1.348-1.054c.785 0 1.348.486 1.348 1.195c.006.715-.563 1.237-1.342 1.237h-.838v1.072h.879Z"/></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-8.082.414c.92 0 1.535.54 1.541 1.318c.012.791-.615 1.36-1.588 1.354c-.861-.006-1.482-.469-1.54-1.066H5.104c.047 1.177 1.05 2.144 2.754 2.144c1.653 0 2.954-.937 2.93-2.396c-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1 1.505-.739 1.482-1.876c-.03-1.177-1.043-2.074-2.637-2.062c-1.675.006-2.59.984-2.625 2.12h1.248c.036-.556.557-1.054 1.348-1.054c.785 0 1.348.486 1.348 1.195c.006.715-.563 1.237-1.342 1.237h-.838v1.072h.879Z"/></svg>
</template>

CSS

.icon-3-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-8.082.414c.92%200%201.535.54%201.541%201.318c.012.791-.615%201.36-1.588%201.354c-.861-.006-1.482-.469-1.54-1.066H5.104c.047%201.177%201.05%202.144%202.754%202.144c1.653%200%202.954-.937%202.93-2.396c-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1%201.505-.739%201.482-1.876c-.03-1.177-1.043-2.074-2.637-2.062c-1.675.006-2.59.984-2.625%202.12h1.248c.036-.556.557-1.054%201.348-1.054c.785%200%201.348.486%201.348%201.195c.006.715-.563%201.237-1.342%201.237h-.838v1.072h.879Z%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-8.082.414c.92%200%201.535.54%201.541%201.318c.012.791-.615%201.36-1.588%201.354c-.861-.006-1.482-.469-1.54-1.066H5.104c.047%201.177%201.05%202.144%202.754%202.144c1.653%200%202.954-.937%202.93-2.396c-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1%201.505-.739%201.482-1.876c-.03-1.177-1.043-2.074-2.637-2.062c-1.675.006-2.59.984-2.625%202.12h1.248c.036-.556.557-1.054%201.348-1.054c.785%200%201.348.486%201.348%201.195c.006.715-.563%201.237-1.342%201.237h-.838v1.072h.879Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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