circles-ext-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
circles-ext-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
circles-ext-outline-rounded, circles-ext-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the circles ext icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945M6 19.232q.921 0 1.576-.655T8.231 17t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231m12 0q.921 0 1.576-.655T20.231 17t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655m-7.071-5.16q-.444-.444-.444-1.071t.444-1.071T12 11.485t1.071.444t.445 1.071t-.445 1.071t-1.071.445t-1.071-.445M9.714 8.287Q8.769 7.342 8.769 6t.944-2.286T12 2.769t2.286.945T15.232 6t-.944 2.286T12 9.232t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 3.769t-1.576.655T9.769 6t.655 1.576T12 8.231t1.576-.655M18 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCirclesExtOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945M6 19.232q.921 0 1.576-.655T8.231 17t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231m12 0q.921 0 1.576-.655T20.231 17t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655m-7.071-5.16q-.444-.444-.444-1.071t.444-1.071T12 11.485t1.071.444t.445 1.071t-.445 1.071t-1.071.445t-1.071-.445M9.714 8.287Q8.769 7.342 8.769 6t.944-2.286T12 2.769t2.286.945T15.232 6t-.944 2.286T12 9.232t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 3.769t-1.576.655T9.769 6t.655 1.576T12 8.231t1.576-.655M18 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.714 19.287q-.945-.945-.945-2.287t.944-2.286T6 13.769t2.286.944T9.232 17t-.944 2.286T6 20.232t-2.286-.945m12 0q-.945-.944-.945-2.286t.944-2.286T18 13.769t2.286.944t.945 2.287t-.945 2.286t-2.286.945t-2.286-.945M6 19.232q.921 0 1.576-.655T8.231 17t-.655-1.576T6 14.769t-1.576.655T3.769 17t.655 1.576T6 19.231m12 0q.921 0 1.576-.655T20.231 17t-.655-1.576T18 14.769t-1.576.655T15.769 17t.655 1.576t1.576.655m-7.071-5.16q-.444-.444-.444-1.071t.444-1.071T12 11.485t1.071.444t.445 1.071t-.445 1.071t-1.071.445t-1.071-.445M9.714 8.287Q8.769 7.342 8.769 6t.944-2.286T12 2.769t2.286.945T15.232 6t-.944 2.286T12 9.232t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12 3.769t-1.576.655T9.769 6t.655 1.576T12 8.231t1.576-.655M18 17"/></svg>
</template>

CSS

.icon-circles-ext-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%2019.287q-.945-.945-.945-2.287t.944-2.286T6%2013.769t2.286.944T9.232%2017t-.944%202.286T6%2020.232t-2.286-.945m12%200q-.945-.944-.945-2.286t.944-2.286T18%2013.769t2.286.944t.945%202.287t-.945%202.286t-2.286.945t-2.286-.945M6%2019.232q.921%200%201.576-.655T8.231%2017t-.655-1.576T6%2014.769t-1.576.655T3.769%2017t.655%201.576T6%2019.231m12%200q.921%200%201.576-.655T20.231%2017t-.655-1.576T18%2014.769t-1.576.655T15.769%2017t.655%201.576t1.576.655m-7.071-5.16q-.444-.444-.444-1.071t.444-1.071T12%2011.485t1.071.444t.445%201.071t-.445%201.071t-1.071.445t-1.071-.445M9.714%208.287Q8.769%207.342%208.769%206t.944-2.286T12%202.769t2.286.945T15.232%206t-.944%202.286T12%209.232t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12%203.769t-1.576.655T9.769%206t.655%201.576T12%208.231t1.576-.655M18%2017%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.714%2019.287q-.945-.945-.945-2.287t.944-2.286T6%2013.769t2.286.944T9.232%2017t-.944%202.286T6%2020.232t-2.286-.945m12%200q-.945-.944-.945-2.286t.944-2.286T18%2013.769t2.286.944t.945%202.287t-.945%202.286t-2.286.945t-2.286-.945M6%2019.232q.921%200%201.576-.655T8.231%2017t-.655-1.576T6%2014.769t-1.576.655T3.769%2017t.655%201.576T6%2019.231m12%200q.921%200%201.576-.655T20.231%2017t-.655-1.576T18%2014.769t-1.576.655T15.769%2017t.655%201.576t1.576.655m-7.071-5.16q-.444-.444-.444-1.071t.444-1.071T12%2011.485t1.071.444t.445%201.071t-.445%201.071t-1.071.445t-1.071-.445M9.714%208.287Q8.769%207.342%208.769%206t.944-2.286T12%202.769t2.286.945T15.232%206t-.944%202.286T12%209.232t-2.286-.944m3.862-.711q.655-.655.655-1.576t-.655-1.576T12%203.769t-1.576.655T9.769%206t.655%201.576T12%208.231t1.576-.655M18%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/circles-ext-outline.svg?color=%231a73e8&size=48