compass rose icon

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

Name
compass-rose-fill
Set
Phosphor
Style
Fill
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="m249.94 120.24l-27.05-6.76a95.86 95.86 0 0 0-80.37-80.37l-6.76-27a8 8 0 0 0-15.52 0l-6.76 27.05a95.86 95.86 0 0 0-80.37 80.37l-27 6.76a8 8 0 0 0 0 15.52l27.05 6.76a95.86 95.86 0 0 0 80.37 80.37l6.76 27.05a8 8 0 0 0 15.52 0l6.76-27.05a95.86 95.86 0 0 0 80.37-80.37l27.05-6.76a8 8 0 0 0 0-15.52Zm-44.17-11L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97Zm-96.57-59L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97Zm-59 96.57l47.2 11.79l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm96.57 59l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.93Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCompassRoseFill(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="m249.94 120.24l-27.05-6.76a95.86 95.86 0 0 0-80.37-80.37l-6.76-27a8 8 0 0 0-15.52 0l-6.76 27.05a95.86 95.86 0 0 0-80.37 80.37l-27 6.76a8 8 0 0 0 0 15.52l27.05 6.76a95.86 95.86 0 0 0 80.37 80.37l6.76 27.05a8 8 0 0 0 15.52 0l6.76-27.05a95.86 95.86 0 0 0 80.37-80.37l27.05-6.76a8 8 0 0 0 0-15.52Zm-44.17-11L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97Zm-96.57-59L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97Zm-59 96.57l47.2 11.79l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm96.57 59l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.93Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m249.94 120.24l-27.05-6.76a95.86 95.86 0 0 0-80.37-80.37l-6.76-27a8 8 0 0 0-15.52 0l-6.76 27.05a95.86 95.86 0 0 0-80.37 80.37l-27 6.76a8 8 0 0 0 0 15.52l27.05 6.76a95.86 95.86 0 0 0 80.37 80.37l6.76 27.05a8 8 0 0 0 15.52 0l6.76-27.05a95.86 95.86 0 0 0 80.37-80.37l27.05-6.76a8 8 0 0 0 0-15.52Zm-44.17-11L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97Zm-96.57-59L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97Zm-59 96.57l47.2 11.79l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm96.57 59l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.93Z"/></svg>
</template>

CSS

.icon-compass-rose-fill {
  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%22m249.94%20120.24l-27.05-6.76a95.86%2095.86%200%200%200-80.37-80.37l-6.76-27a8%208%200%200%200-15.52%200l-6.76%2027.05a95.86%2095.86%200%200%200-80.37%2080.37l-27%206.76a8%208%200%200%200%200%2015.52l27.05%206.76a95.86%2095.86%200%200%200%2080.37%2080.37l6.76%2027.05a8%208%200%200%200%2015.52%200l6.76-27.05a95.86%2095.86%200%200%200%2080.37-80.37l27.05-6.76a8%208%200%200%200%200-15.52Zm-44.17-11L158.6%2097.4l-11.8-47.17a79.88%2079.88%200%200%201%2058.97%2058.97Zm-96.57-59L97.4%2097.4l-47.17%2011.8a79.88%2079.88%200%200%201%2058.97-58.97Zm-59%2096.57l47.2%2011.79l11.8%2047.17a79.88%2079.88%200%200%201-58.97-58.97Zm96.57%2059l11.8-47.17l47.17-11.8a79.88%2079.88%200%200%201-58.94%2058.93Z%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%22m249.94%20120.24l-27.05-6.76a95.86%2095.86%200%200%200-80.37-80.37l-6.76-27a8%208%200%200%200-15.52%200l-6.76%2027.05a95.86%2095.86%200%200%200-80.37%2080.37l-27%206.76a8%208%200%200%200%200%2015.52l27.05%206.76a95.86%2095.86%200%200%200%2080.37%2080.37l6.76%2027.05a8%208%200%200%200%2015.52%200l6.76-27.05a95.86%2095.86%200%200%200%2080.37-80.37l27.05-6.76a8%208%200%200%200%200-15.52Zm-44.17-11L158.6%2097.4l-11.8-47.17a79.88%2079.88%200%200%201%2058.97%2058.97Zm-96.57-59L97.4%2097.4l-47.17%2011.8a79.88%2079.88%200%200%201%2058.97-58.97Zm-59%2096.57l47.2%2011.79l11.8%2047.17a79.88%2079.88%200%200%201-58.97-58.97Zm96.57%2059l11.8-47.17l47.17-11.8a79.88%2079.88%200%200%201-58.94%2058.93Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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