circles icon
circles-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circles-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- circles-outline-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="M16.65 15q.825.05 1.638-.088t1.562-.462q-.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-.325.75-.462 1.563T9 7.35q-1.8.625-2.9 2.175T5 13q0 2.5 1.75 4.25T11 19q1.925 0 3.475-1.1T16.65 15M17 1q2.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 MaterialSymbolsCirclesOutline(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="M16.65 15q.825.05 1.638-.088t1.562-.462q-.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-.325.75-.462 1.563T9 7.35q-1.8.625-2.9 2.175T5 13q0 2.5 1.75 4.25T11 19q1.925 0 3.475-1.1T16.65 15M17 1q2.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="M16.65 15q.825.05 1.638-.088t1.562-.462q-.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-.325.75-.462 1.563T9 7.35q-1.8.625-2.9 2.175T5 13q0 2.5 1.75 4.25T11 19q1.925 0 3.475-1.1T16.65 15M17 1q2.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 {
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%22M16.65%2015q.825.05%201.638-.088t1.562-.462q-.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-.325.75-.462%201.563T9%207.35q-1.8.625-2.9%202.175T5%2013q0%202.5%201.75%204.25T11%2019q1.925%200%203.475-1.1T16.65%2015M17%201q2.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%22M16.65%2015q.825.05%201.638-.088t1.562-.462q-.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-.325.75-.462%201.563T9%207.35q-1.8.625-2.9%202.175T5%2013q0%202.5%201.75%204.25T11%2019q1.925%200%203.475-1.1T16.65%2015M17%201q2.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.svg?color=%231a73e8&size=48