circles icon
circles-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circles-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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 2.154q2.02 0 3.433 1.413T21.846 7t-1.413 3.433T17 11.846t-3.433-1.413T12.154 7t1.413-3.433T17 2.154M4.07 15.873Q3.5 14.512 3.5 13q0-2.439 1.4-4.392t3.723-2.656q.552-.28 1.062.057q.51.339.48.962q-.007 1.383.512 2.643q.52 1.261 1.492 2.234q.968.967 2.216 1.484q1.248.516 2.625.508q.565.002.894.475t.175 1.071q-.754 2.31-2.704 3.712T11 20.5q-1.511 0-2.873-.57t-2.425-1.632t-1.633-2.425"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCirclesRounded(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 2.154q2.02 0 3.433 1.413T21.846 7t-1.413 3.433T17 11.846t-3.433-1.413T12.154 7t1.413-3.433T17 2.154M4.07 15.873Q3.5 14.512 3.5 13q0-2.439 1.4-4.392t3.723-2.656q.552-.28 1.062.057q.51.339.48.962q-.007 1.383.512 2.643q.52 1.261 1.492 2.234q.968.967 2.216 1.484q1.248.516 2.625.508q.565.002.894.475t.175 1.071q-.754 2.31-2.704 3.712T11 20.5q-1.511 0-2.873-.57t-2.425-1.632t-1.633-2.425"/></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 2.154q2.02 0 3.433 1.413T21.846 7t-1.413 3.433T17 11.846t-3.433-1.413T12.154 7t1.413-3.433T17 2.154M4.07 15.873Q3.5 14.512 3.5 13q0-2.439 1.4-4.392t3.723-2.656q.552-.28 1.062.057q.51.339.48.962q-.007 1.383.512 2.643q.52 1.261 1.492 2.234q.968.967 2.216 1.484q1.248.516 2.625.508q.565.002.894.475t.175 1.071q-.754 2.31-2.704 3.712T11 20.5q-1.511 0-2.873-.57t-2.425-1.632t-1.633-2.425"/></svg> </template>
CSS
.icon-circles-rounded {
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%202.154q2.02%200%203.433%201.413T21.846%207t-1.413%203.433T17%2011.846t-3.433-1.413T12.154%207t1.413-3.433T17%202.154M4.07%2015.873Q3.5%2014.512%203.5%2013q0-2.439%201.4-4.392t3.723-2.656q.552-.28%201.062.057q.51.339.48.962q-.007%201.383.512%202.643q.52%201.261%201.492%202.234q.968.967%202.216%201.484q1.248.516%202.625.508q.565.002.894.475t.175%201.071q-.754%202.31-2.704%203.712T11%2020.5q-1.511%200-2.873-.57t-2.425-1.632t-1.633-2.425%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%202.154q2.02%200%203.433%201.413T21.846%207t-1.413%203.433T17%2011.846t-3.433-1.413T12.154%207t1.413-3.433T17%202.154M4.07%2015.873Q3.5%2014.512%203.5%2013q0-2.439%201.4-4.392t3.723-2.656q.552-.28%201.062.057q.51.339.48.962q-.007%201.383.512%202.643q.52%201.261%201.492%202.234q.968.967%202.216%201.484q1.248.516%202.625.508q.565.002.894.475t.175%201.071q-.754%202.31-2.704%203.712T11%2020.5q-1.511%200-2.873-.57t-2.425-1.632t-1.633-2.425%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-rounded.svg?color=%231a73e8&size=48