compass-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
compass-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the compass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.727a10.25 10.25 0 1 0 10.25 10.25A10.26 10.26 0 0 0 12 1.727m-2.15 8.38a.4.4 0 0 1 .1-.17a.46.46 0 0 1 .18-.11l6-2l-2 6.06a.5.5 0 0 1-.1.15a.37.37 0 0 1-.17.1l-6 2z"/></svg>

React

import type { SVGProps } from "react";

export function MageCompassFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.727a10.25 10.25 0 1 0 10.25 10.25A10.26 10.26 0 0 0 12 1.727m-2.15 8.38a.4.4 0 0 1 .1-.17a.46.46 0 0 1 .18-.11l6-2l-2 6.06a.5.5 0 0 1-.1.15a.37.37 0 0 1-.17.1l-6 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.727a10.25 10.25 0 1 0 10.25 10.25A10.26 10.26 0 0 0 12 1.727m-2.15 8.38a.4.4 0 0 1 .1-.17a.46.46 0 0 1 .18-.11l6-2l-2 6.06a.5.5 0 0 1-.1.15a.37.37 0 0 1-.17.1l-6 2z"/></svg>
</template>

CSS

.icon-compass-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.727a10.25%2010.25%200%201%200%2010.25%2010.25A10.26%2010.26%200%200%200%2012%201.727m-2.15%208.38a.4.4%200%200%201%20.1-.17a.46.46%200%200%201%20.18-.11l6-2l-2%206.06a.5.5%200%200%201-.1.15a.37.37%200%200%201-.17.1l-6%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.727a10.25%2010.25%200%201%200%2010.25%2010.25A10.26%2010.26%200%200%200%2012%201.727m-2.15%208.38a.4.4%200%200%201%20.1-.17a.46.46%200%200%201%20.18-.11l6-2l-2%206.06a.5.5%200%200%201-.1.15a.37.37%200%200%201-.17.1l-6%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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