compass tool icon

compass-tool-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
compass-tool-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the compass tool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.34 122.73a6 6 0 1 0-10.68-5.46a81.8 81.8 0 0 1-35.81 35.36l-18.14-40.8A38 38 0 0 0 134 42.48V24a6 6 0 0 0-12 0v18.48a38 38 0 0 0-14.71 69.35L58.52 221.56a6 6 0 1 0 11 4.88l25.9-58.26A93.4 93.4 0 0 0 128 174a97 97 0 0 0 32.68-5.69l25.84 58.13a6 6 0 1 0 11-4.88l-25.77-58a93.92 93.92 0 0 0 41.59-40.83M128 54a26 26 0 1 1-26 26a26 26 0 0 1 26-26m0 108a81.5 81.5 0 0 1-27.73-4.83l18-40.45a37.85 37.85 0 0 0 19.52 0l18 40.6A85.3 85.3 0 0 1 128 162"/></svg>

React

import type { SVGProps } from "react";

export function PhCompassToolLight(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="M213.34 122.73a6 6 0 1 0-10.68-5.46a81.8 81.8 0 0 1-35.81 35.36l-18.14-40.8A38 38 0 0 0 134 42.48V24a6 6 0 0 0-12 0v18.48a38 38 0 0 0-14.71 69.35L58.52 221.56a6 6 0 1 0 11 4.88l25.9-58.26A93.4 93.4 0 0 0 128 174a97 97 0 0 0 32.68-5.69l25.84 58.13a6 6 0 1 0 11-4.88l-25.77-58a93.92 93.92 0 0 0 41.59-40.83M128 54a26 26 0 1 1-26 26a26 26 0 0 1 26-26m0 108a81.5 81.5 0 0 1-27.73-4.83l18-40.45a37.85 37.85 0 0 0 19.52 0l18 40.6A85.3 85.3 0 0 1 128 162"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.34 122.73a6 6 0 1 0-10.68-5.46a81.8 81.8 0 0 1-35.81 35.36l-18.14-40.8A38 38 0 0 0 134 42.48V24a6 6 0 0 0-12 0v18.48a38 38 0 0 0-14.71 69.35L58.52 221.56a6 6 0 1 0 11 4.88l25.9-58.26A93.4 93.4 0 0 0 128 174a97 97 0 0 0 32.68-5.69l25.84 58.13a6 6 0 1 0 11-4.88l-25.77-58a93.92 93.92 0 0 0 41.59-40.83M128 54a26 26 0 1 1-26 26a26 26 0 0 1 26-26m0 108a81.5 81.5 0 0 1-27.73-4.83l18-40.45a37.85 37.85 0 0 0 19.52 0l18 40.6A85.3 85.3 0 0 1 128 162"/></svg>
</template>

CSS

.icon-compass-tool-light {
  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%22M213.34%20122.73a6%206%200%201%200-10.68-5.46a81.8%2081.8%200%200%201-35.81%2035.36l-18.14-40.8A38%2038%200%200%200%20134%2042.48V24a6%206%200%200%200-12%200v18.48a38%2038%200%200%200-14.71%2069.35L58.52%20221.56a6%206%200%201%200%2011%204.88l25.9-58.26A93.4%2093.4%200%200%200%20128%20174a97%2097%200%200%200%2032.68-5.69l25.84%2058.13a6%206%200%201%200%2011-4.88l-25.77-58a93.92%2093.92%200%200%200%2041.59-40.83M128%2054a26%2026%200%201%201-26%2026a26%2026%200%200%201%2026-26m0%20108a81.5%2081.5%200%200%201-27.73-4.83l18-40.45a37.85%2037.85%200%200%200%2019.52%200l18%2040.6A85.3%2085.3%200%200%201%20128%20162%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%22M213.34%20122.73a6%206%200%201%200-10.68-5.46a81.8%2081.8%200%200%201-35.81%2035.36l-18.14-40.8A38%2038%200%200%200%20134%2042.48V24a6%206%200%200%200-12%200v18.48a38%2038%200%200%200-14.71%2069.35L58.52%20221.56a6%206%200%201%200%2011%204.88l25.9-58.26A93.4%2093.4%200%200%200%20128%20174a97%2097%200%200%200%2032.68-5.69l25.84%2058.13a6%206%200%201%200%2011-4.88l-25.77-58a93.92%2093.92%200%200%200%2041.59-40.83M128%2054a26%2026%200%201%201-26%2026a26%2026%200%200%201%2026-26m0%20108a81.5%2081.5%200%200%201-27.73-4.83l18-40.45a37.85%2037.85%200%200%200%2019.52%200l18%2040.6A85.3%2085.3%200%200%201%20128%20162%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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