compass-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
compass-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the compass 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.5A1.5 1.5 0 0 1 13.5 3v1.837a3.5 3.5 0 0 1 1.035 5.576l1.503 3.908A7.5 7.5 0 0 0 17.591 13a1.5 1.5 0 1 1 2.235 2a10.6 10.6 0 0 1-2.695 2.163l1.269 3.299a1.5 1.5 0 0 1-2.8 1.076l-1.27-3.298a10.5 10.5 0 0 1-4.663 0L8.4 21.539a1.5 1.5 0 1 1-2.8-1.078l3.865-10.048A3.5 3.5 0 0 1 10.5 4.837V3A1.5 1.5 0 0 1 12 1.5m0 10.679l-1.239 3.22a7.6 7.6 0 0 0 2.477 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCompass2Fill(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" fillRule="evenodd" d="M12 1.5A1.5 1.5 0 0 1 13.5 3v1.837a3.5 3.5 0 0 1 1.035 5.576l1.503 3.908A7.5 7.5 0 0 0 17.591 13a1.5 1.5 0 1 1 2.235 2a10.6 10.6 0 0 1-2.695 2.163l1.269 3.299a1.5 1.5 0 0 1-2.8 1.076l-1.27-3.298a10.5 10.5 0 0 1-4.663 0L8.4 21.539a1.5 1.5 0 1 1-2.8-1.078l3.865-10.048A3.5 3.5 0 0 1 10.5 4.837V3A1.5 1.5 0 0 1 12 1.5m0 10.679l-1.239 3.22a7.6 7.6 0 0 0 2.477 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.5A1.5 1.5 0 0 1 13.5 3v1.837a3.5 3.5 0 0 1 1.035 5.576l1.503 3.908A7.5 7.5 0 0 0 17.591 13a1.5 1.5 0 1 1 2.235 2a10.6 10.6 0 0 1-2.695 2.163l1.269 3.299a1.5 1.5 0 0 1-2.8 1.076l-1.27-3.298a10.5 10.5 0 0 1-4.663 0L8.4 21.539a1.5 1.5 0 1 1-2.8-1.078l3.865-10.048A3.5 3.5 0 0 1 10.5 4.837V3A1.5 1.5 0 0 1 12 1.5m0 10.679l-1.239 3.22a7.6 7.6 0 0 0 2.477 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-compass-2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.5A1.5%201.5%200%200%201%2013.5%203v1.837a3.5%203.5%200%200%201%201.035%205.576l1.503%203.908A7.5%207.5%200%200%200%2017.591%2013a1.5%201.5%200%201%201%202.235%202a10.6%2010.6%200%200%201-2.695%202.163l1.269%203.299a1.5%201.5%200%200%201-2.8%201.076l-1.27-3.298a10.5%2010.5%200%200%201-4.663%200L8.4%2021.539a1.5%201.5%200%201%201-2.8-1.078l3.865-10.048A3.5%203.5%200%200%201%2010.5%204.837V3A1.5%201.5%200%200%201%2012%201.5m0%2010.679l-1.239%203.22a7.6%207.6%200%200%200%202.477%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.5A1.5%201.5%200%200%201%2013.5%203v1.837a3.5%203.5%200%200%201%201.035%205.576l1.503%203.908A7.5%207.5%200%200%200%2017.591%2013a1.5%201.5%200%201%201%202.235%202a10.6%2010.6%200%200%201-2.695%202.163l1.269%203.299a1.5%201.5%200%200%201-2.8%201.076l-1.27-3.298a10.5%2010.5%200%200%201-4.663%200L8.4%2021.539a1.5%201.5%200%201%201-2.8-1.078l3.865-10.048A3.5%203.5%200%200%201%2010.5%204.837V3A1.5%201.5%200%200%201%2012%201.5m0%2010.679l-1.239%203.22a7.6%207.6%200%200%200%202.477%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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