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

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

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175M10.65 14.35q-.55-.55-.55-1.35t.55-1.35T12 11.1t1.35.55t.55 1.35t-.55 1.35t-1.35.55t-1.35-.55M9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCirclesExt(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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175M10.65 14.35q-.55-.55-.55-1.35t.55-1.35T12 11.1t1.35.55t.55 1.35t-.55 1.35t-1.35.55t-1.35-.55M9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></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.175 19.825Q2 18.65 2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21t-2.825-1.175m12 0Q14 18.65 14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21t-2.825-1.175M10.65 14.35q-.55-.55-.55-1.35t.55-1.35T12 11.1t1.35.55t.55 1.35t-.55 1.35t-1.35.55t-1.35-.55M9.175 8.825Q8 7.65 8 6t1.175-2.825T12 2t2.825 1.175T16 6t-1.175 2.825T12 10T9.175 8.825"/></svg>
</template>

CSS

.icon-circles-ext {
  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.175%2019.825Q2%2018.65%202%2017t1.175-2.825T6%2013t2.825%201.175T10%2017t-1.175%202.825T6%2021t-2.825-1.175m12%200Q14%2018.65%2014%2017t1.175-2.825T18%2013t2.825%201.175T22%2017t-1.175%202.825T18%2021t-2.825-1.175M10.65%2014.35q-.55-.55-.55-1.35t.55-1.35T12%2011.1t1.35.55t.55%201.35t-.55%201.35t-1.35.55t-1.35-.55M9.175%208.825Q8%207.65%208%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010T9.175%208.825%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.175%2019.825Q2%2018.65%202%2017t1.175-2.825T6%2013t2.825%201.175T10%2017t-1.175%202.825T6%2021t-2.825-1.175m12%200Q14%2018.65%2014%2017t1.175-2.825T18%2013t2.825%201.175T22%2017t-1.175%202.825T18%2021t-2.825-1.175M10.65%2014.35q-.55-.55-.55-1.35t.55-1.35T12%2011.1t1.35.55t.55%201.35t-.55%201.35t-1.35.55t-1.35-.55M9.175%208.825Q8%207.65%208%206t1.175-2.825T12%202t2.825%201.175T16%206t-1.175%202.825T12%2010T9.175%208.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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