compass calibration icon
compass-calibration-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- compass-calibration-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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.463m5.662-1.412Q15 18.25 15 17t-.875-2.125T12 14t-2.125.875T9 17t.875 2.125T12 20t2.125-.875m-4.437-8.737q-1.113.387-1.988 1.162q-.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.388M7.15 9.5q1.05-.75 2.288-1.125T12 8t2.538.363T16.85 9.45l2.2-2.2q-1.55-1.1-3.338-1.675T12 5t-3.713.575T4.95 7.25zM12 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCompassCalibrationOutlineRounded(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.463m5.662-1.412Q15 18.25 15 17t-.875-2.125T12 14t-2.125.875T9 17t.875 2.125T12 20t2.125-.875m-4.437-8.737q-1.113.387-1.988 1.162q-.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.388M7.15 9.5q1.05-.75 2.288-1.125T12 8t2.538.363T16.85 9.45l2.2-2.2q-1.55-1.1-3.338-1.675T12 5t-3.713.575T4.95 7.25zM12 17"/></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.463m5.662-1.412Q15 18.25 15 17t-.875-2.125T12 14t-2.125.875T9 17t.875 2.125T12 20t2.125-.875m-4.437-8.737q-1.113.387-1.988 1.162q-.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.388M7.15 9.5q1.05-.75 2.288-1.125T12 8t2.538.363T16.85 9.45l2.2-2.2q-1.55-1.1-3.338-1.675T12 5t-3.713.575T4.95 7.25zM12 17"/></svg> </template>
CSS
.icon-compass-calibration-outline-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.463m5.662-1.412Q15%2018.25%2015%2017t-.875-2.125T12%2014t-2.125.875T9%2017t.875%202.125T12%2020t2.125-.875m-4.437-8.737q-1.113.387-1.988%201.162q-.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.388M7.15%209.5q1.05-.75%202.288-1.125T12%208t2.538.363T16.85%209.45l2.2-2.2q-1.55-1.1-3.338-1.675T12%205t-3.713.575T4.95%207.25zM12%2017%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.463m5.662-1.412Q15%2018.25%2015%2017t-.875-2.125T12%2014t-2.125.875T9%2017t.875%202.125T12%2020t2.125-.875m-4.437-8.737q-1.113.387-1.988%201.162q-.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.388M7.15%209.5q1.05-.75%202.288-1.125T12%208t2.538.363T16.85%209.45l2.2-2.2q-1.55-1.1-3.338-1.675T12%205t-3.713.575T4.95%207.25zM12%2017%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-outline-rounded.svg?color=%231a73e8&size=48