streets icon

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

Name
streets-duotone
Set
Reicon
Style
Duotone
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More map icons from Reicon

Use the streets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.012 4.048l-7.952 7.951l7.952 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.951M12 13.06l-7.952 7.952C5.544 22 7.866 22 11.999 22c4.135 0 6.456 0 7.952-.988z"/><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 4.134 0 6.455.988 7.952L19.952 2.988C18.455 2 16.134 2 12 2C7.286 2 4.929 2 3.464 3.464" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStreetsDuotone(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 d="m21.012 4.048l-7.952 7.951l7.952 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.951M12 13.06l-7.952 7.952C5.544 22 7.866 22 11.999 22c4.135 0 6.456 0 7.952-.988z"/><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 4.134 0 6.455.988 7.952L19.952 2.988C18.455 2 16.134 2 12 2C7.286 2 4.929 2 3.464 3.464" 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 d="m21.012 4.048l-7.952 7.951l7.952 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.951M12 13.06l-7.952 7.952C5.544 22 7.866 22 11.999 22c4.135 0 6.456 0 7.952-.988z"/><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 4.134 0 6.455.988 7.952L19.952 2.988C18.455 2 16.134 2 12 2C7.286 2 4.929 2 3.464 3.464" opacity=".5"/></g></svg>
</template>

CSS

.icon-streets-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%20d%3D%22m21.012%204.048l-7.952%207.951l7.952%207.952C22%2018.455%2022%2016.134%2022%2012s0-6.455-.988-7.951M12%2013.06l-7.952%207.952C5.544%2022%207.866%2022%2011.999%2022c4.135%200%206.456%200%207.952-.988z%22%2F%3E%3Cpath%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012c0%204.134%200%206.455.988%207.952L19.952%202.988C18.455%202%2016.134%202%2012%202C7.286%202%204.929%202%203.464%203.464%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%20d%3D%22m21.012%204.048l-7.952%207.951l7.952%207.952C22%2018.455%2022%2016.134%2022%2012s0-6.455-.988-7.951M12%2013.06l-7.952%207.952C5.544%2022%207.866%2022%2011.999%2022c4.135%200%206.456%200%207.952-.988z%22%2F%3E%3Cpath%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012c0%204.134%200%206.455.988%207.952L19.952%202.988C18.455%202%2016.134%202%2012%202C7.286%202%204.929%202%203.464%203.464%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-duotone.svg?color=%231a73e8&size=48