compass calibration icon

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

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

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.22m4.96-.71q.875-.876.875-2.126t-.875-2.125T12 13.385t-2.125.875T9 16.385t.875 2.125t2.125.875t2.125-.875M9.678 9.965q-1.122.35-2.074 1.047q-.236.18-.54.155q-.304-.026-.522-.243l-2.42-2.46q-.262-.261-.233-.624q.028-.364.32-.581q1.72-1.266 3.692-1.954q1.972-.69 4.099-.69t4.099.689t3.692 1.954q.292.217.32.58q.03.364-.232.625l-2.421 2.46q-.215.226-.517.247t-.545-.158q-.952-.699-2.074-1.048Q13.2 9.616 12 9.616t-2.322.349m-2.528.15q1.05-.75 2.288-1.124T12 8.616t2.538.362t2.312 1.088l2.2-2.2q-1.55-1.1-3.338-1.675T12 5.616t-3.713.575T4.95 7.866zm4.85 6.27"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCompassCalibrationOutlineRounded(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.22m4.96-.71q.875-.876.875-2.126t-.875-2.125T12 13.385t-2.125.875T9 16.385t.875 2.125t2.125.875t2.125-.875M9.678 9.965q-1.122.35-2.074 1.047q-.236.18-.54.155q-.304-.026-.522-.243l-2.42-2.46q-.262-.261-.233-.624q.028-.364.32-.581q1.72-1.266 3.692-1.954q1.972-.69 4.099-.69t4.099.689t3.692 1.954q.292.217.32.58q.03.364-.232.625l-2.421 2.46q-.215.226-.517.247t-.545-.158q-.952-.699-2.074-1.048Q13.2 9.616 12 9.616t-2.322.349m-2.528.15q1.05-.75 2.288-1.124T12 8.616t2.538.362t2.312 1.088l2.2-2.2q-1.55-1.1-3.338-1.675T12 5.616t-3.713.575T4.95 7.866zm4.85 6.27"/></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.22m4.96-.71q.875-.876.875-2.126t-.875-2.125T12 13.385t-2.125.875T9 16.385t.875 2.125t2.125.875t2.125-.875M9.678 9.965q-1.122.35-2.074 1.047q-.236.18-.54.155q-.304-.026-.522-.243l-2.42-2.46q-.262-.261-.233-.624q.028-.364.32-.581q1.72-1.266 3.692-1.954q1.972-.69 4.099-.69t4.099.689t3.692 1.954q.292.217.32.58q.03.364-.232.625l-2.421 2.46q-.215.226-.517.247t-.545-.158q-.952-.699-2.074-1.048Q13.2 9.616 12 9.616t-2.322.349m-2.528.15q1.05-.75 2.288-1.124T12 8.616t2.538.362t2.312 1.088l2.2-2.2q-1.55-1.1-3.338-1.675T12 5.616t-3.713.575T4.95 7.866zm4.85 6.27"/></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%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.22m4.96-.71q.875-.876.875-2.126t-.875-2.125T12%2013.385t-2.125.875T9%2016.385t.875%202.125t2.125.875t2.125-.875M9.678%209.965q-1.122.35-2.074%201.047q-.236.18-.54.155q-.304-.026-.522-.243l-2.42-2.46q-.262-.261-.233-.624q.028-.364.32-.581q1.72-1.266%203.692-1.954q1.972-.69%204.099-.69t4.099.689t3.692%201.954q.292.217.32.58q.03.364-.232.625l-2.421%202.46q-.215.226-.517.247t-.545-.158q-.952-.699-2.074-1.048Q13.2%209.616%2012%209.616t-2.322.349m-2.528.15q1.05-.75%202.288-1.124T12%208.616t2.538.362t2.312%201.088l2.2-2.2q-1.55-1.1-3.338-1.675T12%205.616t-3.713.575T4.95%207.866zm4.85%206.27%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.22m4.96-.71q.875-.876.875-2.126t-.875-2.125T12%2013.385t-2.125.875T9%2016.385t.875%202.125t2.125.875t2.125-.875M9.678%209.965q-1.122.35-2.074%201.047q-.236.18-.54.155q-.304-.026-.522-.243l-2.42-2.46q-.262-.261-.233-.624q.028-.364.32-.581q1.72-1.266%203.692-1.954q1.972-.69%204.099-.69t4.099.689t3.692%201.954q.292.217.32.58q.03.364-.232.625l-2.421%202.46q-.215.226-.517.247t-.545-.158q-.952-.699-2.074-1.048Q13.2%209.616%2012%209.616t-2.322.349m-2.528.15q1.05-.75%202.288-1.124T12%208.616t2.538.362t2.312%201.088l2.2-2.2q-1.55-1.1-3.338-1.675T12%205.616t-3.713.575T4.95%207.866zm4.85%206.27%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-outline-rounded.svg?color=%231a73e8&size=48