circle three icon
circle-three from IconPark Solid by ByteDance · Solid · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- circle-three
- Set
- IconPark Solid
- Style
- Solid
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark Solid
Use the circle three icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M32.904 13.927A10 10 0 0 1 24 19.37a10 10 0 0 1-8.904-5.443A14.98 14.98 0 0 0 9 26q.001 1.228.191 2.402q.4-.031.809-.032c5.523 0 10 4.477 10 10q-.002 1.047-.207 2.032c1.335.39 2.747.598 4.207.598s2.872-.209 4.207-.598A10 10 0 0 1 28 38.37c0-5.523 4.477-10 10-10q.408 0 .809.032A15 15 0 0 0 39 26c0-4.95-2.398-9.34-6.096-12.073"/><path fill-rule="evenodd" d="M24 13a4 4 0 1 0 0-8a4 4 0 0 0 0 8M9 43a4 4 0 1 0 0-8a4 4 0 0 0 0 8m30 0a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidCircleThree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M32.904 13.927A10 10 0 0 1 24 19.37a10 10 0 0 1-8.904-5.443A14.98 14.98 0 0 0 9 26q.001 1.228.191 2.402q.4-.031.809-.032c5.523 0 10 4.477 10 10q-.002 1.047-.207 2.032c1.335.39 2.747.598 4.207.598s2.872-.209 4.207-.598A10 10 0 0 1 28 38.37c0-5.523 4.477-10 10-10q.408 0 .809.032A15 15 0 0 0 39 26c0-4.95-2.398-9.34-6.096-12.073"/><path fillRule="evenodd" d="M24 13a4 4 0 1 0 0-8a4 4 0 0 0 0 8M9 43a4 4 0 1 0 0-8a4 4 0 0 0 0 8m30 0a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M32.904 13.927A10 10 0 0 1 24 19.37a10 10 0 0 1-8.904-5.443A14.98 14.98 0 0 0 9 26q.001 1.228.191 2.402q.4-.031.809-.032c5.523 0 10 4.477 10 10q-.002 1.047-.207 2.032c1.335.39 2.747.598 4.207.598s2.872-.209 4.207-.598A10 10 0 0 1 28 38.37c0-5.523 4.477-10 10-10q.408 0 .809.032A15 15 0 0 0 39 26c0-4.95-2.398-9.34-6.096-12.073"/><path fill-rule="evenodd" d="M24 13a4 4 0 1 0 0-8a4 4 0 0 0 0 8M9 43a4 4 0 1 0 0-8a4 4 0 0 0 0 8m30 0a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-circle-three {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M32.904%2013.927A10%2010%200%200%201%2024%2019.37a10%2010%200%200%201-8.904-5.443A14.98%2014.98%200%200%200%209%2026q.001%201.228.191%202.402q.4-.031.809-.032c5.523%200%2010%204.477%2010%2010q-.002%201.047-.207%202.032c1.335.39%202.747.598%204.207.598s2.872-.209%204.207-.598A10%2010%200%200%201%2028%2038.37c0-5.523%204.477-10%2010-10q.408%200%20.809.032A15%2015%200%200%200%2039%2026c0-4.95-2.398-9.34-6.096-12.073%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2013a4%204%200%201%200%200-8a4%204%200%200%200%200%208M9%2043a4%204%200%201%200%200-8a4%204%200%200%200%200%208m30%200a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M32.904%2013.927A10%2010%200%200%201%2024%2019.37a10%2010%200%200%201-8.904-5.443A14.98%2014.98%200%200%200%209%2026q.001%201.228.191%202.402q.4-.031.809-.032c5.523%200%2010%204.477%2010%2010q-.002%201.047-.207%202.032c1.335.39%202.747.598%204.207.598s2.872-.209%204.207-.598A10%2010%200%200%201%2028%2038.37c0-5.523%204.477-10%2010-10q.408%200%20.809.032A15%2015%200%200%200%2039%2026c0-4.95-2.398-9.34-6.096-12.073%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2013a4%204%200%201%200%200-8a4%204%200%200%200%200%208M9%2043a4%204%200%201%200%200-8a4%204%200%200%200%200%208m30%200a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/circle-three.svg?color=%231a73e8&size=48