math-compass from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.

Name
math-compass
Set
Material Design Icons
Style
Filled
Category
Drawing / Art
Viewbox
24×24
License
Apache 2.0
Aliases
maths-compass

More drawing / art icons from Material Design Icons

Use the math compass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.88V22l-1.8-1.17l-4.79-9c.66-.21 1.26-.55 1.78-1zM15 7a3 3 0 0 1-3 3h-.44L5.8 20.83L4 22v-2.12L9.79 9c-1.1-1.23-1-3.13.24-4.24C10.57 4.28 11.27 4 12 4V2a1 1 0 0 1 1 1v1.18c1.2.42 2 1.55 2 2.82m-2 0a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiMathCompass(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="M20 19.88V22l-1.8-1.17l-4.79-9c.66-.21 1.26-.55 1.78-1zM15 7a3 3 0 0 1-3 3h-.44L5.8 20.83L4 22v-2.12L9.79 9c-1.1-1.23-1-3.13.24-4.24C10.57 4.28 11.27 4 12 4V2a1 1 0 0 1 1 1v1.18c1.2.42 2 1.55 2 2.82m-2 0a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.88V22l-1.8-1.17l-4.79-9c.66-.21 1.26-.55 1.78-1zM15 7a3 3 0 0 1-3 3h-.44L5.8 20.83L4 22v-2.12L9.79 9c-1.1-1.23-1-3.13.24-4.24C10.57 4.28 11.27 4 12 4V2a1 1 0 0 1 1 1v1.18c1.2.42 2 1.55 2 2.82m-2 0a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1"/></svg>
</template>

CSS

.icon-math-compass {
  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%22M20%2019.88V22l-1.8-1.17l-4.79-9c.66-.21%201.26-.55%201.78-1zM15%207a3%203%200%200%201-3%203h-.44L5.8%2020.83L4%2022v-2.12L9.79%209c-1.1-1.23-1-3.13.24-4.24C10.57%204.28%2011.27%204%2012%204V2a1%201%200%200%201%201%201v1.18c1.2.42%202%201.55%202%202.82m-2%200a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1%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%22M20%2019.88V22l-1.8-1.17l-4.79-9c.66-.21%201.26-.55%201.78-1zM15%207a3%203%200%200%201-3%203h-.44L5.8%2020.83L4%2022v-2.12L9.79%209c-1.1-1.23-1-3.13.24-4.24C10.57%204.28%2011.27%204%2012%204V2a1%201%200%200%201%201%201v1.18c1.2.42%202%201.55%202%202.82m-2%200a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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