9 circle icon
9-circle from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- 9-circle
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the 9 circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.223 4.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72c1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184c-1.395 0-2.566-.961-2.566-2.666c0-1.711 1.242-2.731 2.87-2.731c1.512 0 2.971.867 2.971 4.014c0 2.836-1.02 4.3-3.123 4.3m.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659c0 1.072.708 1.61 1.54 1.61Z"/></svg>
React
import type { SVGProps } from "react";
export function Bi9Circle(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="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.223 4.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72c1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184c-1.395 0-2.566-.961-2.566-2.666c0-1.711 1.242-2.731 2.87-2.731c1.512 0 2.971.867 2.971 4.014c0 2.836-1.02 4.3-3.123 4.3m.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659c0 1.072.708 1.61 1.54 1.61Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.223 4.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72c1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184c-1.395 0-2.566-.961-2.566-2.666c0-1.711 1.242-2.731 2.87-2.731c1.512 0 2.971.867 2.971 4.014c0 2.836-1.02 4.3-3.123 4.3m.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659c0 1.072.708 1.61 1.54 1.61Z"/></svg> </template>
CSS
.icon-9-circle {
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%22M1%208a7%207%200%201%200%2014%200A7%207%200%200%200%201%208m15%200A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-8.223%204.146c-1.593%200-2.425-.89-2.52-1.798h1.296c.1.357.539.72%201.248.72c1.36%200%201.88-1.353%201.834-3.023h-.076c-.235.627-.873%201.184-1.934%201.184c-1.395%200-2.566-.961-2.566-2.666c0-1.711%201.242-2.731%202.87-2.731c1.512%200%202.971.867%202.971%204.014c0%202.836-1.02%204.3-3.123%204.3m.118-3.972c.808%200%201.535-.528%201.535-1.594s-.668-1.676-1.56-1.676c-.838%200-1.517.616-1.517%201.659c0%201.072.708%201.61%201.54%201.61Z%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%22M1%208a7%207%200%201%200%2014%200A7%207%200%200%200%201%208m15%200A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-8.223%204.146c-1.593%200-2.425-.89-2.52-1.798h1.296c.1.357.539.72%201.248.72c1.36%200%201.88-1.353%201.834-3.023h-.076c-.235.627-.873%201.184-1.934%201.184c-1.395%200-2.566-.961-2.566-2.666c0-1.711%201.242-2.731%202.87-2.731c1.512%200%202.971.867%202.971%204.014c0%202.836-1.02%204.3-3.123%204.3m.118-3.972c.808%200%201.535-.528%201.535-1.594s-.668-1.676-1.56-1.676c-.838%200-1.517.616-1.517%201.659c0%201.072.708%201.61%201.54%201.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/9-circle.svg?color=%231a73e8&size=48