map alt icon

map-alt-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
map-alt-filled
Set
Reicon
Style
Filled
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" d="M9.25 18.356a.2.2 0 0 0 .1.174l5.176 2.957c.103.059.224-.021.224-.14V5.643a.2.2 0 0 0-.1-.173L9.473 2.513c-.103-.06-.224.02-.224.14zm-1.5-15.73c0-.114-.115-.192-.216-.138l-5.1 2.747a2.25 2.25 0 0 0-1.184 1.98v12.628a1.25 1.25 0 0 0 1.843 1.1l4.552-2.45a.2.2 0 0 0 .105-.177zm8.605 2.881a.2.2 0 0 0-.105.177v15.69c0 .114.115.192.216.137l5.1-2.746a2.25 2.25 0 0 0 1.184-1.981V4.157a1.25 1.25 0 0 0-1.843-1.1z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMapAltFilled(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="M9.25 18.356a.2.2 0 0 0 .1.174l5.176 2.957c.103.059.224-.021.224-.14V5.643a.2.2 0 0 0-.1-.173L9.473 2.513c-.103-.06-.224.02-.224.14zm-1.5-15.73c0-.114-.115-.192-.216-.138l-5.1 2.747a2.25 2.25 0 0 0-1.184 1.98v12.628a1.25 1.25 0 0 0 1.843 1.1l4.552-2.45a.2.2 0 0 0 .105-.177zm8.605 2.881a.2.2 0 0 0-.105.177v15.69c0 .114.115.192.216.137l5.1-2.746a2.25 2.25 0 0 0 1.184-1.981V4.157a1.25 1.25 0 0 0-1.843-1.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.25 18.356a.2.2 0 0 0 .1.174l5.176 2.957c.103.059.224-.021.224-.14V5.643a.2.2 0 0 0-.1-.173L9.473 2.513c-.103-.06-.224.02-.224.14zm-1.5-15.73c0-.114-.115-.192-.216-.138l-5.1 2.747a2.25 2.25 0 0 0-1.184 1.98v12.628a1.25 1.25 0 0 0 1.843 1.1l4.552-2.45a.2.2 0 0 0 .105-.177zm8.605 2.881a.2.2 0 0 0-.105.177v15.69c0 .114.115.192.216.137l5.1-2.746a2.25 2.25 0 0 0 1.184-1.981V4.157a1.25 1.25 0 0 0-1.843-1.1z"/></svg>
</template>

CSS

.icon-map-alt-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%22M9.25%2018.356a.2.2%200%200%200%20.1.174l5.176%202.957c.103.059.224-.021.224-.14V5.643a.2.2%200%200%200-.1-.173L9.473%202.513c-.103-.06-.224.02-.224.14zm-1.5-15.73c0-.114-.115-.192-.216-.138l-5.1%202.747a2.25%202.25%200%200%200-1.184%201.98v12.628a1.25%201.25%200%200%200%201.843%201.1l4.552-2.45a.2.2%200%200%200%20.105-.177zm8.605%202.881a.2.2%200%200%200-.105.177v15.69c0%20.114.115.192.216.137l5.1-2.746a2.25%202.25%200%200%200%201.184-1.981V4.157a1.25%201.25%200%200%200-1.843-1.1z%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%22M9.25%2018.356a.2.2%200%200%200%20.1.174l5.176%202.957c.103.059.224-.021.224-.14V5.643a.2.2%200%200%200-.1-.173L9.473%202.513c-.103-.06-.224.02-.224.14zm-1.5-15.73c0-.114-.115-.192-.216-.138l-5.1%202.747a2.25%202.25%200%200%200-1.184%201.98v12.628a1.25%201.25%200%200%200%201.843%201.1l4.552-2.45a.2.2%200%200%200%20.105-.177zm8.605%202.881a.2.2%200%200%200-.105.177v15.69c0%20.114.115.192.216.137l5.1-2.746a2.25%202.25%200%200%200%201.184-1.981V4.157a1.25%201.25%200%200%200-1.843-1.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Map Alt filled icon — Reicon · IconsDB