Circles Ext icon

Circles Ext is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

circles_ext_outlined_fill0_wght400.svg

Circles Ext icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=circles_ext" />

<span class="material-symbols-outlined">circles_ext</span>

Circles Ext icon in React

// With the font from the HTML tab:
export function CirclesExtIcon() {
  return (
    <span className="material-symbols-outlined">
      circles_ext
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CirclesExtIcon from "@material-symbols/svg-400/outlined/circles_ext.svg?react";

Circles Ext icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">circles_ext</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CirclesExtIcon from "@material-symbols/svg-400/outlined/circles_ext.svg?component"; -->

Circles Ext icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">circles_ext</mat-icon>

Circles Ext icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.circles_ext, fill: 0, weight: 400)

Circles Ext icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/circles_ext.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3.088 19.913Q2 18.825 2 17.25t1.088-2.662Q4.175 13.5 5.75 13.5t2.663 1.088Q9.5 15.675 9.5 17.25t-1.087 2.663Q7.325 21 5.75 21t-2.662-1.087Zm12.525 0Q14.525 18.825 14.525 17.25t1.088-2.662Q16.7 13.5 18.275 13.5t2.663 1.088Q22.025 15.675 22.025 17.25t-1.087 2.663Q19.85 21 18.275 21t-2.662-1.087ZM5.75 19.5q.95 0 1.6-.65t.65-1.6q0-.95-.65-1.6t-1.6-.65q-.95 0-1.6 .65t-.65 1.6q0 .95 .65 1.6t1.6 .65Zm12.525 0q.95 0 1.6-.65t.65-1.6q0-.95-.65-1.6t-1.6-.65q-.95 0-1.6 .65t-.65 1.6q0 .95 .65 1.6t1.6 .65ZM10.788 14.338Q10.275 13.825 10.275 13.1t.513-1.237Q11.3 11.35 12.025 11.35t1.238 .513Q13.775 12.375 13.775 13.1t-.512 1.238Q12.75 14.85 12.025 14.85t-1.237-.512Zm-1.425-5.925Q8.275 7.325 8.275 5.75t1.088-2.662Q10.45 2 12.025 2t2.663 1.088Q15.775 4.175 15.775 5.75t-1.087 2.663Q13.6 9.5 12.025 9.5t-2.662-1.087ZM13.625 7.35q.65-.65 .65-1.6t-.65-1.6q-.65-.65-1.6-.65t-1.6 .65q-.65 .65-.65 1.6t.65 1.6q.65 .65 1.6 .65t1.6-.65Zm-1.6-1.6ZM5.75 17.25Zm12.525 0Z" />
</vector>

Circles Ext icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/circles_ext.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/circles_ext.svg" width="24" height="24" alt="Circles Ext">

Circles Ext icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCircles Ext
Ligaturecircles_ext
Code pointU+E7EC
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/circles_ext.svg, circles_ext-fill.svg
FlutterSymbols.circles_ext
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsiconviewexpandabstractexitgeometricfullzoomfocuspatternenlargedetail

Related icons