high-level from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
high-level
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the high level icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20.94 11.46a9.03 9.03 0 0 0-3.14-5.84a8.9 8.9 0 0 0-3.57-1.83M8.56 20.82c2.12.88 4.49.91 6.63.1a9 9 0 0 0 3.12-2.01M6.65 5.26a9 9 0 0 0-3.51 5.63c-.25 1.4-.17 2.82.23 4.16M14 3.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2ZM21.5 17c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Zm-15 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignHighLevel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M20.94 11.46a9.03 9.03 0 0 0-3.14-5.84a8.9 8.9 0 0 0-3.57-1.83M8.56 20.82c2.12.88 4.49.91 6.63.1a9 9 0 0 0 3.12-2.01M6.65 5.26a9 9 0 0 0-3.51 5.63c-.25 1.4-.17 2.82.23 4.16M14 3.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2ZM21.5 17c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Zm-15 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20.94 11.46a9.03 9.03 0 0 0-3.14-5.84a8.9 8.9 0 0 0-3.57-1.83M8.56 20.82c2.12.88 4.49.91 6.63.1a9 9 0 0 0 3.12-2.01M6.65 5.26a9 9 0 0 0-3.51 5.63c-.25 1.4-.17 2.82.23 4.16M14 3.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2ZM21.5 17c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Zm-15 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2Z"/></svg>
</template>

CSS

.icon-high-level {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M20.94%2011.46a9.03%209.03%200%200%200-3.14-5.84a8.9%208.9%200%200%200-3.57-1.83M8.56%2020.82c2.12.88%204.49.91%206.63.1a9%209%200%200%200%203.12-2.01M6.65%205.26a9%209%200%200%200-3.51%205.63c-.25%201.4-.17%202.82.23%204.16M14%203.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202ZM21.5%2017c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202Zm-15%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202Z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M20.94%2011.46a9.03%209.03%200%200%200-3.14-5.84a8.9%208.9%200%200%200-3.57-1.83M8.56%2020.82c2.12.88%204.49.91%206.63.1a9%209%200%200%200%203.12-2.01M6.65%205.26a9%209%200%200%200-3.51%205.63c-.25%201.4-.17%202.82.23%204.16M14%203.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202ZM21.5%2017c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202Zm-15%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/high-level.svg?color=%231a73e8&size=48