circles seven icon
circles-seven from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- circles-seven
- Set
- IconPark
- Style
- Color
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark
Use the circles seven icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path d="M24 12C26.2091 12 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8C20 10.2091 21.7909 12 24 12Z"/><path d="M24 28C26.2091 28 28 26.2091 28 24C28 21.7909 26.2091 20 24 20C21.7909 20 20 21.7909 20 24C20 26.2091 21.7909 28 24 28Z"/><path d="M34.3925 18.0002C35.4971 19.9134 37.9434 20.5689 39.8566 19.4643C41.7698 18.3597 42.4253 15.9134 41.3207 14.0002C40.2161 12.087 37.7698 11.4315 35.8566 12.5361C33.9434 13.6407 33.2879 16.087 34.3925 18.0002Z"/><path d="M34.3925 30.0002C33.2879 31.9134 33.9434 34.3597 35.8566 35.4643C37.7698 36.5689 40.2161 35.9134 41.3207 34.0002C42.4253 32.087 41.7698 29.6407 39.8566 28.5361C37.9434 27.4315 35.4971 28.087 34.3925 30.0002Z"/><path d="M24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36Z"/><path d="M13.6078 30.0002C12.5032 28.087 10.0569 27.4315 8.14373 28.5361C6.23056 29.6407 5.57506 32.087 6.67963 34.0002C7.7842 35.9134 10.2305 36.5689 12.1437 35.4643C14.0569 34.3597 14.7124 31.9134 13.6078 30.0002Z"/><path d="M13.6078 18.0002C14.7124 16.087 14.0569 13.6407 12.1437 12.5361C10.2305 11.4315 7.7842 12.087 6.67963 14.0002C5.57506 15.9134 6.23056 18.3597 8.14373 19.4643C10.0569 20.5689 12.5032 19.9134 13.6078 18.0002Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCirclesSeven(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" fillRule="evenodd" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" clipRule="evenodd"><path d="M24 12C26.2091 12 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8C20 10.2091 21.7909 12 24 12Z"/><path d="M24 28C26.2091 28 28 26.2091 28 24C28 21.7909 26.2091 20 24 20C21.7909 20 20 21.7909 20 24C20 26.2091 21.7909 28 24 28Z"/><path d="M34.3925 18.0002C35.4971 19.9134 37.9434 20.5689 39.8566 19.4643C41.7698 18.3597 42.4253 15.9134 41.3207 14.0002C40.2161 12.087 37.7698 11.4315 35.8566 12.5361C33.9434 13.6407 33.2879 16.087 34.3925 18.0002Z"/><path d="M34.3925 30.0002C33.2879 31.9134 33.9434 34.3597 35.8566 35.4643C37.7698 36.5689 40.2161 35.9134 41.3207 34.0002C42.4253 32.087 41.7698 29.6407 39.8566 28.5361C37.9434 27.4315 35.4971 28.087 34.3925 30.0002Z"/><path d="M24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36Z"/><path d="M13.6078 30.0002C12.5032 28.087 10.0569 27.4315 8.14373 28.5361C6.23056 29.6407 5.57506 32.087 6.67963 34.0002C7.7842 35.9134 10.2305 36.5689 12.1437 35.4643C14.0569 34.3597 14.7124 31.9134 13.6078 30.0002Z"/><path d="M13.6078 18.0002C14.7124 16.087 14.0569 13.6407 12.1437 12.5361C10.2305 11.4315 7.7842 12.087 6.67963 14.0002C5.57506 15.9134 6.23056 18.3597 8.14373 19.4643C10.0569 20.5689 12.5032 19.9134 13.6078 18.0002Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path d="M24 12C26.2091 12 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8C20 10.2091 21.7909 12 24 12Z"/><path d="M24 28C26.2091 28 28 26.2091 28 24C28 21.7909 26.2091 20 24 20C21.7909 20 20 21.7909 20 24C20 26.2091 21.7909 28 24 28Z"/><path d="M34.3925 18.0002C35.4971 19.9134 37.9434 20.5689 39.8566 19.4643C41.7698 18.3597 42.4253 15.9134 41.3207 14.0002C40.2161 12.087 37.7698 11.4315 35.8566 12.5361C33.9434 13.6407 33.2879 16.087 34.3925 18.0002Z"/><path d="M34.3925 30.0002C33.2879 31.9134 33.9434 34.3597 35.8566 35.4643C37.7698 36.5689 40.2161 35.9134 41.3207 34.0002C42.4253 32.087 41.7698 29.6407 39.8566 28.5361C37.9434 27.4315 35.4971 28.087 34.3925 30.0002Z"/><path d="M24 36C21.7909 36 20 37.7909 20 40C20 42.2091 21.7909 44 24 44C26.2091 44 28 42.2091 28 40C28 37.7909 26.2091 36 24 36Z"/><path d="M13.6078 30.0002C12.5032 28.087 10.0569 27.4315 8.14373 28.5361C6.23056 29.6407 5.57506 32.087 6.67963 34.0002C7.7842 35.9134 10.2305 36.5689 12.1437 35.4643C14.0569 34.3597 14.7124 31.9134 13.6078 30.0002Z"/><path d="M13.6078 18.0002C14.7124 16.087 14.0569 13.6407 12.1437 12.5361C10.2305 11.4315 7.7842 12.087 6.67963 14.0002C5.57506 15.9134 6.23056 18.3597 8.14373 19.4643C10.0569 20.5689 12.5032 19.9134 13.6078 18.0002Z"/></g></svg> </template>
CSS
.icon-circles-seven {
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%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2012C26.2091%2012%2028%2010.2091%2028%208C28%205.79086%2026.2091%204%2024%204C21.7909%204%2020%205.79086%2020%208C20%2010.2091%2021.7909%2012%2024%2012Z%22%2F%3E%3Cpath%20d%3D%22M24%2028C26.2091%2028%2028%2026.2091%2028%2024C28%2021.7909%2026.2091%2020%2024%2020C21.7909%2020%2020%2021.7909%2020%2024C20%2026.2091%2021.7909%2028%2024%2028Z%22%2F%3E%3Cpath%20d%3D%22M34.3925%2018.0002C35.4971%2019.9134%2037.9434%2020.5689%2039.8566%2019.4643C41.7698%2018.3597%2042.4253%2015.9134%2041.3207%2014.0002C40.2161%2012.087%2037.7698%2011.4315%2035.8566%2012.5361C33.9434%2013.6407%2033.2879%2016.087%2034.3925%2018.0002Z%22%2F%3E%3Cpath%20d%3D%22M34.3925%2030.0002C33.2879%2031.9134%2033.9434%2034.3597%2035.8566%2035.4643C37.7698%2036.5689%2040.2161%2035.9134%2041.3207%2034.0002C42.4253%2032.087%2041.7698%2029.6407%2039.8566%2028.5361C37.9434%2027.4315%2035.4971%2028.087%2034.3925%2030.0002Z%22%2F%3E%3Cpath%20d%3D%22M24%2036C21.7909%2036%2020%2037.7909%2020%2040C20%2042.2091%2021.7909%2044%2024%2044C26.2091%2044%2028%2042.2091%2028%2040C28%2037.7909%2026.2091%2036%2024%2036Z%22%2F%3E%3Cpath%20d%3D%22M13.6078%2030.0002C12.5032%2028.087%2010.0569%2027.4315%208.14373%2028.5361C6.23056%2029.6407%205.57506%2032.087%206.67963%2034.0002C7.7842%2035.9134%2010.2305%2036.5689%2012.1437%2035.4643C14.0569%2034.3597%2014.7124%2031.9134%2013.6078%2030.0002Z%22%2F%3E%3Cpath%20d%3D%22M13.6078%2018.0002C14.7124%2016.087%2014.0569%2013.6407%2012.1437%2012.5361C10.2305%2011.4315%207.7842%2012.087%206.67963%2014.0002C5.57506%2015.9134%206.23056%2018.3597%208.14373%2019.4643C10.0569%2020.5689%2012.5032%2019.9134%2013.6078%2018.0002Z%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%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2012C26.2091%2012%2028%2010.2091%2028%208C28%205.79086%2026.2091%204%2024%204C21.7909%204%2020%205.79086%2020%208C20%2010.2091%2021.7909%2012%2024%2012Z%22%2F%3E%3Cpath%20d%3D%22M24%2028C26.2091%2028%2028%2026.2091%2028%2024C28%2021.7909%2026.2091%2020%2024%2020C21.7909%2020%2020%2021.7909%2020%2024C20%2026.2091%2021.7909%2028%2024%2028Z%22%2F%3E%3Cpath%20d%3D%22M34.3925%2018.0002C35.4971%2019.9134%2037.9434%2020.5689%2039.8566%2019.4643C41.7698%2018.3597%2042.4253%2015.9134%2041.3207%2014.0002C40.2161%2012.087%2037.7698%2011.4315%2035.8566%2012.5361C33.9434%2013.6407%2033.2879%2016.087%2034.3925%2018.0002Z%22%2F%3E%3Cpath%20d%3D%22M34.3925%2030.0002C33.2879%2031.9134%2033.9434%2034.3597%2035.8566%2035.4643C37.7698%2036.5689%2040.2161%2035.9134%2041.3207%2034.0002C42.4253%2032.087%2041.7698%2029.6407%2039.8566%2028.5361C37.9434%2027.4315%2035.4971%2028.087%2034.3925%2030.0002Z%22%2F%3E%3Cpath%20d%3D%22M24%2036C21.7909%2036%2020%2037.7909%2020%2040C20%2042.2091%2021.7909%2044%2024%2044C26.2091%2044%2028%2042.2091%2028%2040C28%2037.7909%2026.2091%2036%2024%2036Z%22%2F%3E%3Cpath%20d%3D%22M13.6078%2030.0002C12.5032%2028.087%2010.0569%2027.4315%208.14373%2028.5361C6.23056%2029.6407%205.57506%2032.087%206.67963%2034.0002C7.7842%2035.9134%2010.2305%2036.5689%2012.1437%2035.4643C14.0569%2034.3597%2014.7124%2031.9134%2013.6078%2030.0002Z%22%2F%3E%3Cpath%20d%3D%22M13.6078%2018.0002C14.7124%2016.087%2014.0569%2013.6407%2012.1437%2012.5361C10.2305%2011.4315%207.7842%2012.087%206.67963%2014.0002C5.57506%2015.9134%206.23056%2018.3597%208.14373%2019.4643C10.0569%2020.5689%2012.5032%2019.9134%2013.6078%2018.0002Z%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/circles-seven.svg?color=%231a73e8&size=48