streets pin icon

streets-pin from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.

Name
streets-pin
Set
Reicon
Style
Outline
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the streets pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.386 2.926c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.467.467 1.07.77 1.979.96L20.966 5.974c-.19-.908-.493-1.512-.96-1.98c-.57-.569-1.341-.896-2.62-1.068m3.801 4.948L15.061 14l5.407 5.407c.295-.5.487-1.14.606-2.02c.174-1.3.176-3.009.176-5.387c0-1.678 0-3.023-.063-4.126m-1.78 12.594L14 15.06l-6.126 6.127c1.103.062 2.448.063 4.126.063c2.378 0 4.086-.002 5.386-.176c.882-.119 1.523-.311 2.022-.606M17.588 1.44c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19h.114c2.309 0 4.118 0 5.53.19M4.75 8.757C4.75 6.494 6.704 4.75 9 4.75s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302M9 6.25c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clip-rule="evenodd"/><path d="M10 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStreetsPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M17.386 2.926c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.467.467 1.07.77 1.979.96L20.966 5.974c-.19-.908-.493-1.512-.96-1.98c-.57-.569-1.341-.896-2.62-1.068m3.801 4.948L15.061 14l5.407 5.407c.295-.5.487-1.14.606-2.02c.174-1.3.176-3.009.176-5.387c0-1.678 0-3.023-.063-4.126m-1.78 12.594L14 15.06l-6.126 6.127c1.103.062 2.448.063 4.126.063c2.378 0 4.086-.002 5.386-.176c.882-.119 1.523-.311 2.022-.606M17.588 1.44c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19h.114c2.309 0 4.118 0 5.53.19M4.75 8.757C4.75 6.494 6.704 4.75 9 4.75s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302M9 6.25c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clipRule="evenodd"/><path d="M10 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.386 2.926c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.467.467 1.07.77 1.979.96L20.966 5.974c-.19-.908-.493-1.512-.96-1.98c-.57-.569-1.341-.896-2.62-1.068m3.801 4.948L15.061 14l5.407 5.407c.295-.5.487-1.14.606-2.02c.174-1.3.176-3.009.176-5.387c0-1.678 0-3.023-.063-4.126m-1.78 12.594L14 15.06l-6.126 6.127c1.103.062 2.448.063 4.126.063c2.378 0 4.086-.002 5.386-.176c.882-.119 1.523-.311 2.022-.606M17.588 1.44c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19h.114c2.309 0 4.118 0 5.53.19M4.75 8.757C4.75 6.494 6.704 4.75 9 4.75s4.25 1.744 4.25 4.007c0 2.027-1.246 4.418-3.315 5.302a2.4 2.4 0 0 1-1.87 0c-2.07-.884-3.315-3.275-3.315-5.302M9 6.25c-1.57 0-2.75 1.172-2.75 2.507c0 1.544.988 3.318 2.405 3.923a.9.9 0 0 0 .69 0c1.417-.605 2.405-2.38 2.405-3.923c0-1.335-1.18-2.507-2.75-2.507" clip-rule="evenodd"/><path d="M10 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-streets-pin {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.386%202.926c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.467.467%201.07.77%201.979.96L20.966%205.974c-.19-.908-.493-1.512-.96-1.98c-.57-.569-1.341-.896-2.62-1.068m3.801%204.948L15.061%2014l5.407%205.407c.295-.5.487-1.14.606-2.02c.174-1.3.176-3.009.176-5.387c0-1.678%200-3.023-.063-4.126m-1.78%2012.594L14%2015.06l-6.126%206.127c1.103.062%202.448.063%204.126.063c2.378%200%204.086-.002%205.386-.176c.882-.119%201.523-.311%202.022-.606M17.588%201.44c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19h.114c2.309%200%204.118%200%205.53.19M4.75%208.757C4.75%206.494%206.704%204.75%209%204.75s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200c-2.07-.884-3.315-3.275-3.315-5.302M9%206.25c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200c1.417-.605%202.405-2.38%202.405-3.923c0-1.335-1.18-2.507-2.75-2.507%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.386%202.926c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.467.467%201.07.77%201.979.96L20.966%205.974c-.19-.908-.493-1.512-.96-1.98c-.57-.569-1.341-.896-2.62-1.068m3.801%204.948L15.061%2014l5.407%205.407c.295-.5.487-1.14.606-2.02c.174-1.3.176-3.009.176-5.387c0-1.678%200-3.023-.063-4.126m-1.78%2012.594L14%2015.06l-6.126%206.127c1.103.062%202.448.063%204.126.063c2.378%200%204.086-.002%205.386-.176c.882-.119%201.523-.311%202.022-.606M17.588%201.44c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19h.114c2.309%200%204.118%200%205.53.19M4.75%208.757C4.75%206.494%206.704%204.75%209%204.75s4.25%201.744%204.25%204.007c0%202.027-1.246%204.418-3.315%205.302a2.4%202.4%200%200%201-1.87%200c-2.07-.884-3.315-3.275-3.315-5.302M9%206.25c-1.57%200-2.75%201.172-2.75%202.507c0%201.544.988%203.318%202.405%203.923a.9.9%200%200%200%20.69%200c1.417-.605%202.405-2.38%202.405-3.923c0-1.335-1.18-2.507-2.75-2.507%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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