compass-1 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
compass-1
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the compass 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M14.1 9.9L12 2L9.9 9.9L2 12l7.9 2.1L12 22l2.1-7.9L22 12z"/><path stroke="currentColor" stroke-width="2" d="M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10l-7.9-2.1L12 2m10 10l-7.9 2.1L12 22m0 0C6.477 22 2 17.523 2 12m10 10l-2.1-7.9L2 12m0 0C2 6.477 6.477 2 12 2M2 12l7.9-2.1L12 2m1.111 10a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCompass1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M14.1 9.9L12 2L9.9 9.9L2 12l7.9 2.1L12 22l2.1-7.9L22 12z"/><path stroke="currentColor" strokeWidth="2" d="M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10l-7.9-2.1L12 2m10 10l-7.9 2.1L12 22m0 0C6.477 22 2 17.523 2 12m10 10l-2.1-7.9L2 12m0 0C2 6.477 6.477 2 12 2M2 12l7.9-2.1L12 2m1.111 10a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M14.1 9.9L12 2L9.9 9.9L2 12l7.9 2.1L12 22l2.1-7.9L22 12z"/><path stroke="currentColor" stroke-width="2" d="M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10l-7.9-2.1L12 2m10 10l-7.9 2.1L12 22m0 0C6.477 22 2 17.523 2 12m10 10l-2.1-7.9L2 12m0 0C2 6.477 6.477 2 12 2M2 12l7.9-2.1L12 2m1.111 10a1.111 1.111 0 1 1-2.222 0a1.111 1.111 0 0 1 2.222 0Z"/></g></svg>
</template>

CSS

.icon-compass-1 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M14.1%209.9L12%202L9.9%209.9L2%2012l7.9%202.1L12%2022l2.1-7.9L22%2012z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010m10-10c0-5.523-4.477-10-10-10m10%2010l-7.9-2.1L12%202m10%2010l-7.9%202.1L12%2022m0%200C6.477%2022%202%2017.523%202%2012m10%2010l-2.1-7.9L2%2012m0%200C2%206.477%206.477%202%2012%202M2%2012l7.9-2.1L12%202m1.111%2010a1.111%201.111%200%201%201-2.222%200a1.111%201.111%200%200%201%202.222%200Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M14.1%209.9L12%202L9.9%209.9L2%2012l7.9%202.1L12%2022l2.1-7.9L22%2012z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010m10-10c0-5.523-4.477-10-10-10m10%2010l-7.9-2.1L12%202m10%2010l-7.9%202.1L12%2022m0%200C6.477%2022%202%2017.523%202%2012m10%2010l-2.1-7.9L2%2012m0%200C2%206.477%206.477%202%2012%202M2%2012l7.9-2.1L12%202m1.111%2010a1.111%201.111%200%201%201-2.222%200a1.111%201.111%200%200%201%202.222%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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