leo from IconPark by ByteDance · Color · Constellation · Apache-2.0 Free for personal and commercial use.

Name
leo
Set
IconPark
Style
Color
Category
Constellation
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More constellation icons from IconPark

Use the leo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><circle cx="13" cy="27" r="6" fill="#2F88FF"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 20.9999C13 15.5002 15 5.00024 24 5.00024C28.5 5.00024 36.7205 7.33192 33.5358 20.5613C33.2552 21.7271 32.154 23.9747 32.154 23.9747L30.5501 27.5773C28.8914 30.918 26.748 39.4542 33.5358 42.6106C35.5941 43.5678 40.0171 42.9496 41 38.6017"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkLeo(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="#000" strokeWidth="4"><circle cx="13" cy="27" r="6" fill="#2F88FF"/><path strokeLinecap="round" strokeLinejoin="round" d="M13 20.9999C13 15.5002 15 5.00024 24 5.00024C28.5 5.00024 36.7205 7.33192 33.5358 20.5613C33.2552 21.7271 32.154 23.9747 32.154 23.9747L30.5501 27.5773C28.8914 30.918 26.748 39.4542 33.5358 42.6106C35.5941 43.5678 40.0171 42.9496 41 38.6017"/></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="#000" stroke-width="4"><circle cx="13" cy="27" r="6" fill="#2F88FF"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 20.9999C13 15.5002 15 5.00024 24 5.00024C28.5 5.00024 36.7205 7.33192 33.5358 20.5613C33.2552 21.7271 32.154 23.9747 32.154 23.9747L30.5501 27.5773C28.8914 30.918 26.748 39.4542 33.5358 42.6106C35.5941 43.5678 40.0171 42.9496 41 38.6017"/></g></svg>
</template>

CSS

.icon-leo {
  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%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2227%22%20r%3D%226%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2020.9999C13%2015.5002%2015%205.00024%2024%205.00024C28.5%205.00024%2036.7205%207.33192%2033.5358%2020.5613C33.2552%2021.7271%2032.154%2023.9747%2032.154%2023.9747L30.5501%2027.5773C28.8914%2030.918%2026.748%2039.4542%2033.5358%2042.6106C35.5941%2043.5678%2040.0171%2042.9496%2041%2038.6017%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%22%23000%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2227%22%20r%3D%226%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2020.9999C13%2015.5002%2015%205.00024%2024%205.00024C28.5%205.00024%2036.7205%207.33192%2033.5358%2020.5613C33.2552%2021.7271%2032.154%2023.9747%2032.154%2023.9747L30.5501%2027.5773C28.8914%2030.918%2026.748%2039.4542%2033.5358%2042.6106C35.5941%2043.5678%2040.0171%2042.9496%2041%2038.6017%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/leo.svg?color=%231a73e8&size=48