circles icon
circles-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circles-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-2.425 1.175-4.5T6.45 5.275q.55-.3 1.125-.062t.85.837q.25.55 0 1.1t-.775.875q-1.3.775-1.975 2.125T5 13q0 2.5 1.75 4.25T11 19q1.5 0 2.875-.663t2.1-1.987q.3-.55.838-.85t1.112-.1q.65.225.925.8t0 1.15q-1.125 2.2-3.25 3.425T11 22m6-21q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m0 9q1.25 0 2.125-.875T20 7t-.875-2.125T17 4t-2.125.875T14 7t.875 2.125T17 10m-6.175 3.175"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCirclesOutlineRounded(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="M11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-2.425 1.175-4.5T6.45 5.275q.55-.3 1.125-.062t.85.837q.25.55 0 1.1t-.775.875q-1.3.775-1.975 2.125T5 13q0 2.5 1.75 4.25T11 19q1.5 0 2.875-.663t2.1-1.987q.3-.55.838-.85t1.112-.1q.65.225.925.8t0 1.15q-1.125 2.2-3.25 3.425T11 22m6-21q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m0 9q1.25 0 2.125-.875T20 7t-.875-2.125T17 4t-2.125.875T14 7t.875 2.125T17 10m-6.175 3.175"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22q-1.875 0-3.512-.712t-2.85-1.925t-1.926-2.85T2 13q0-2.425 1.175-4.5T6.45 5.275q.55-.3 1.125-.062t.85.837q.25.55 0 1.1t-.775.875q-1.3.775-1.975 2.125T5 13q0 2.5 1.75 4.25T11 19q1.5 0 2.875-.663t2.1-1.987q.3-.55.838-.85t1.112-.1q.65.225.925.8t0 1.15q-1.125 2.2-3.25 3.425T11 22m6-21q2.5 0 4.25 1.75T23 7t-1.75 4.25T17 13t-4.25-1.75T11 7t1.75-4.25T17 1m0 9q1.25 0 2.125-.875T20 7t-.875-2.125T17 4t-2.125.875T14 7t.875 2.125T17 10m-6.175 3.175"/></svg> </template>
CSS
.icon-circles-outline-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%22M11%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-2.425%201.175-4.5T6.45%205.275q.55-.3%201.125-.062t.85.837q.25.55%200%201.1t-.775.875q-1.3.775-1.975%202.125T5%2013q0%202.5%201.75%204.25T11%2019q1.5%200%202.875-.663t2.1-1.987q.3-.55.838-.85t1.112-.1q.65.225.925.8t0%201.15q-1.125%202.2-3.25%203.425T11%2022m6-21q2.5%200%204.25%201.75T23%207t-1.75%204.25T17%2013t-4.25-1.75T11%207t1.75-4.25T17%201m0%209q1.25%200%202.125-.875T20%207t-.875-2.125T17%204t-2.125.875T14%207t.875%202.125T17%2010m-6.175%203.175%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%22M11%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.926-2.85T2%2013q0-2.425%201.175-4.5T6.45%205.275q.55-.3%201.125-.062t.85.837q.25.55%200%201.1t-.775.875q-1.3.775-1.975%202.125T5%2013q0%202.5%201.75%204.25T11%2019q1.5%200%202.875-.663t2.1-1.987q.3-.55.838-.85t1.112-.1q.65.225.925.8t0%201.15q-1.125%202.2-3.25%203.425T11%2022m6-21q2.5%200%204.25%201.75T23%207t-1.75%204.25T17%2013t-4.25-1.75T11%207t1.75-4.25T17%201m0%209q1.25%200%202.125-.875T20%207t-.875-2.125T17%204t-2.125.875T14%207t.875%202.125T17%2010m-6.175%203.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/circles-outline-rounded.svg?color=%231a73e8&size=48