compass from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
compass
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the compass emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m23.75 16.21l-5.65-.884l-.166-.29l1.646-2.256c.18-.24-.12-.54-.37-.37l-2.266 1.653l-.27-.153l-.884-5.66c-.05-.33-.53-.33-.58 0l-.693 4.43l-3.598-2.054l-.003-.001c-.84-.472-1.76.456-1.292 1.291l2.057 3.601l-4.431.693c-.33.05-.33.53 0 .58l5.664.886l.152.264l-1.656 2.27c-.18.24.12.54.37.37l2.26-1.648l.286.163l.884 5.655c.05.33.53.33.58 0l.692-4.426l3.596 2.05l.004.002c.837.468 1.766-.452 1.293-1.294l-2.049-3.6l4.424-.692c.33-.05.33-.53 0-.58"/><path d="M25.766 7.733c.377.171.795.267 1.234.267c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3c0 .44.096.857.267 1.234A13.45 13.45 0 0 0 15.5 3C8.044 3 2 9.044 2 16.5S8.044 30 15.5 30S29 23.956 29 16.5a13.45 13.45 0 0 0-3.234-8.767m.944-2.453a.974.974 0 0 0-1.303-.053a1.609 1.609 0 1 1 3.203-.237a1.61 1.61 0 0 1-1.848 1.593a.97.97 0 0 0-.052-1.303M26 16.5C26 22.299 21.299 27 15.5 27S5 22.299 5 16.5S9.701 6 15.5 6S26 10.701 26 16.5"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCompass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m23.75 16.21l-5.65-.884l-.166-.29l1.646-2.256c.18-.24-.12-.54-.37-.37l-2.266 1.653l-.27-.153l-.884-5.66c-.05-.33-.53-.33-.58 0l-.693 4.43l-3.598-2.054l-.003-.001c-.84-.472-1.76.456-1.292 1.291l2.057 3.601l-4.431.693c-.33.05-.33.53 0 .58l5.664.886l.152.264l-1.656 2.27c-.18.24.12.54.37.37l2.26-1.648l.286.163l.884 5.655c.05.33.53.33.58 0l.692-4.426l3.596 2.05l.004.002c.837.468 1.766-.452 1.293-1.294l-2.049-3.6l4.424-.692c.33-.05.33-.53 0-.58"/><path d="M25.766 7.733c.377.171.795.267 1.234.267c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3c0 .44.096.857.267 1.234A13.45 13.45 0 0 0 15.5 3C8.044 3 2 9.044 2 16.5S8.044 30 15.5 30S29 23.956 29 16.5a13.45 13.45 0 0 0-3.234-8.767m.944-2.453a.974.974 0 0 0-1.303-.053a1.609 1.609 0 1 1 3.203-.237a1.61 1.61 0 0 1-1.848 1.593a.97.97 0 0 0-.052-1.303M26 16.5C26 22.299 21.299 27 15.5 27S5 22.299 5 16.5S9.701 6 15.5 6S26 10.701 26 16.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m23.75 16.21l-5.65-.884l-.166-.29l1.646-2.256c.18-.24-.12-.54-.37-.37l-2.266 1.653l-.27-.153l-.884-5.66c-.05-.33-.53-.33-.58 0l-.693 4.43l-3.598-2.054l-.003-.001c-.84-.472-1.76.456-1.292 1.291l2.057 3.601l-4.431.693c-.33.05-.33.53 0 .58l5.664.886l.152.264l-1.656 2.27c-.18.24.12.54.37.37l2.26-1.648l.286.163l.884 5.655c.05.33.53.33.58 0l.692-4.426l3.596 2.05l.004.002c.837.468 1.766-.452 1.293-1.294l-2.049-3.6l4.424-.692c.33-.05.33-.53 0-.58"/><path d="M25.766 7.733c.377.171.795.267 1.234.267c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3c0 .44.096.857.267 1.234A13.45 13.45 0 0 0 15.5 3C8.044 3 2 9.044 2 16.5S8.044 30 15.5 30S29 23.956 29 16.5a13.45 13.45 0 0 0-3.234-8.767m.944-2.453a.974.974 0 0 0-1.303-.053a1.609 1.609 0 1 1 3.203-.237a1.61 1.61 0 0 1-1.848 1.593a.97.97 0 0 0-.052-1.303M26 16.5C26 22.299 21.299 27 15.5 27S5 22.299 5 16.5S9.701 6 15.5 6S26 10.701 26 16.5"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m23.75%2016.21l-5.65-.884l-.166-.29l1.646-2.256c.18-.24-.12-.54-.37-.37l-2.266%201.653l-.27-.153l-.884-5.66c-.05-.33-.53-.33-.58%200l-.693%204.43l-3.598-2.054l-.003-.001c-.84-.472-1.76.456-1.292%201.291l2.057%203.601l-4.431.693c-.33.05-.33.53%200%20.58l5.664.886l.152.264l-1.656%202.27c-.18.24.12.54.37.37l2.26-1.648l.286.163l.884%205.655c.05.33.53.33.58%200l.692-4.426l3.596%202.05l.004.002c.837.468%201.766-.452%201.293-1.294l-2.049-3.6l4.424-.692c.33-.05.33-.53%200-.58%22%2F%3E%3Cpath%20d%3D%22M25.766%207.733c.377.171.795.267%201.234.267c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203c0%20.44.096.857.267%201.234A13.45%2013.45%200%200%200%2015.5%203C8.044%203%202%209.044%202%2016.5S8.044%2030%2015.5%2030S29%2023.956%2029%2016.5a13.45%2013.45%200%200%200-3.234-8.767m.944-2.453a.974.974%200%200%200-1.303-.053a1.609%201.609%200%201%201%203.203-.237a1.61%201.61%200%200%201-1.848%201.593a.97.97%200%200%200-.052-1.303M26%2016.5C26%2022.299%2021.299%2027%2015.5%2027S5%2022.299%205%2016.5S9.701%206%2015.5%206S26%2010.701%2026%2016.5%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m23.75%2016.21l-5.65-.884l-.166-.29l1.646-2.256c.18-.24-.12-.54-.37-.37l-2.266%201.653l-.27-.153l-.884-5.66c-.05-.33-.53-.33-.58%200l-.693%204.43l-3.598-2.054l-.003-.001c-.84-.472-1.76.456-1.292%201.291l2.057%203.601l-4.431.693c-.33.05-.33.53%200%20.58l5.664.886l.152.264l-1.656%202.27c-.18.24.12.54.37.37l2.26-1.648l.286.163l.884%205.655c.05.33.53.33.58%200l.692-4.426l3.596%202.05l.004.002c.837.468%201.766-.452%201.293-1.294l-2.049-3.6l4.424-.692c.33-.05.33-.53%200-.58%22%2F%3E%3Cpath%20d%3D%22M25.766%207.733c.377.171.795.267%201.234.267c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203c0%20.44.096.857.267%201.234A13.45%2013.45%200%200%200%2015.5%203C8.044%203%202%209.044%202%2016.5S8.044%2030%2015.5%2030S29%2023.956%2029%2016.5a13.45%2013.45%200%200%200-3.234-8.767m.944-2.453a.974.974%200%200%200-1.303-.053a1.609%201.609%200%201%201%203.203-.237a1.61%201.61%200%200%201-1.848%201.593a.97.97%200%200%200-.052-1.303M26%2016.5C26%2022.299%2021.299%2027%2015.5%2027S5%2022.299%205%2016.5S9.701%206%2015.5%206S26%2010.701%2026%2016.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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