circles icon
circles from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circles
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- circles-sharp
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.154m.004 11.698q.373 0 .727-.044t.715-.146q-.256 2.91-2.39 4.874T11 20.5q-1.548 0-2.916-.587t-2.389-1.608t-1.608-2.389T3.5 13q0-2.921 1.965-5.046q1.964-2.125 4.874-2.42q-.103.368-.144.74q-.041.373-.041.745q.012 2.85 2.008 4.842t4.842 1.991"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCircles(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.154m.004 11.698q.373 0 .727-.044t.715-.146q-.256 2.91-2.39 4.874T11 20.5q-1.548 0-2.916-.587t-2.389-1.608t-1.608-2.389T3.5 13q0-2.921 1.965-5.046q1.964-2.125 4.874-2.42q-.103.368-.144.74q-.041.373-.041.745q.012 2.85 2.008 4.842t4.842 1.991"/></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.154m.004 11.698q.373 0 .727-.044t.715-.146q-.256 2.91-2.39 4.874T11 20.5q-1.548 0-2.916-.587t-2.389-1.608t-1.608-2.389T3.5 13q0-2.921 1.965-5.046q1.964-2.125 4.874-2.42q-.103.368-.144.74q-.041.373-.041.745q.012 2.85 2.008 4.842t4.842 1.991"/></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%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.154m.004%2011.698q.373%200%20.727-.044t.715-.146q-.256%202.91-2.39%204.874T11%2020.5q-1.548%200-2.916-.587t-2.389-1.608t-1.608-2.389T3.5%2013q0-2.921%201.965-5.046q1.964-2.125%204.874-2.42q-.103.368-.144.74q-.041.373-.041.745q.012%202.85%202.008%204.842t4.842%201.991%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.154m.004%2011.698q.373%200%20.727-.044t.715-.146q-.256%202.91-2.39%204.874T11%2020.5q-1.548%200-2.916-.587t-2.389-1.608t-1.608-2.389T3.5%2013q0-2.921%201.965-5.046q1.964-2.125%204.874-2.42q-.103.368-.144.74q-.041.373-.041.745q.012%202.85%202.008%204.842t4.842%201.991%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.svg?color=%231a73e8&size=48