ruler square compass icon

ruler-square-compass from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.

Name
ruler-square-compass
Set
Material Design Icons
Style
Filled
Category
Hardware / Tools
Viewbox
24×24
License
Apache 2.0
Aliases
freemasonry, mason, masonic

More hardware / tools icons from Material Design Icons

Use the ruler square 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-9a4.9 4.9 0 0 0 1.78-1M15 7a3 3 0 0 1-3 3a3 3 0 0 1-.44 0L5.8 20.83L4 22v-2.12L9.79 9A3 3 0 0 1 12 4V2a1 1 0 0 1 1 1v1.18A3 3 0 0 1 15 7m-2 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m-8.78 3L6 11.8l-1.44 2.76L2.1 12.1m9.9 5.66l-1.5-1.51L9 19l3 3l3-3l-1.47-2.77M19.78 10L18 11.8l1.5 2.76l2.4-2.46Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRulerSquareCompass(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-9a4.9 4.9 0 0 0 1.78-1M15 7a3 3 0 0 1-3 3a3 3 0 0 1-.44 0L5.8 20.83L4 22v-2.12L9.79 9A3 3 0 0 1 12 4V2a1 1 0 0 1 1 1v1.18A3 3 0 0 1 15 7m-2 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m-8.78 3L6 11.8l-1.44 2.76L2.1 12.1m9.9 5.66l-1.5-1.51L9 19l3 3l3-3l-1.47-2.77M19.78 10L18 11.8l1.5 2.76l2.4-2.46Z"/></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-9a4.9 4.9 0 0 0 1.78-1M15 7a3 3 0 0 1-3 3a3 3 0 0 1-.44 0L5.8 20.83L4 22v-2.12L9.79 9A3 3 0 0 1 12 4V2a1 1 0 0 1 1 1v1.18A3 3 0 0 1 15 7m-2 0a1 1 0 1 0-1 1a1 1 0 0 0 1-1m-8.78 3L6 11.8l-1.44 2.76L2.1 12.1m9.9 5.66l-1.5-1.51L9 19l3 3l3-3l-1.47-2.77M19.78 10L18 11.8l1.5 2.76l2.4-2.46Z"/></svg>
</template>

CSS

.icon-ruler-square-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-9a4.9%204.9%200%200%200%201.78-1M15%207a3%203%200%200%201-3%203a3%203%200%200%201-.44%200L5.8%2020.83L4%2022v-2.12L9.79%209A3%203%200%200%201%2012%204V2a1%201%200%200%201%201%201v1.18A3%203%200%200%201%2015%207m-2%200a1%201%200%201%200-1%201a1%201%200%200%200%201-1m-8.78%203L6%2011.8l-1.44%202.76L2.1%2012.1m9.9%205.66l-1.5-1.51L9%2019l3%203l3-3l-1.47-2.77M19.78%2010L18%2011.8l1.5%202.76l2.4-2.46Z%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-9a4.9%204.9%200%200%200%201.78-1M15%207a3%203%200%200%201-3%203a3%203%200%200%201-.44%200L5.8%2020.83L4%2022v-2.12L9.79%209A3%203%200%200%201%2012%204V2a1%201%200%200%201%201%201v1.18A3%203%200%200%201%2015%207m-2%200a1%201%200%201%200-1%201a1%201%200%200%200%201-1m-8.78%203L6%2011.8l-1.44%202.76L2.1%2012.1m9.9%205.66l-1.5-1.51L9%2019l3%203l3-3l-1.47-2.77M19.78%2010L18%2011.8l1.5%202.76l2.4-2.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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