map alt icon
map-alt from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- map-alt
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the map alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.534 2.488a2 2 0 0 1 1.94.025l5.796 3.312a.5.5 0 0 0 .485.006l4.784-2.576a1.5 1.5 0 0 1 2.211 1.32v12.21a2.25 2.25 0 0 1-1.183 1.98l-5.1 2.747a2 2 0 0 1-1.941-.025L8.73 18.175a.5.5 0 0 0-.485-.006L3.46 20.745a1.5 1.5 0 0 1-2.211-1.32V7.214a2.25 2.25 0 0 1 1.183-1.98zm-4.39 4.068l4.606-2.48v12.672a2 2 0 0 0-.216.1L2.75 19.424V7.216a.75.75 0 0 1 .394-.66m6.33 10.317a2 2 0 0 0-.224-.11V4.113l5.276 3.014q.11.063.224.11v12.65zm6.776 3.051l4.606-2.48a.75.75 0 0 0 .394-.66V4.576l-4.784 2.576q-.106.056-.216.1z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMapAlt(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" fillRule="evenodd" d="M7.534 2.488a2 2 0 0 1 1.94.025l5.796 3.312a.5.5 0 0 0 .485.006l4.784-2.576a1.5 1.5 0 0 1 2.211 1.32v12.21a2.25 2.25 0 0 1-1.183 1.98l-5.1 2.747a2 2 0 0 1-1.941-.025L8.73 18.175a.5.5 0 0 0-.485-.006L3.46 20.745a1.5 1.5 0 0 1-2.211-1.32V7.214a2.25 2.25 0 0 1 1.183-1.98zm-4.39 4.068l4.606-2.48v12.672a2 2 0 0 0-.216.1L2.75 19.424V7.216a.75.75 0 0 1 .394-.66m6.33 10.317a2 2 0 0 0-.224-.11V4.113l5.276 3.014q.11.063.224.11v12.65zm6.776 3.051l4.606-2.48a.75.75 0 0 0 .394-.66V4.576l-4.784 2.576q-.106.056-.216.1z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.534 2.488a2 2 0 0 1 1.94.025l5.796 3.312a.5.5 0 0 0 .485.006l4.784-2.576a1.5 1.5 0 0 1 2.211 1.32v12.21a2.25 2.25 0 0 1-1.183 1.98l-5.1 2.747a2 2 0 0 1-1.941-.025L8.73 18.175a.5.5 0 0 0-.485-.006L3.46 20.745a1.5 1.5 0 0 1-2.211-1.32V7.214a2.25 2.25 0 0 1 1.183-1.98zm-4.39 4.068l4.606-2.48v12.672a2 2 0 0 0-.216.1L2.75 19.424V7.216a.75.75 0 0 1 .394-.66m6.33 10.317a2 2 0 0 0-.224-.11V4.113l5.276 3.014q.11.063.224.11v12.65zm6.776 3.051l4.606-2.48a.75.75 0 0 0 .394-.66V4.576l-4.784 2.576q-.106.056-.216.1z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-map-alt {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.534%202.488a2%202%200%200%201%201.94.025l5.796%203.312a.5.5%200%200%200%20.485.006l4.784-2.576a1.5%201.5%200%200%201%202.211%201.32v12.21a2.25%202.25%200%200%201-1.183%201.98l-5.1%202.747a2%202%200%200%201-1.941-.025L8.73%2018.175a.5.5%200%200%200-.485-.006L3.46%2020.745a1.5%201.5%200%200%201-2.211-1.32V7.214a2.25%202.25%200%200%201%201.183-1.98zm-4.39%204.068l4.606-2.48v12.672a2%202%200%200%200-.216.1L2.75%2019.424V7.216a.75.75%200%200%201%20.394-.66m6.33%2010.317a2%202%200%200%200-.224-.11V4.113l5.276%203.014q.11.063.224.11v12.65zm6.776%203.051l4.606-2.48a.75.75%200%200%200%20.394-.66V4.576l-4.784%202.576q-.106.056-.216.1z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.534%202.488a2%202%200%200%201%201.94.025l5.796%203.312a.5.5%200%200%200%20.485.006l4.784-2.576a1.5%201.5%200%200%201%202.211%201.32v12.21a2.25%202.25%200%200%201-1.183%201.98l-5.1%202.747a2%202%200%200%201-1.941-.025L8.73%2018.175a.5.5%200%200%200-.485-.006L3.46%2020.745a1.5%201.5%200%200%201-2.211-1.32V7.214a2.25%202.25%200%200%201%201.183-1.98zm-4.39%204.068l4.606-2.48v12.672a2%202%200%200%200-.216.1L2.75%2019.424V7.216a.75.75%200%200%201%20.394-.66m6.33%2010.317a2%202%200%200%200-.224-.11V4.113l5.276%203.014q.11.063.224.11v12.65zm6.776%203.051l4.606-2.48a.75.75%200%200%200%20.394-.66V4.576l-4.784%202.576q-.106.056-.216.1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/map-alt.svg?color=%231a73e8&size=48