circles icon
circles-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circles-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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 1M2.675 16.45Q2 14.8 2 13q0-2.65 1.4-4.825t3.8-3.3q.725-.3 1.35.125t.5 1.125q-.2 1.825.425 3.538t1.925 3.012q1.275 1.275 2.975 1.888t3.5.412q.7-.075 1.125.475t.175 1.225q-1.1 2.425-3.3 3.875T11 22q-1.8 0-3.45-.675t-2.925-1.95t-1.95-2.925"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCirclesRounded(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 1M2.675 16.45Q2 14.8 2 13q0-2.65 1.4-4.825t3.8-3.3q.725-.3 1.35.125t.5 1.125q-.2 1.825.425 3.538t1.925 3.012q1.275 1.275 2.975 1.888t3.5.412q.7-.075 1.125.475t.175 1.225q-1.1 2.425-3.3 3.875T11 22q-1.8 0-3.45-.675t-2.925-1.95t-1.95-2.925"/></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 1M2.675 16.45Q2 14.8 2 13q0-2.65 1.4-4.825t3.8-3.3q.725-.3 1.35.125t.5 1.125q-.2 1.825.425 3.538t1.925 3.012q1.275 1.275 2.975 1.888t3.5.412q.7-.075 1.125.475t.175 1.225q-1.1 2.425-3.3 3.875T11 22q-1.8 0-3.45-.675t-2.925-1.95t-1.95-2.925"/></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%201q2.5%200%204.25%201.75T23%207t-1.75%204.25T17%2013t-4.25-1.75T11%207t1.75-4.25T17%201M2.675%2016.45Q2%2014.8%202%2013q0-2.65%201.4-4.825t3.8-3.3q.725-.3%201.35.125t.5%201.125q-.2%201.825.425%203.538t1.925%203.012q1.275%201.275%202.975%201.888t3.5.412q.7-.075%201.125.475t.175%201.225q-1.1%202.425-3.3%203.875T11%2022q-1.8%200-3.45-.675t-2.925-1.95t-1.95-2.925%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%201M2.675%2016.45Q2%2014.8%202%2013q0-2.65%201.4-4.825t3.8-3.3q.725-.3%201.35.125t.5%201.125q-.2%201.825.425%203.538t1.925%203.012q1.275%201.275%202.975%201.888t3.5.412q.7-.075%201.125.475t.175%201.225q-1.1%202.425-3.3%203.875T11%2022q-1.8%200-3.45-.675t-2.925-1.95t-1.95-2.925%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/circles-rounded.svg?color=%231a73e8&size=48