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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the circles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m.1 14.025q.725 0 1.413-.15t1.337-.425q-.525 3.275-3.025 5.413T11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.325 2.138-5.825T9.55 4.15q-.275.675-.413 1.4T9 7q.05 3.35 2.4 5.688t5.7 2.337"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCircles(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="M17 1q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m.1 14.025q.725 0 1.413-.15t1.337-.425q-.525 3.275-3.025 5.413T11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.325 2.138-5.825T9.55 4.15q-.275.675-.413 1.4T9 7q.05 3.35 2.4 5.688t5.7 2.337"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m.1 14.025q.725 0 1.413-.15t1.337-.425q-.525 3.275-3.025 5.413T11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-3.325 2.138-5.825T9.55 4.15q-.275.675-.413 1.4T9 7q.05 3.35 2.4 5.688t5.7 2.337"/></svg>
</template>

CSS

.icon-circles {
  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%22M17%201q2.5%200%204.25%201.75T23%207t-1.75%204.25T17%2013t-4.25-1.75T11%207t1.75-4.25T17%201m.1%2014.025q.725%200%201.413-.15t1.337-.425q-.525%203.275-3.025%205.413T11%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-3.325%202.138-5.825T9.55%204.15q-.275.675-.413%201.4T9%207q.05%203.35%202.4%205.688t5.7%202.337%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%22M17%201q2.5%200%204.25%201.75T23%207t-1.75%204.25T17%2013t-4.25-1.75T11%207t1.75-4.25T17%201m.1%2014.025q.725%200%201.413-.15t1.337-.425q-.525%203.275-3.025%205.413T11%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-3.325%202.138-5.825T9.55%204.15q-.275.675-.413%201.4T9%207q.05%203.35%202.4%205.688t5.7%202.337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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