compass dot icon

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

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

Related icons in Codicons

Use the compass dot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.91 9.6c-.01-.02-.02-.05-.03-.07l-1-1.93c-.34-.63-.86-1.16-1.5-1.49l-1.91-.99c-.86-.44-1.79.49-1.35 1.35l.99 1.91c.33.64.86 1.16 1.49 1.5l1.93 1c.02.01.05.02.07.03c.32-.54.77-.99 1.31-1.31m-2.84-.61c-.46-.24-.83-.61-1.07-1.07l-.99-1.91L7.92 7c.46.24.83.61 1.07 1.07l1 1.92z"/><path d="M8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6c0 .38-.03.75-.1 1.1c.34.08.66.2.95.36c.1-.47.15-.96.15-1.46c0-3.87-3.13-7-7-7S1 4.13 1 8s3.13 7 7 7c.5 0 .99-.05 1.46-.15c-.16-.29-.28-.61-.36-.95c-.35.07-.72.1-1.1.1"/><path d="M13 16a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconCompassDot(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"><path d="M10.91 9.6c-.01-.02-.02-.05-.03-.07l-1-1.93c-.34-.63-.86-1.16-1.5-1.49l-1.91-.99c-.86-.44-1.79.49-1.35 1.35l.99 1.91c.33.64.86 1.16 1.49 1.5l1.93 1c.02.01.05.02.07.03c.32-.54.77-.99 1.31-1.31m-2.84-.61c-.46-.24-.83-.61-1.07-1.07l-.99-1.91L7.92 7c.46.24.83.61 1.07 1.07l1 1.92z"/><path d="M8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6c0 .38-.03.75-.1 1.1c.34.08.66.2.95.36c.1-.47.15-.96.15-1.46c0-3.87-3.13-7-7-7S1 4.13 1 8s3.13 7 7 7c.5 0 .99-.05 1.46-.15c-.16-.29-.28-.61-.36-.95c-.35.07-.72.1-1.1.1"/><path d="M13 16a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.91 9.6c-.01-.02-.02-.05-.03-.07l-1-1.93c-.34-.63-.86-1.16-1.5-1.49l-1.91-.99c-.86-.44-1.79.49-1.35 1.35l.99 1.91c.33.64.86 1.16 1.49 1.5l1.93 1c.02.01.05.02.07.03c.32-.54.77-.99 1.31-1.31m-2.84-.61c-.46-.24-.83-.61-1.07-1.07l-.99-1.91L7.92 7c.46.24.83.61 1.07 1.07l1 1.92z"/><path d="M8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6c0 .38-.03.75-.1 1.1c.34.08.66.2.95.36c.1-.47.15-.96.15-1.46c0-3.87-3.13-7-7-7S1 4.13 1 8s3.13 7 7 7c.5 0 .99-.05 1.46-.15c-.16-.29-.28-.61-.36-.95c-.35.07-.72.1-1.1.1"/><path d="M13 16a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
</template>

CSS

.icon-compass-dot {
  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%3E%3Cpath%20d%3D%22M10.91%209.6c-.01-.02-.02-.05-.03-.07l-1-1.93c-.34-.63-.86-1.16-1.5-1.49l-1.91-.99c-.86-.44-1.79.49-1.35%201.35l.99%201.91c.33.64.86%201.16%201.49%201.5l1.93%201c.02.01.05.02.07.03c.32-.54.77-.99%201.31-1.31m-2.84-.61c-.46-.24-.83-.61-1.07-1.07l-.99-1.91L7.92%207c.46.24.83.61%201.07%201.07l1%201.92z%22%2F%3E%3Cpath%20d%3D%22M8%2014c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206c0%20.38-.03.75-.1%201.1c.34.08.66.2.95.36c.1-.47.15-.96.15-1.46c0-3.87-3.13-7-7-7S1%204.13%201%208s3.13%207%207%207c.5%200%20.99-.05%201.46-.15c-.16-.29-.28-.61-.36-.95c-.35.07-.72.1-1.1.1%22%2F%3E%3Cpath%20d%3D%22M13%2016a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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%3E%3Cpath%20d%3D%22M10.91%209.6c-.01-.02-.02-.05-.03-.07l-1-1.93c-.34-.63-.86-1.16-1.5-1.49l-1.91-.99c-.86-.44-1.79.49-1.35%201.35l.99%201.91c.33.64.86%201.16%201.49%201.5l1.93%201c.02.01.05.02.07.03c.32-.54.77-.99%201.31-1.31m-2.84-.61c-.46-.24-.83-.61-1.07-1.07l-.99-1.91L7.92%207c.46.24.83.61%201.07%201.07l1%201.92z%22%2F%3E%3Cpath%20d%3D%22M8%2014c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206c0%20.38-.03.75-.1%201.1c.34.08.66.2.95.36c.1-.47.15-.96.15-1.46c0-3.87-3.13-7-7-7S1%204.13%201%208s3.13%207%207%207c.5%200%20.99-.05%201.46-.15c-.16-.29-.28-.61-.36-.95c-.35.07-.72.1-1.1.1%22%2F%3E%3Cpath%20d%3D%22M13%2016a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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-dot.svg?color=%231a73e8&size=48