compass rose icon
compass-rose from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- compass-rose
- Set
- Phosphor
- Style
- Regular
- 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-95.49 22.9L139.31 128l15.14-15.14L215 128Zm-52.9 0L41 128l60.57-15.14L116.69 128Zm104.22-33.94L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97m-62.63-7.65L128 116.69l-15.14-15.14L128 41ZM109.2 50.23L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97m-59 96.57l47.2 11.8l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm62.63 7.65L128 139.31l15.14 15.14L128 215Zm33.94 51.32l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.97Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCompassRose(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-95.49 22.9L139.31 128l15.14-15.14L215 128Zm-52.9 0L41 128l60.57-15.14L116.69 128Zm104.22-33.94L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97m-62.63-7.65L128 116.69l-15.14-15.14L128 41ZM109.2 50.23L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97m-59 96.57l47.2 11.8l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm62.63 7.65L128 139.31l15.14 15.14L128 215Zm33.94 51.32l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.97Z"/></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-95.49 22.9L139.31 128l15.14-15.14L215 128Zm-52.9 0L41 128l60.57-15.14L116.69 128Zm104.22-33.94L158.6 97.4l-11.8-47.17a79.88 79.88 0 0 1 58.97 58.97m-62.63-7.65L128 116.69l-15.14-15.14L128 41ZM109.2 50.23L97.4 97.4l-47.17 11.8a79.88 79.88 0 0 1 58.97-58.97m-59 96.57l47.2 11.8l11.8 47.17a79.88 79.88 0 0 1-58.97-58.97Zm62.63 7.65L128 139.31l15.14 15.14L128 215Zm33.94 51.32l11.8-47.17l47.17-11.8a79.88 79.88 0 0 1-58.94 58.97Z"/></svg> </template>
CSS
.icon-compass-rose {
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-95.49%2022.9L139.31%20128l15.14-15.14L215%20128Zm-52.9%200L41%20128l60.57-15.14L116.69%20128Zm104.22-33.94L158.6%2097.4l-11.8-47.17a79.88%2079.88%200%200%201%2058.97%2058.97m-62.63-7.65L128%20116.69l-15.14-15.14L128%2041ZM109.2%2050.23L97.4%2097.4l-47.17%2011.8a79.88%2079.88%200%200%201%2058.97-58.97m-59%2096.57l47.2%2011.8l11.8%2047.17a79.88%2079.88%200%200%201-58.97-58.97Zm62.63%207.65L128%20139.31l15.14%2015.14L128%20215Zm33.94%2051.32l11.8-47.17l47.17-11.8a79.88%2079.88%200%200%201-58.94%2058.97Z%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-95.49%2022.9L139.31%20128l15.14-15.14L215%20128Zm-52.9%200L41%20128l60.57-15.14L116.69%20128Zm104.22-33.94L158.6%2097.4l-11.8-47.17a79.88%2079.88%200%200%201%2058.97%2058.97m-62.63-7.65L128%20116.69l-15.14-15.14L128%2041ZM109.2%2050.23L97.4%2097.4l-47.17%2011.8a79.88%2079.88%200%200%201%2058.97-58.97m-59%2096.57l47.2%2011.8l11.8%2047.17a79.88%2079.88%200%200%201-58.97-58.97Zm62.63%207.65L128%20139.31l15.14%2015.14L128%20215Zm33.94%2051.32l11.8-47.17l47.17-11.8a79.88%2079.88%200%200%201-58.94%2058.97Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/compass-rose.svg?color=%231a73e8&size=48