compass calibration icon

compass-calibration-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
compass-calibration-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the compass calibration icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.463 20.538Q7 19.075 7 17t1.463-3.537T12 12t3.538 1.463T17 17t-1.463 3.538T12 22t-3.537-1.463m1.225-10.15q-1.113.388-1.988 1.163q-.3.275-.687.25t-.663-.3L2.775 7.925q-.3-.3-.3-.75t.35-.725Q4.775 4.8 7.113 3.9T12 3t4.888.9t4.287 2.55q.35.275.35.725t-.3.75L17.65 11.5q-.275.275-.662.3t-.688-.25q-.875-.775-1.987-1.162T12 10t-2.312.388"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCompassCalibrationRounded(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="M8.463 20.538Q7 19.075 7 17t1.463-3.537T12 12t3.538 1.463T17 17t-1.463 3.538T12 22t-3.537-1.463m1.225-10.15q-1.113.388-1.988 1.163q-.3.275-.687.25t-.663-.3L2.775 7.925q-.3-.3-.3-.75t.35-.725Q4.775 4.8 7.113 3.9T12 3t4.888.9t4.287 2.55q.35.275.35.725t-.3.75L17.65 11.5q-.275.275-.662.3t-.688-.25q-.875-.775-1.987-1.162T12 10t-2.312.388"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.463 20.538Q7 19.075 7 17t1.463-3.537T12 12t3.538 1.463T17 17t-1.463 3.538T12 22t-3.537-1.463m1.225-10.15q-1.113.388-1.988 1.163q-.3.275-.687.25t-.663-.3L2.775 7.925q-.3-.3-.3-.75t.35-.725Q4.775 4.8 7.113 3.9T12 3t4.888.9t4.287 2.55q.35.275.35.725t-.3.75L17.65 11.5q-.275.275-.662.3t-.688-.25q-.875-.775-1.987-1.162T12 10t-2.312.388"/></svg>
</template>

CSS

.icon-compass-calibration-rounded {
  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%22M8.463%2020.538Q7%2019.075%207%2017t1.463-3.537T12%2012t3.538%201.463T17%2017t-1.463%203.538T12%2022t-3.537-1.463m1.225-10.15q-1.113.388-1.988%201.163q-.3.275-.687.25t-.663-.3L2.775%207.925q-.3-.3-.3-.75t.35-.725Q4.775%204.8%207.113%203.9T12%203t4.888.9t4.287%202.55q.35.275.35.725t-.3.75L17.65%2011.5q-.275.275-.662.3t-.688-.25q-.875-.775-1.987-1.162T12%2010t-2.312.388%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%22M8.463%2020.538Q7%2019.075%207%2017t1.463-3.537T12%2012t3.538%201.463T17%2017t-1.463%203.538T12%2022t-3.537-1.463m1.225-10.15q-1.113.388-1.988%201.163q-.3.275-.687.25t-.663-.3L2.775%207.925q-.3-.3-.3-.75t.35-.725Q4.775%204.8%207.113%203.9T12%203t4.888.9t4.287%202.55q.35.275.35.725t-.3.75L17.65%2011.5q-.275.275-.662.3t-.688-.25q-.875-.775-1.987-1.162T12%2010t-2.312.388%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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