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

Name
circle-circle-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
circle-circle-outline-rounded, circle-circle-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the circle circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 15.289q-1.363 0-2.325-.959q-.961-.958-.961-2.327t.958-2.32t2.327-.952t2.32.954t.952 2.317t-.954 2.325t-2.317.961M8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20m3.037-4.962q1.241-1.252 1.241-3.038t-1.241-3.028Q13.787 7.731 12 7.731T8.963 8.972T7.712 12t1.25 3.038T12 16.288t3.028-1.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCircleCircleOutline(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.998 15.289q-1.363 0-2.325-.959q-.961-.958-.961-2.327t.958-2.32t2.327-.952t2.32.954t.952 2.317t-.954 2.325t-2.317.961M8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20m3.037-4.962q1.241-1.252 1.241-3.038t-1.241-3.028Q13.787 7.731 12 7.731T8.963 8.972T7.712 12t1.25 3.038T12 16.288t3.028-1.25"/></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.998 15.289q-1.363 0-2.325-.959q-.961-.958-.961-2.327t.958-2.32t2.327-.952t2.32.954t.952 2.317t-.954 2.325t-2.317.961M8.494 20.3q-1.642-.701-2.867-1.926t-1.926-2.866T3 12.003t.701-3.508t1.926-2.857T8.493 3.71T11.998 3t3.509.709t2.859 1.922t1.925 2.857t.709 3.509t-.71 3.509t-1.926 2.867t-2.856 1.926t-3.506.701t-3.508-.701M11.991 20q3.334 0 5.672-2.328T20 12.009t-2.337-5.671T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T11.991 20m3.037-4.962q1.241-1.252 1.241-3.038t-1.241-3.028Q13.787 7.731 12 7.731T8.963 8.972T7.712 12t1.25 3.038T12 16.288t3.028-1.25"/></svg>
</template>

CSS

.icon-circle-circle-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%22M11.998%2015.289q-1.363%200-2.325-.959q-.961-.958-.961-2.327t.958-2.32t2.327-.952t2.32.954t.952%202.317t-.954%202.325t-2.317.961M8.494%2020.3q-1.642-.701-2.867-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867t-2.856%201.926t-3.506.701t-3.508-.701M11.991%2020q3.334%200%205.672-2.328T20%2012.009t-2.337-5.671T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T11.991%2020m3.037-4.962q1.241-1.252%201.241-3.038t-1.241-3.028Q13.787%207.731%2012%207.731T8.963%208.972T7.712%2012t1.25%203.038T12%2016.288t3.028-1.25%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.998%2015.289q-1.363%200-2.325-.959q-.961-.958-.961-2.327t.958-2.32t2.327-.952t2.32.954t.952%202.317t-.954%202.325t-2.317.961M8.494%2020.3q-1.642-.701-2.867-1.926t-1.926-2.866T3%2012.003t.701-3.508t1.926-2.857T8.493%203.71T11.998%203t3.509.709t2.859%201.922t1.925%202.857t.709%203.509t-.71%203.509t-1.926%202.867t-2.856%201.926t-3.506.701t-3.508-.701M11.991%2020q3.334%200%205.672-2.328T20%2012.009t-2.337-5.671T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T11.991%2020m3.037-4.962q1.241-1.252%201.241-3.038t-1.241-3.028Q13.787%207.731%2012%207.731T8.963%208.972T7.712%2012t1.25%203.038T12%2016.288t3.028-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/circle-circle-outline.svg?color=%231a73e8&size=48