circle large filled icon

circle-large-filled from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
circle-large-filled
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the circle large filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1q.964 0 1.86.253a6.9 6.9 0 0 1 3.083 1.805a6.9 6.9 0 0 1 1.804 3.083Q15 7.036 15 8t-.253 1.86a7 7 0 0 1-.704 1.674a7.16 7.16 0 0 1-2.516 2.509a7 7 0 0 1-1.668.71A7 7 0 0 1 8 15a7 7 0 0 1-1.86-.246a7 7 0 0 1-1.674-.711a7.3 7.3 0 0 1-1.415-1.094a7.3 7.3 0 0 1-1.094-1.415a7 7 0 0 1-.71-1.675A7 7 0 0 1 1 8q0-.964.246-1.86a7 7 0 0 1 .711-1.667a7.16 7.16 0 0 1 2.509-2.516a7 7 0 0 1 1.675-.704A6.8 6.8 0 0 1 8 1"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCircleLargeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1q.964 0 1.86.253a6.9 6.9 0 0 1 3.083 1.805a6.9 6.9 0 0 1 1.804 3.083Q15 7.036 15 8t-.253 1.86a7 7 0 0 1-.704 1.674a7.16 7.16 0 0 1-2.516 2.509a7 7 0 0 1-1.668.71A7 7 0 0 1 8 15a7 7 0 0 1-1.86-.246a7 7 0 0 1-1.674-.711a7.3 7.3 0 0 1-1.415-1.094a7.3 7.3 0 0 1-1.094-1.415a7 7 0 0 1-.71-1.675A7 7 0 0 1 1 8q0-.964.246-1.86a7 7 0 0 1 .711-1.667a7.16 7.16 0 0 1 2.509-2.516a7 7 0 0 1 1.675-.704A6.8 6.8 0 0 1 8 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1q.964 0 1.86.253a6.9 6.9 0 0 1 3.083 1.805a6.9 6.9 0 0 1 1.804 3.083Q15 7.036 15 8t-.253 1.86a7 7 0 0 1-.704 1.674a7.16 7.16 0 0 1-2.516 2.509a7 7 0 0 1-1.668.71A7 7 0 0 1 8 15a7 7 0 0 1-1.86-.246a7 7 0 0 1-1.674-.711a7.3 7.3 0 0 1-1.415-1.094a7.3 7.3 0 0 1-1.094-1.415a7 7 0 0 1-.71-1.675A7 7 0 0 1 1 8q0-.964.246-1.86a7 7 0 0 1 .711-1.667a7.16 7.16 0 0 1 2.509-2.516a7 7 0 0 1 1.675-.704A6.8 6.8 0 0 1 8 1"/></svg>
</template>

CSS

.icon-circle-large-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201q.964%200%201.86.253a6.9%206.9%200%200%201%203.083%201.805a6.9%206.9%200%200%201%201.804%203.083Q15%207.036%2015%208t-.253%201.86a7%207%200%200%201-.704%201.674a7.16%207.16%200%200%201-2.516%202.509a7%207%200%200%201-1.668.71A7%207%200%200%201%208%2015a7%207%200%200%201-1.86-.246a7%207%200%200%201-1.674-.711a7.3%207.3%200%200%201-1.415-1.094a7.3%207.3%200%200%201-1.094-1.415a7%207%200%200%201-.71-1.675A7%207%200%200%201%201%208q0-.964.246-1.86a7%207%200%200%201%20.711-1.667a7.16%207.16%200%200%201%202.509-2.516a7%207%200%200%201%201.675-.704A6.8%206.8%200%200%201%208%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201q.964%200%201.86.253a6.9%206.9%200%200%201%203.083%201.805a6.9%206.9%200%200%201%201.804%203.083Q15%207.036%2015%208t-.253%201.86a7%207%200%200%201-.704%201.674a7.16%207.16%200%200%201-2.516%202.509a7%207%200%200%201-1.668.71A7%207%200%200%201%208%2015a7%207%200%200%201-1.86-.246a7%207%200%200%201-1.674-.711a7.3%207.3%200%200%201-1.415-1.094a7.3%207.3%200%200%201-1.094-1.415a7%207%200%200%201-.71-1.675A7%207%200%200%201%201%208q0-.964.246-1.86a7%207%200%200%201%20.711-1.667a7.16%207.16%200%200%201%202.509-2.516a7%207%200%200%201%201.675-.704A6.8%206.8%200%200%201%208%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/circle-large-filled.svg?color=%231a73e8&size=48