map vertical icon
map-vertical from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- map-vertical
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the map vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.076 5.235a.5.5 0 0 0-.023.489l2.374 4.749l-2.351 3.762A.5.5 0 0 0 2.5 15H11a.5.5 0 0 0 .424-.235l2.5-4a.5.5 0 0 0 .023-.489l-2.374-4.749l2.351-3.762A.5.5 0 0 0 13.5 1H5a.5.5 0 0 0-.424.235zM10.691 6l2 4H5.309l-2-4zM3.402 5l1.875-3h7.32l-1.874 3zm1.875 6h7.32l-1.874 3h-7.32z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconMapVertical(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.076 5.235a.5.5 0 0 0-.023.489l2.374 4.749l-2.351 3.762A.5.5 0 0 0 2.5 15H11a.5.5 0 0 0 .424-.235l2.5-4a.5.5 0 0 0 .023-.489l-2.374-4.749l2.351-3.762A.5.5 0 0 0 13.5 1H5a.5.5 0 0 0-.424.235zM10.691 6l2 4H5.309l-2-4zM3.402 5l1.875-3h7.32l-1.874 3zm1.875 6h7.32l-1.874 3h-7.32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.076 5.235a.5.5 0 0 0-.023.489l2.374 4.749l-2.351 3.762A.5.5 0 0 0 2.5 15H11a.5.5 0 0 0 .424-.235l2.5-4a.5.5 0 0 0 .023-.489l-2.374-4.749l2.351-3.762A.5.5 0 0 0 13.5 1H5a.5.5 0 0 0-.424.235zM10.691 6l2 4H5.309l-2-4zM3.402 5l1.875-3h7.32l-1.874 3zm1.875 6h7.32l-1.874 3h-7.32z"/></svg> </template>
CSS
.icon-map-vertical {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.076%205.235a.5.5%200%200%200-.023.489l2.374%204.749l-2.351%203.762A.5.5%200%200%200%202.5%2015H11a.5.5%200%200%200%20.424-.235l2.5-4a.5.5%200%200%200%20.023-.489l-2.374-4.749l2.351-3.762A.5.5%200%200%200%2013.5%201H5a.5.5%200%200%200-.424.235zM10.691%206l2%204H5.309l-2-4zM3.402%205l1.875-3h7.32l-1.874%203zm1.875%206h7.32l-1.874%203h-7.32z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.076%205.235a.5.5%200%200%200-.023.489l2.374%204.749l-2.351%203.762A.5.5%200%200%200%202.5%2015H11a.5.5%200%200%200%20.424-.235l2.5-4a.5.5%200%200%200%20.023-.489l-2.374-4.749l2.351-3.762A.5.5%200%200%200%2013.5%201H5a.5.5%200%200%200-.424.235zM10.691%206l2%204H5.309l-2-4zM3.402%205l1.875-3h7.32l-1.874%203zm1.875%206h7.32l-1.874%203h-7.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/map-vertical.svg?color=%231a73e8&size=48