compass calibration icon
compass-calibration from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- compass-calibration
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- compass-calibration-sharp
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.463M7 12.15l-5-5q2-2 4.588-3.075T12 3t5.413 1.075T22 7.15l-5 5q-1.025-1.025-2.3-1.588T12 10t-2.7.563T7 12.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCompassCalibration(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.463M7 12.15l-5-5q2-2 4.588-3.075T12 3t5.413 1.075T22 7.15l-5 5q-1.025-1.025-2.3-1.588T12 10t-2.7.563T7 12.15"/></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.463M7 12.15l-5-5q2-2 4.588-3.075T12 3t5.413 1.075T22 7.15l-5 5q-1.025-1.025-2.3-1.588T12 10t-2.7.563T7 12.15"/></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%22M8.463%2020.538Q7%2019.075%207%2017t1.463-3.537T12%2012t3.538%201.463T17%2017t-1.463%203.538T12%2022t-3.537-1.463M7%2012.15l-5-5q2-2%204.588-3.075T12%203t5.413%201.075T22%207.15l-5%205q-1.025-1.025-2.3-1.588T12%2010t-2.7.563T7%2012.15%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.463M7%2012.15l-5-5q2-2%204.588-3.075T12%203t5.413%201.075T22%207.15l-5%205q-1.025-1.025-2.3-1.588T12%2010t-2.7.563T7%2012.15%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.svg?color=%231a73e8&size=48