circle-four from IconPark Outline by ByteDance · Outline · Abstract · Apache-2.0 Free for personal and commercial use.

Name
circle-four
Set
IconPark Outline
Style
Outline
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark Outline

Use the circle four icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 34a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7 27a3 3 0 1 0 0-6a3 3 0 0 0 0 6m34 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clip-rule="evenodd"/><path d="M24.197 15.744a8.99 8.99 0 0 0 7.438-3.931a14.5 14.5 0 0 1 4.686 4.498A9 9 0 0 0 32 24a9 9 0 0 0 4.527 7.811a14.5 14.5 0 0 1-4.426 4.532a9 9 0 0 0-7.905-4.694c-3.4 0-6.36 1.885-7.89 4.668a14.5 14.5 0 0 1-4.494-4.683a8.99 8.99 0 0 0 3.93-7.438a8.99 8.99 0 0 0-3.907-7.422a14.5 14.5 0 0 1 4.94-4.938a8.99 8.99 0 0 0 7.42 3.907"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineCircleFour(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M24 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 34a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7 27a3 3 0 1 0 0-6a3 3 0 0 0 0 6m34 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clipRule="evenodd"/><path d="M24.197 15.744a8.99 8.99 0 0 0 7.438-3.931a14.5 14.5 0 0 1 4.686 4.498A9 9 0 0 0 32 24a9 9 0 0 0 4.527 7.811a14.5 14.5 0 0 1-4.426 4.532a9 9 0 0 0-7.905-4.694c-3.4 0-6.36 1.885-7.89 4.668a14.5 14.5 0 0 1-4.494-4.683a8.99 8.99 0 0 0 3.93-7.438a8.99 8.99 0 0 0-3.907-7.422a14.5 14.5 0 0 1 4.94-4.938a8.99 8.99 0 0 0 7.42 3.907"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 34a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7 27a3 3 0 1 0 0-6a3 3 0 0 0 0 6m34 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clip-rule="evenodd"/><path d="M24.197 15.744a8.99 8.99 0 0 0 7.438-3.931a14.5 14.5 0 0 1 4.686 4.498A9 9 0 0 0 32 24a9 9 0 0 0 4.527 7.811a14.5 14.5 0 0 1-4.426 4.532a9 9 0 0 0-7.905-4.694c-3.4 0-6.36 1.885-7.89 4.668a14.5 14.5 0 0 1-4.494-4.683a8.99 8.99 0 0 0 3.93-7.438a8.99 8.99 0 0 0-3.907-7.422a14.5 14.5 0 0 1 4.94-4.938a8.99 8.99 0 0 0 7.42 3.907"/></g></svg>
</template>

CSS

.icon-circle-four {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%2034a3%203%200%201%200%200-6a3%203%200%200%200%200%206M7%2027a3%203%200%201%200%200-6a3%203%200%200%200%200%206m34%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.197%2015.744a8.99%208.99%200%200%200%207.438-3.931a14.5%2014.5%200%200%201%204.686%204.498A9%209%200%200%200%2032%2024a9%209%200%200%200%204.527%207.811a14.5%2014.5%200%200%201-4.426%204.532a9%209%200%200%200-7.905-4.694c-3.4%200-6.36%201.885-7.89%204.668a14.5%2014.5%200%200%201-4.494-4.683a8.99%208.99%200%200%200%203.93-7.438a8.99%208.99%200%200%200-3.907-7.422a14.5%2014.5%200%200%201%204.94-4.938a8.99%208.99%200%200%200%207.42%203.907%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%2034a3%203%200%201%200%200-6a3%203%200%200%200%200%206M7%2027a3%203%200%201%200%200-6a3%203%200%200%200%200%206m34%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.197%2015.744a8.99%208.99%200%200%200%207.438-3.931a14.5%2014.5%200%200%201%204.686%204.498A9%209%200%200%200%2032%2024a9%209%200%200%200%204.527%207.811a14.5%2014.5%200%200%201-4.426%204.532a9%209%200%200%200-7.905-4.694c-3.4%200-6.36%201.885-7.89%204.668a14.5%2014.5%200%200%201-4.494-4.683a8.99%208.99%200%200%200%203.93-7.438a8.99%208.99%200%200%200-3.907-7.422a14.5%2014.5%200%200%201%204.94-4.938a8.99%208.99%200%200%200%207.42%203.907%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-outline/circle-four.svg?color=%231a73e8&size=48