map-ruler from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
map-ruler
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the map ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m15.857 1.63l6.397 6.397L7.861 22.42l-6.397-6.397z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m5.062 12.425l1.602 1.602m5.595-8.798L13.86 6.83m-5.2 1.995l2.401 2.402m4.795-9.598l6.397 6.397L7.861 22.42l-6.397-6.397z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignMapRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m15.857 1.63l6.397 6.397L7.861 22.42l-6.397-6.397z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m5.062 12.425l1.602 1.602m5.595-8.798L13.86 6.83m-5.2 1.995l2.401 2.402m4.795-9.598l6.397 6.397L7.861 22.42l-6.397-6.397z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m15.857 1.63l6.397 6.397L7.861 22.42l-6.397-6.397z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m5.062 12.425l1.602 1.602m5.595-8.798L13.86 6.83m-5.2 1.995l2.401 2.402m4.795-9.598l6.397 6.397L7.861 22.42l-6.397-6.397z"/></g></svg>
</template>

CSS

.icon-map-ruler {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m15.857%201.63l6.397%206.397L7.861%2022.42l-6.397-6.397z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m5.062%2012.425l1.602%201.602m5.595-8.798L13.86%206.83m-5.2%201.995l2.401%202.402m4.795-9.598l6.397%206.397L7.861%2022.42l-6.397-6.397z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m15.857%201.63l6.397%206.397L7.861%2022.42l-6.397-6.397z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m5.062%2012.425l1.602%201.602m5.595-8.798L13.86%206.83m-5.2%201.995l2.401%202.402m4.795-9.598l6.397%206.397L7.861%2022.42l-6.397-6.397z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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