streets icon
streets-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.
- Name
- streets-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" 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.464m17.548.584L13.061 12l7.951 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.952M12 13.06l-7.952 7.952C5.545 22 7.866 22 12 22s6.455 0 7.952-.988z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStreetsFilled(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="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.464m17.548.584L13.061 12l7.951 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.952M12 13.06l-7.952 7.952C5.545 22 7.866 22 12 22s6.455 0 7.952-.988z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.464m17.548.584L13.061 12l7.951 7.952C22 18.455 22 16.134 22 12s0-6.455-.988-7.952M12 13.06l-7.952 7.952C5.545 22 7.866 22 12 22s6.455 0 7.952-.988z"/></svg> </template>
CSS
.icon-streets-filled {
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%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.464m17.548.584L13.061%2012l7.951%207.952C22%2018.455%2022%2016.134%2022%2012s0-6.455-.988-7.952M12%2013.06l-7.952%207.952C5.545%2022%207.866%2022%2012%2022s6.455%200%207.952-.988z%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%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.464m17.548.584L13.061%2012l7.951%207.952C22%2018.455%2022%2016.134%2022%2012s0-6.455-.988-7.952M12%2013.06l-7.952%207.952C5.545%2022%207.866%2022%2012%2022s6.455%200%207.952-.988z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/streets-filled.svg?color=%231a73e8&size=48