compass calibration icon

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

Name
compass-calibration
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
compass-calibration-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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="M9.165 19.22Q8 18.056 8 16.385t1.165-2.836T12 12.385t2.836 1.164T16 16.384q0 1.672-1.164 2.836Q13.67 20.385 12 20.385T9.165 19.22m-2.126-7.8L3.462 7.803Q5.25 6.265 7.443 5.44Q9.637 4.616 12 4.616t4.557.825q2.193.825 3.982 2.364l-3.578 3.615q-1.044-.871-2.319-1.337T12 9.616t-2.642.466t-2.32 1.337"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCompassCalibration(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="M9.165 19.22Q8 18.056 8 16.385t1.165-2.836T12 12.385t2.836 1.164T16 16.384q0 1.672-1.164 2.836Q13.67 20.385 12 20.385T9.165 19.22m-2.126-7.8L3.462 7.803Q5.25 6.265 7.443 5.44Q9.637 4.616 12 4.616t4.557.825q2.193.825 3.982 2.364l-3.578 3.615q-1.044-.871-2.319-1.337T12 9.616t-2.642.466t-2.32 1.337"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.165 19.22Q8 18.056 8 16.385t1.165-2.836T12 12.385t2.836 1.164T16 16.384q0 1.672-1.164 2.836Q13.67 20.385 12 20.385T9.165 19.22m-2.126-7.8L3.462 7.803Q5.25 6.265 7.443 5.44Q9.637 4.616 12 4.616t4.557.825q2.193.825 3.982 2.364l-3.578 3.615q-1.044-.871-2.319-1.337T12 9.616t-2.642.466t-2.32 1.337"/></svg>
</template>

CSS

.icon-compass-calibration {
  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%22M9.165%2019.22Q8%2018.056%208%2016.385t1.165-2.836T12%2012.385t2.836%201.164T16%2016.384q0%201.672-1.164%202.836Q13.67%2020.385%2012%2020.385T9.165%2019.22m-2.126-7.8L3.462%207.803Q5.25%206.265%207.443%205.44Q9.637%204.616%2012%204.616t4.557.825q2.193.825%203.982%202.364l-3.578%203.615q-1.044-.871-2.319-1.337T12%209.616t-2.642.466t-2.32%201.337%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%22M9.165%2019.22Q8%2018.056%208%2016.385t1.165-2.836T12%2012.385t2.836%201.164T16%2016.384q0%201.672-1.164%202.836Q13.67%2020.385%2012%2020.385T9.165%2019.22m-2.126-7.8L3.462%207.803Q5.25%206.265%207.443%205.44Q9.637%204.616%2012%204.616t4.557.825q2.193.825%203.982%202.364l-3.578%203.615q-1.044-.871-2.319-1.337T12%209.616t-2.642.466t-2.32%201.337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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