compass icon

compass from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
compass
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the compass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.479 5.13c-.867-.448-1.797.483-1.348 1.349l.988 1.908a3.5 3.5 0 0 0 1.493 1.495l1.921 1c.867.451 1.8-.482 1.349-1.349l-1-1.921A3.5 3.5 0 0 0 8.387 6.12zm-.46.889l1.908.989a2.5 2.5 0 0 1 1.068 1.065l1 1.922l-1.922-1a2.5 2.5 0 0 1-1.066-1.068z"/><path d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconCompass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M6.479 5.13c-.867-.448-1.797.483-1.348 1.349l.988 1.908a3.5 3.5 0 0 0 1.493 1.495l1.921 1c.867.451 1.8-.482 1.349-1.349l-1-1.921A3.5 3.5 0 0 0 8.387 6.12zm-.46.889l1.908.989a2.5 2.5 0 0 1 1.068 1.065l1 1.922l-1.922-1a2.5 2.5 0 0 1-1.066-1.068z"/><path d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.479 5.13c-.867-.448-1.797.483-1.348 1.349l.988 1.908a3.5 3.5 0 0 0 1.493 1.495l1.921 1c.867.451 1.8-.482 1.349-1.349l-1-1.921A3.5 3.5 0 0 0 8.387 6.12zm-.46.889l1.908.989a2.5 2.5 0 0 1 1.068 1.065l1 1.922l-1.922-1a2.5 2.5 0 0 1-1.066-1.068z"/><path d="M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2"/></g></svg>
</template>

CSS

.icon-compass {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.479%205.13c-.867-.448-1.797.483-1.348%201.349l.988%201.908a3.5%203.5%200%200%200%201.493%201.495l1.921%201c.867.451%201.8-.482%201.349-1.349l-1-1.921A3.5%203.5%200%200%200%208.387%206.12zm-.46.889l1.908.989a2.5%202.5%200%200%201%201.068%201.065l1%201.922l-1.922-1a2.5%202.5%200%200%201-1.066-1.068z%22%2F%3E%3Cpath%20d%3D%22M1%208a7%207%200%201%201%2014%200A7%207%200%200%201%201%208m7-6a6%206%200%201%200%200%2012A6%206%200%200%200%208%202%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.479%205.13c-.867-.448-1.797.483-1.348%201.349l.988%201.908a3.5%203.5%200%200%200%201.493%201.495l1.921%201c.867.451%201.8-.482%201.349-1.349l-1-1.921A3.5%203.5%200%200%200%208.387%206.12zm-.46.889l1.908.989a2.5%202.5%200%200%201%201.068%201.065l1%201.922l-1.922-1a2.5%202.5%200%200%201-1.066-1.068z%22%2F%3E%3Cpath%20d%3D%22M1%208a7%207%200%201%201%2014%200A7%207%200%200%201%201%208m7-6a6%206%200%201%200%200%2012A6%206%200%200%200%208%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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