pin distance icon

pin-distance-line from Remix Icon by Remix Design · Line · Map · Apache-2.0 Free for personal and commercial use.

Name
pin-distance-line
Set
Remix Icon
Style
Line
Category
Map
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More map icons from Remix Icon

Use the pin distance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0zM7.5 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0zm3.89-1.06l-3.89 3.888l-3.89-3.889a5.5 5.5 0 1 1 7.78 0M16.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>

React

import type { SVGProps } from "react";

export function RiPinDistanceLine(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.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0zM7.5 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0zm3.89-1.06l-3.89 3.888l-3.89-3.889a5.5 5.5 0 1 1 7.78 0M16.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></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.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0zM7.5 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0zm3.89-1.06l-3.89 3.888l-3.89-3.889a5.5 5.5 0 1 1 7.78 0M16.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>
</template>

CSS

.icon-pin-distance-line {
  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.975%208.975a3.5%203.5%200%201%200-4.95%200L7.5%2011.45zM7.5%2014.278L3.61%2010.39a5.5%205.5%200%201%201%207.78%200zM7.5%208a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m9%2012.45l2.475-2.475a3.5%203.5%200%201%200-4.95%200zm3.89-1.06l-3.89%203.888l-3.89-3.889a5.5%205.5%200%201%201%207.78%200M16.5%2017a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%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.975%208.975a3.5%203.5%200%201%200-4.95%200L7.5%2011.45zM7.5%2014.278L3.61%2010.39a5.5%205.5%200%201%201%207.78%200zM7.5%208a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m9%2012.45l2.475-2.475a3.5%203.5%200%201%200-4.95%200zm3.89-1.06l-3.89%203.888l-3.89-3.889a5.5%205.5%200%201%201%207.78%200M16.5%2017a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/pin-distance-line.svg?color=%231a73e8&size=48