streets pin icon

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

Name
streets-pin-duotone
Set
Reicon
Style
Duotone
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="M12 2c4.714 0 7.071 0 8.535 1.464c.504.504.835 1.114 1.052 1.889L5.353 21.587c-.775-.217-1.385-.548-1.889-1.052C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2M5.5 8.757c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C12.5 6.958 10.933 5.5 9 5.5S5.5 6.958 5.5 8.757" clip-rule="evenodd"/><path d="M10.5 9a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.89 7.172C22 8.433 22 10.006 22 12c0 4.134 0 6.455-.987 7.951L15.06 14zm-1.938 13.84l-5.951-5.951l-6.83 6.828c1.262.111 2.835.111 4.83.111c4.134 0 6.455 0 7.951-.988" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStreetsPinDuotone(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="M12 2c4.714 0 7.071 0 8.535 1.464c.504.504.835 1.114 1.052 1.889L5.353 21.587c-.775-.217-1.385-.548-1.889-1.052C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2M5.5 8.757c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C12.5 6.958 10.933 5.5 9 5.5S5.5 6.958 5.5 8.757" clipRule="evenodd"/><path d="M10.5 9a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.89 7.172C22 8.433 22 10.006 22 12c0 4.134 0 6.455-.987 7.951L15.06 14zm-1.938 13.84l-5.951-5.951l-6.83 6.828c1.262.111 2.835.111 4.83.111c4.134 0 6.455 0 7.951-.988" opacity=".5"/></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="M12 2c4.714 0 7.071 0 8.535 1.464c.504.504.835 1.114 1.052 1.889L5.353 21.587c-.775-.217-1.385-.548-1.889-1.052C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2M5.5 8.757c0 1.785 1.117 3.868 2.86 4.613c.406.173.874.173 1.28 0c1.743-.745 2.86-2.828 2.86-4.613C12.5 6.958 10.933 5.5 9 5.5S5.5 6.958 5.5 8.757" clip-rule="evenodd"/><path d="M10.5 9a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M21.89 7.172C22 8.433 22 10.006 22 12c0 4.134 0 6.455-.987 7.951L15.06 14zm-1.938 13.84l-5.951-5.951l-6.83 6.828c1.262.111 2.835.111 4.83.111c4.134 0 6.455 0 7.951-.988" opacity=".5"/></g></svg>
</template>

CSS

.icon-streets-pin-duotone {
  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%22M12%202c4.714%200%207.071%200%208.535%201.464c.504.504.835%201.114%201.052%201.889L5.353%2021.587c-.775-.217-1.385-.548-1.889-1.052C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.93%202%207.286%202%2012%202M5.5%208.757c0%201.785%201.117%203.868%202.86%204.613c.406.173.874.173%201.28%200c1.743-.745%202.86-2.828%202.86-4.613C12.5%206.958%2010.933%205.5%209%205.5S5.5%206.958%205.5%208.757%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%209a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M21.89%207.172C22%208.433%2022%2010.006%2022%2012c0%204.134%200%206.455-.987%207.951L15.06%2014zm-1.938%2013.84l-5.951-5.951l-6.83%206.828c1.262.111%202.835.111%204.83.111c4.134%200%206.455%200%207.951-.988%22%20opacity%3D%22.5%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%22M12%202c4.714%200%207.071%200%208.535%201.464c.504.504.835%201.114%201.052%201.889L5.353%2021.587c-.775-.217-1.385-.548-1.889-1.052C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.93%202%207.286%202%2012%202M5.5%208.757c0%201.785%201.117%203.868%202.86%204.613c.406.173.874.173%201.28%200c1.743-.745%202.86-2.828%202.86-4.613C12.5%206.958%2010.933%205.5%209%205.5S5.5%206.958%205.5%208.757%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%209a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M21.89%207.172C22%208.433%2022%2010.006%2022%2012c0%204.134%200%206.455-.987%207.951L15.06%2014zm-1.938%2013.84l-5.951-5.951l-6.83%206.828c1.262.111%202.835.111%204.83.111c4.134%200%206.455%200%207.951-.988%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48