grid-circles-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
grid-circles-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the grid circles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M25 8a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M8 25a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-1.875a3.125 3.125 0 1 0 0-6.25a3.125 3.125 0 0 0 0 6.25M25 20a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentGridCircles28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M25 8a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M8 25a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-1.875a3.125 3.125 0 1 0 0-6.25a3.125 3.125 0 0 0 0 6.25M25 20a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M25 8a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0M8 25a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-1.875a3.125 3.125 0 1 0 0-6.25a3.125 3.125 0 0 0 0 6.25M25 20a5 5 0 1 0-10 0a5 5 0 0 0 10 0m-1.875 0a3.125 3.125 0 1 1-6.25 0a3.125 3.125 0 0 1 6.25 0"/></svg>
</template>

CSS

.icon-grid-circles-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%208A5%205%200%201%200%203%208a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200M25%208a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200M8%2025a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m0-1.875a3.125%203.125%200%201%200%200-6.25a3.125%203.125%200%200%200%200%206.25M25%2020a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%208A5%205%200%201%200%203%208a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200M25%208a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200M8%2025a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m0-1.875a3.125%203.125%200%201%200%200-6.25a3.125%203.125%200%200%200%200%206.25M25%2020a5%205%200%201%200-10%200a5%205%200%200%200%2010%200m-1.875%200a3.125%203.125%200%201%201-6.25%200a3.125%203.125%200%200%201%206.25%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/grid-circles-28-regular.svg?color=%231a73e8&size=48