compass rose icon

compass-rose-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
compass-rose-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the compass rose icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m247 116.39l-20.47-5.34A100.27 100.27 0 0 0 145 29.44L139.61 9a12 12 0 0 0-23.22 0l-5.34 20.47a100.27 100.27 0 0 0-81.61 81.61L9 116.39a12 12 0 0 0 0 23.22L29.44 145a100.27 100.27 0 0 0 81.61 81.61l5.34 20.39a12 12 0 0 0 23.22 0l5.39-20.44A100.27 100.27 0 0 0 226.56 145l20.44-5.39a12 12 0 0 0 0-23.22m-46.88-12.23l-38.31-10l-10-38.31a76.32 76.32 0 0 1 48.34 48.31Zm-82.8-3.78L128 59.54l10.65 40.84L128 111ZM128 145l10.65 10.65L128 196.46l-10.65-40.84Zm-27.62-27.62L111 128l-10.65 10.65L59.54 128Zm55.24 21.3L145 128l10.65-10.65L196.46 128Zm-51.46-82.8l-10 38.31l-38.31 10a76.32 76.32 0 0 1 48.31-48.34Zm-48.31 96l38.31 10l10 38.31a76.32 76.32 0 0 1-48.31-48.35Zm96 48.31l10-38.31l38.31-10a76.32 76.32 0 0 1-48.32 48.27Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCompassRoseBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m247 116.39l-20.47-5.34A100.27 100.27 0 0 0 145 29.44L139.61 9a12 12 0 0 0-23.22 0l-5.34 20.47a100.27 100.27 0 0 0-81.61 81.61L9 116.39a12 12 0 0 0 0 23.22L29.44 145a100.27 100.27 0 0 0 81.61 81.61l5.34 20.39a12 12 0 0 0 23.22 0l5.39-20.44A100.27 100.27 0 0 0 226.56 145l20.44-5.39a12 12 0 0 0 0-23.22m-46.88-12.23l-38.31-10l-10-38.31a76.32 76.32 0 0 1 48.34 48.31Zm-82.8-3.78L128 59.54l10.65 40.84L128 111ZM128 145l10.65 10.65L128 196.46l-10.65-40.84Zm-27.62-27.62L111 128l-10.65 10.65L59.54 128Zm55.24 21.3L145 128l10.65-10.65L196.46 128Zm-51.46-82.8l-10 38.31l-38.31 10a76.32 76.32 0 0 1 48.31-48.34Zm-48.31 96l38.31 10l10 38.31a76.32 76.32 0 0 1-48.31-48.35Zm96 48.31l10-38.31l38.31-10a76.32 76.32 0 0 1-48.32 48.27Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m247 116.39l-20.47-5.34A100.27 100.27 0 0 0 145 29.44L139.61 9a12 12 0 0 0-23.22 0l-5.34 20.47a100.27 100.27 0 0 0-81.61 81.61L9 116.39a12 12 0 0 0 0 23.22L29.44 145a100.27 100.27 0 0 0 81.61 81.61l5.34 20.39a12 12 0 0 0 23.22 0l5.39-20.44A100.27 100.27 0 0 0 226.56 145l20.44-5.39a12 12 0 0 0 0-23.22m-46.88-12.23l-38.31-10l-10-38.31a76.32 76.32 0 0 1 48.34 48.31Zm-82.8-3.78L128 59.54l10.65 40.84L128 111ZM128 145l10.65 10.65L128 196.46l-10.65-40.84Zm-27.62-27.62L111 128l-10.65 10.65L59.54 128Zm55.24 21.3L145 128l10.65-10.65L196.46 128Zm-51.46-82.8l-10 38.31l-38.31 10a76.32 76.32 0 0 1 48.31-48.34Zm-48.31 96l38.31 10l10 38.31a76.32 76.32 0 0 1-48.31-48.35Zm96 48.31l10-38.31l38.31-10a76.32 76.32 0 0 1-48.32 48.27Z"/></svg>
</template>

CSS

.icon-compass-rose-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m247%20116.39l-20.47-5.34A100.27%20100.27%200%200%200%20145%2029.44L139.61%209a12%2012%200%200%200-23.22%200l-5.34%2020.47a100.27%20100.27%200%200%200-81.61%2081.61L9%20116.39a12%2012%200%200%200%200%2023.22L29.44%20145a100.27%20100.27%200%200%200%2081.61%2081.61l5.34%2020.39a12%2012%200%200%200%2023.22%200l5.39-20.44A100.27%20100.27%200%200%200%20226.56%20145l20.44-5.39a12%2012%200%200%200%200-23.22m-46.88-12.23l-38.31-10l-10-38.31a76.32%2076.32%200%200%201%2048.34%2048.31Zm-82.8-3.78L128%2059.54l10.65%2040.84L128%20111ZM128%20145l10.65%2010.65L128%20196.46l-10.65-40.84Zm-27.62-27.62L111%20128l-10.65%2010.65L59.54%20128Zm55.24%2021.3L145%20128l10.65-10.65L196.46%20128Zm-51.46-82.8l-10%2038.31l-38.31%2010a76.32%2076.32%200%200%201%2048.31-48.34Zm-48.31%2096l38.31%2010l10%2038.31a76.32%2076.32%200%200%201-48.31-48.35Zm96%2048.31l10-38.31l38.31-10a76.32%2076.32%200%200%201-48.32%2048.27Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m247%20116.39l-20.47-5.34A100.27%20100.27%200%200%200%20145%2029.44L139.61%209a12%2012%200%200%200-23.22%200l-5.34%2020.47a100.27%20100.27%200%200%200-81.61%2081.61L9%20116.39a12%2012%200%200%200%200%2023.22L29.44%20145a100.27%20100.27%200%200%200%2081.61%2081.61l5.34%2020.39a12%2012%200%200%200%2023.22%200l5.39-20.44A100.27%20100.27%200%200%200%20226.56%20145l20.44-5.39a12%2012%200%200%200%200-23.22m-46.88-12.23l-38.31-10l-10-38.31a76.32%2076.32%200%200%201%2048.34%2048.31Zm-82.8-3.78L128%2059.54l10.65%2040.84L128%20111ZM128%20145l10.65%2010.65L128%20196.46l-10.65-40.84Zm-27.62-27.62L111%20128l-10.65%2010.65L59.54%20128Zm55.24%2021.3L145%20128l10.65-10.65L196.46%20128Zm-51.46-82.8l-10%2038.31l-38.31%2010a76.32%2076.32%200%200%201%2048.31-48.34Zm-48.31%2096l38.31%2010l10%2038.31a76.32%2076.32%200%200%201-48.31-48.35Zm96%2048.31l10-38.31l38.31-10a76.32%2076.32%200%200%201-48.32%2048.27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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