5 circle icon
5-circle-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- 5-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 5 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.006 4.158c1.74 0 2.924-1.119 2.924-2.806c0-1.641-1.178-2.584-2.56-2.584c-.897 0-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445 8.63h1.149c.193-.358.668-.809 1.435-.809c.85 0 1.582.604 1.582 1.57c0 1.085-.779 1.682-1.57 1.682c-.697 0-1.389-.31-1.53-1.031H5.276c.065 1.213 1.149 2.115 2.72 2.115Z"/></svg>
React
import type { SVGProps } from "react";
export function Bi5CircleFill(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.006 4.158c1.74 0 2.924-1.119 2.924-2.806c0-1.641-1.178-2.584-2.56-2.584c-.897 0-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445 8.63h1.149c.193-.358.668-.809 1.435-.809c.85 0 1.582.604 1.582 1.57c0 1.085-.779 1.682-1.57 1.682c-.697 0-1.389-.31-1.53-1.031H5.276c.065 1.213 1.149 2.115 2.72 2.115Z"/></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.006 4.158c1.74 0 2.924-1.119 2.924-2.806c0-1.641-1.178-2.584-2.56-2.584c-.897 0-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445 8.63h1.149c.193-.358.668-.809 1.435-.809c.85 0 1.582.604 1.582 1.57c0 1.085-.779 1.682-1.57 1.682c-.697 0-1.389-.31-1.53-1.031H5.276c.065 1.213 1.149 2.115 2.72 2.115Z"/></svg> </template>
CSS
.icon-5-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.006%204.158c1.74%200%202.924-1.119%202.924-2.806c0-1.641-1.178-2.584-2.56-2.584c-.897%200-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445%208.63h1.149c.193-.358.668-.809%201.435-.809c.85%200%201.582.604%201.582%201.57c0%201.085-.779%201.682-1.57%201.682c-.697%200-1.389-.31-1.53-1.031H5.276c.065%201.213%201.149%202.115%202.72%202.115Z%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.006%204.158c1.74%200%202.924-1.119%202.924-2.806c0-1.641-1.178-2.584-2.56-2.584c-.897%200-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445%208.63h1.149c.193-.358.668-.809%201.435-.809c.85%200%201.582.604%201.582%201.57c0%201.085-.779%201.682-1.57%201.682c-.697%200-1.389-.31-1.53-1.031H5.276c.065%201.213%201.149%202.115%202.72%202.115Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/5-circle-fill.svg?color=%231a73e8&size=48