circles-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
circles-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
circles-outline-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="M16.9 13.846q.402.012.782-.03t.764-.154q-.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-.114.385-.155.775q-.042.389-.03.791q-2.223.337-3.688 1.992T5 13q0 2.5 1.75 4.25T11 19q2.252 0 3.927-1.465t1.973-3.689M17 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.154m0 8.192q1.394 0 2.37-.976T20.346 7t-.976-2.37T17 3.654t-2.37.976T13.654 7t.976 2.37t2.37.976m-6.04 2.695"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCirclesOutline(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.9 13.846q.402.012.782-.03t.764-.154q-.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-.114.385-.155.775q-.042.389-.03.791q-2.223.337-3.688 1.992T5 13q0 2.5 1.75 4.25T11 19q2.252 0 3.927-1.465t1.973-3.689M17 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.154m0 8.192q1.394 0 2.37-.976T20.346 7t-.976-2.37T17 3.654t-2.37.976T13.654 7t.976 2.37t2.37.976m-6.04 2.695"/></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.9 13.846q.402.012.782-.03t.764-.154q-.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-.114.385-.155.775q-.042.389-.03.791q-2.223.337-3.688 1.992T5 13q0 2.5 1.75 4.25T11 19q2.252 0 3.927-1.465t1.973-3.689M17 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.154m0 8.192q1.394 0 2.37-.976T20.346 7t-.976-2.37T17 3.654t-2.37.976T13.654 7t.976 2.37t2.37.976m-6.04 2.695"/></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.9%2013.846q.402.012.782-.03t.764-.154q-.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-.114.385-.155.775q-.042.389-.03.791q-2.223.337-3.688%201.992T5%2013q0%202.5%201.75%204.25T11%2019q2.252%200%203.927-1.465t1.973-3.689M17%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.154m0%208.192q1.394%200%202.37-.976T20.346%207t-.976-2.37T17%203.654t-2.37.976T13.654%207t.976%202.37t2.37.976m-6.04%202.695%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.9%2013.846q.402.012.782-.03t.764-.154q-.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-.114.385-.155.775q-.042.389-.03.791q-2.223.337-3.688%201.992T5%2013q0%202.5%201.75%204.25T11%2019q2.252%200%203.927-1.465t1.973-3.689M17%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.154m0%208.192q1.394%200%202.37-.976T20.346%207t-.976-2.37T17%203.654t-2.37.976T13.654%207t.976%202.37t2.37.976m-6.04%202.695%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-outline.svg?color=%231a73e8&size=48