map road two icon
map-road-two from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- map-road-two
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the map road two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42 4H6C4.89543 4 4 4.89543 4 6V42C4 43.1046 4.89543 44 6 44H42C43.1046 44 44 43.1046 44 42V6C44 4.89543 43.1046 4 42 4Z"/><path stroke="#fff" d="M10 22L38 12"/><path stroke="#fff" stroke-dasharray="2 6" d="M10 29L38 19"/><path stroke="#fff" d="M10 36L38 26"/><path stroke="#fff" d="M16 19L13 11"/><path stroke="#fff" d="M37 36L34 28"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMapRoadTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M42 4H6C4.89543 4 4 4.89543 4 6V42C4 43.1046 4.89543 44 6 44H42C43.1046 44 44 43.1046 44 42V6C44 4.89543 43.1046 4 42 4Z"/><path stroke="#fff" d="M10 22L38 12"/><path stroke="#fff" strokeDasharray="2 6" d="M10 29L38 19"/><path stroke="#fff" d="M10 36L38 26"/><path stroke="#fff" d="M16 19L13 11"/><path stroke="#fff" d="M37 36L34 28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M42 4H6C4.89543 4 4 4.89543 4 6V42C4 43.1046 4.89543 44 6 44H42C43.1046 44 44 43.1046 44 42V6C44 4.89543 43.1046 4 42 4Z"/><path stroke="#fff" d="M10 22L38 12"/><path stroke="#fff" stroke-dasharray="2 6" d="M10 29L38 19"/><path stroke="#fff" d="M10 36L38 26"/><path stroke="#fff" d="M16 19L13 11"/><path stroke="#fff" d="M37 36L34 28"/></g></svg> </template>
CSS
.icon-map-road-two {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%204H6C4.89543%204%204%204.89543%204%206V42C4%2043.1046%204.89543%2044%206%2044H42C43.1046%2044%2044%2043.1046%2044%2042V6C44%204.89543%2043.1046%204%2042%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2022L38%2012%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%222%206%22%20d%3D%22M10%2029L38%2019%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2036L38%2026%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2019L13%2011%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M37%2036L34%2028%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M42%204H6C4.89543%204%204%204.89543%204%206V42C4%2043.1046%204.89543%2044%206%2044H42C43.1046%2044%2044%2043.1046%2044%2042V6C44%204.89543%2043.1046%204%2042%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2022L38%2012%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%222%206%22%20d%3D%22M10%2029L38%2019%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2036L38%2026%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2019L13%2011%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M37%2036L34%2028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/map-road-two.svg?color=%231a73e8&size=48