compass2 icon

compass2-duotone from Reicon by REICON · Duotone · Map · MIT Free for personal and commercial use.

Name
compass2-duotone
Set
Reicon
Style
Duotone
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the compass2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.79 18.975C8.497 21.49 5.35 22.75 3.554 21.529a4.1 4.1 0 0 1-1.083-1.083c-1.221-1.797.037-4.944 2.554-11.236c.537-1.342.806-2.013 1.267-2.54q.177-.201.378-.378c.527-.461 1.198-.73 2.54-1.267c6.292-2.517 9.439-3.775 11.236-2.554c.426.29.793.657 1.083 1.083c1.221 1.797-.038 4.943-2.554 11.236c-.537 1.342-.806 2.013-1.267 2.54q-.177.201-.378.378c-.527.461-1.198.73-2.54 1.267" clip-rule="evenodd" opacity=".5"/><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCompass2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14.79 18.975C8.497 21.49 5.35 22.75 3.554 21.529a4.1 4.1 0 0 1-1.083-1.083c-1.221-1.797.037-4.944 2.554-11.236c.537-1.342.806-2.013 1.267-2.54q.177-.201.378-.378c.527-.461 1.198-.73 2.54-1.267c6.292-2.517 9.439-3.775 11.236-2.554c.426.29.793.657 1.083 1.083c1.221 1.797-.038 4.943-2.554 11.236c-.537 1.342-.806 2.013-1.267 2.54q-.177.201-.378.378c-.527.461-1.198.73-2.54 1.267" clipRule="evenodd" opacity=".5"/><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.79 18.975C8.497 21.49 5.35 22.75 3.554 21.529a4.1 4.1 0 0 1-1.083-1.083c-1.221-1.797.037-4.944 2.554-11.236c.537-1.342.806-2.013 1.267-2.54q.177-.201.378-.378c.527-.461 1.198-.73 2.54-1.267c6.292-2.517 9.439-3.775 11.236-2.554c.426.29.793.657 1.083 1.083c1.221 1.797-.038 4.943-2.554 11.236c-.537 1.342-.806 2.013-1.267 2.54q-.177.201-.378.378c-.527.461-1.198.73-2.54 1.267" clip-rule="evenodd" opacity=".5"/><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5"/></g></svg>
</template>

CSS

.icon-compass2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.79%2018.975C8.497%2021.49%205.35%2022.75%203.554%2021.529a4.1%204.1%200%200%201-1.083-1.083c-1.221-1.797.037-4.944%202.554-11.236c.537-1.342.806-2.013%201.267-2.54q.177-.201.378-.378c.527-.461%201.198-.73%202.54-1.267c6.292-2.517%209.439-3.775%2011.236-2.554c.426.29.793.657%201.083%201.083c1.221%201.797-.038%204.943-2.554%2011.236c-.537%201.342-.806%202.013-1.267%202.54q-.177.201-.378.378c-.527.461-1.198.73-2.54%201.267%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.79%2018.975C8.497%2021.49%205.35%2022.75%203.554%2021.529a4.1%204.1%200%200%201-1.083-1.083c-1.221-1.797.037-4.944%202.554-11.236c.537-1.342.806-2.013%201.267-2.54q.177-.201.378-.378c.527-.461%201.198-.73%202.54-1.267c6.292-2.517%209.439-3.775%2011.236-2.554c.426.29.793.657%201.083%201.083c1.221%201.797-.038%204.943-2.554%2011.236c-.537%201.342-.806%202.013-1.267%202.54q-.177.201-.378.378c-.527.461-1.198.73-2.54%201.267%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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