map-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
map-alt
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-map-alt

The same icon in other sets

Related icons in BoxIcons v2

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" d="m21.447 6.105l-6-3a1 1 0 0 0-.895 0L9 5.882L3.447 3.105A1 1 0 0 0 2 4v13c0 .379.214.725.553.895l6 3a1 1 0 0 0 .895 0L15 18.118l5.553 2.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895M10 7.618l4-2v10.764l-4 2zm-6-2l4 2v10.764l-4-2zm16 12.764l-4-2V5.618l4 2z"/></svg>

React

import type { SVGProps } from "react";

export function BxMapAlt(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="m21.447 6.105l-6-3a1 1 0 0 0-.895 0L9 5.882L3.447 3.105A1 1 0 0 0 2 4v13c0 .379.214.725.553.895l6 3a1 1 0 0 0 .895 0L15 18.118l5.553 2.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895M10 7.618l4-2v10.764l-4 2zm-6-2l4 2v10.764l-4-2zm16 12.764l-4-2V5.618l4 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.447 6.105l-6-3a1 1 0 0 0-.895 0L9 5.882L3.447 3.105A1 1 0 0 0 2 4v13c0 .379.214.725.553.895l6 3a1 1 0 0 0 .895 0L15 18.118l5.553 2.776a.99.99 0 0 0 .972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895M10 7.618l4-2v10.764l-4 2zm-6-2l4 2v10.764l-4-2zm16 12.764l-4-2V5.618l4 2z"/></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%20d%3D%22m21.447%206.105l-6-3a1%201%200%200%200-.895%200L9%205.882L3.447%203.105A1%201%200%200%200%202%204v13c0%20.379.214.725.553.895l6%203a1%201%200%200%200%20.895%200L15%2018.118l5.553%202.776a.99.99%200%200%200%20.972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895M10%207.618l4-2v10.764l-4%202zm-6-2l4%202v10.764l-4-2zm16%2012.764l-4-2V5.618l4%202z%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%22m21.447%206.105l-6-3a1%201%200%200%200-.895%200L9%205.882L3.447%203.105A1%201%200%200%200%202%204v13c0%20.379.214.725.553.895l6%203a1%201%200%200%200%20.895%200L15%2018.118l5.553%202.776a.99.99%200%200%200%20.972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895M10%207.618l4-2v10.764l-4%202zm-6-2l4%202v10.764l-4-2zm16%2012.764l-4-2V5.618l4%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/map-alt.svg?color=%231a73e8&size=48