multilayer sphere icon

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

Name
multilayer-sphere
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 multilayer sphere 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-linejoin="round" stroke-width="4"><circle cx="24" cy="24" r="20"/><path stroke-linecap="round" d="M4.4 20c1.853 9.129 9.924 16 19.6 16s17.747-6.871 19.6-16"/><path stroke-linecap="round" d="M5.664 16C8.75 23.064 15.8 28 24 28s15.25-4.936 18.336-12"/><path stroke-linecap="round" d="M7.999 12c3.648 4.858 9.458 8 16.001 8s12.353-3.142 16.015-8M11.998 8c3.343 2.512 7.499 4 12.002 4s8.659-1.488 12.002-4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineMultilayerSphere(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" strokeLinejoin="round" strokeWidth="4"><circle cx="24" cy="24" r="20"/><path strokeLinecap="round" d="M4.4 20c1.853 9.129 9.924 16 19.6 16s17.747-6.871 19.6-16"/><path strokeLinecap="round" d="M5.664 16C8.75 23.064 15.8 28 24 28s15.25-4.936 18.336-12"/><path strokeLinecap="round" d="M7.999 12c3.648 4.858 9.458 8 16.001 8s12.353-3.142 16.015-8M11.998 8c3.343 2.512 7.499 4 12.002 4s8.659-1.488 12.002-4"/></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-linejoin="round" stroke-width="4"><circle cx="24" cy="24" r="20"/><path stroke-linecap="round" d="M4.4 20c1.853 9.129 9.924 16 19.6 16s17.747-6.871 19.6-16"/><path stroke-linecap="round" d="M5.664 16C8.75 23.064 15.8 28 24 28s15.25-4.936 18.336-12"/><path stroke-linecap="round" d="M7.999 12c3.648 4.858 9.458 8 16.001 8s12.353-3.142 16.015-8M11.998 8c3.343 2.512 7.499 4 12.002 4s8.659-1.488 12.002-4"/></g></svg>
</template>

CSS

.icon-multilayer-sphere {
  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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.4%2020c1.853%209.129%209.924%2016%2019.6%2016s17.747-6.871%2019.6-16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.664%2016C8.75%2023.064%2015.8%2028%2024%2028s15.25-4.936%2018.336-12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.999%2012c3.648%204.858%209.458%208%2016.001%208s12.353-3.142%2016.015-8M11.998%208c3.343%202.512%207.499%204%2012.002%204s8.659-1.488%2012.002-4%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.4%2020c1.853%209.129%209.924%2016%2019.6%2016s17.747-6.871%2019.6-16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.664%2016C8.75%2023.064%2015.8%2028%2024%2028s15.25-4.936%2018.336-12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.999%2012c3.648%204.858%209.458%208%2016.001%208s12.353-3.142%2016.015-8M11.998%208c3.343%202.512%207.499%204%2012.002%204s8.659-1.488%2012.002-4%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/multilayer-sphere.svg?color=%231a73e8&size=48