map-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
map-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 16.952V4.054c-.533.26-1.056.67-1.65 1.162l-.161.134c-.746.62-1.624 1.352-2.689 1.702v12.899c.534-.261 1.056-.671 1.65-1.162l.161-.135c.746-.62 1.624-1.351 2.689-1.702m4.092-13.946c.307.123.586.235.852.326l.037.013c.463.16.87.3 1.192.456c.351.169.668.385.91.732c.24.344.334.718.377 1.107c.04.363.04.804.04 1.311v8.504c0 .726 0 1.334-.054 1.813c-.055.495-.179.981-.526 1.375a2.3 2.3 0 0 1-.746.556c-.535.247-1.081.253-1.574.168c-.483-.083-.96-.263-1.38-.437q-.21-.087-.402-.169c-.28-.119-.536-.228-.799-.32c-.374-.133-.667-.194-.902-.186a2 2 0 0 0-.435.06c-.867.213-1.599.819-2.504 1.57l-.072.059c-.874.724-1.933 1.588-3.298 1.777c-.428.06-.975.022-1.527-.062a13 13 0 0 1-1.805-.42a10 10 0 0 1-1.742-.707c-.505-.269-1.008-.617-1.317-1.06c-.24-.345-.334-.719-.377-1.108c-.04-.363-.04-.803-.04-1.311V8.549c0-.726 0-1.334.054-1.813c.055-.495.179-.981.526-1.375c.208-.235.461-.425.746-.556c.535-.247 1.081-.253 1.574-.168c.483.084.96.263 1.38.437q.21.087.402.169c.28.12.536.228.799.32c.375.133.667.195.902.186q.22-.008.435-.06c.867-.213 1.599-.819 2.504-1.57l.072-.059c.874-.723 1.933-1.587 3.298-1.777c.818-.113 1.627.082 2.326.317c.354.12.702.258 1.022.386z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiMapSolid(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="M14.25 16.952V4.054c-.533.26-1.056.67-1.65 1.162l-.161.134c-.746.62-1.624 1.352-2.689 1.702v12.899c.534-.261 1.056-.671 1.65-1.162l.161-.135c.746-.62 1.624-1.351 2.689-1.702m4.092-13.946c.307.123.586.235.852.326l.037.013c.463.16.87.3 1.192.456c.351.169.668.385.91.732c.24.344.334.718.377 1.107c.04.363.04.804.04 1.311v8.504c0 .726 0 1.334-.054 1.813c-.055.495-.179.981-.526 1.375a2.3 2.3 0 0 1-.746.556c-.535.247-1.081.253-1.574.168c-.483-.083-.96-.263-1.38-.437q-.21-.087-.402-.169c-.28-.119-.536-.228-.799-.32c-.374-.133-.667-.194-.902-.186a2 2 0 0 0-.435.06c-.867.213-1.599.819-2.504 1.57l-.072.059c-.874.724-1.933 1.588-3.298 1.777c-.428.06-.975.022-1.527-.062a13 13 0 0 1-1.805-.42a10 10 0 0 1-1.742-.707c-.505-.269-1.008-.617-1.317-1.06c-.24-.345-.334-.719-.377-1.108c-.04-.363-.04-.803-.04-1.311V8.549c0-.726 0-1.334.054-1.813c.055-.495.179-.981.526-1.375c.208-.235.461-.425.746-.556c.535-.247 1.081-.253 1.574-.168c.483.084.96.263 1.38.437q.21.087.402.169c.28.12.536.228.799.32c.375.133.667.195.902.186q.22-.008.435-.06c.867-.213 1.599-.819 2.504-1.57l.072-.059c.874-.723 1.933-1.587 3.298-1.777c.818-.113 1.627.082 2.326.317c.354.12.702.258 1.022.386z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 16.952V4.054c-.533.26-1.056.67-1.65 1.162l-.161.134c-.746.62-1.624 1.352-2.689 1.702v12.899c.534-.261 1.056-.671 1.65-1.162l.161-.135c.746-.62 1.624-1.351 2.689-1.702m4.092-13.946c.307.123.586.235.852.326l.037.013c.463.16.87.3 1.192.456c.351.169.668.385.91.732c.24.344.334.718.377 1.107c.04.363.04.804.04 1.311v8.504c0 .726 0 1.334-.054 1.813c-.055.495-.179.981-.526 1.375a2.3 2.3 0 0 1-.746.556c-.535.247-1.081.253-1.574.168c-.483-.083-.96-.263-1.38-.437q-.21-.087-.402-.169c-.28-.119-.536-.228-.799-.32c-.374-.133-.667-.194-.902-.186a2 2 0 0 0-.435.06c-.867.213-1.599.819-2.504 1.57l-.072.059c-.874.724-1.933 1.588-3.298 1.777c-.428.06-.975.022-1.527-.062a13 13 0 0 1-1.805-.42a10 10 0 0 1-1.742-.707c-.505-.269-1.008-.617-1.317-1.06c-.24-.345-.334-.719-.377-1.108c-.04-.363-.04-.803-.04-1.311V8.549c0-.726 0-1.334.054-1.813c.055-.495.179-.981.526-1.375c.208-.235.461-.425.746-.556c.535-.247 1.081-.253 1.574-.168c.483.084.96.263 1.38.437q.21.087.402.169c.28.12.536.228.799.32c.375.133.667.195.902.186q.22-.008.435-.06c.867-.213 1.599-.819 2.504-1.57l.072-.059c.874-.723 1.933-1.587 3.298-1.777c.818-.113 1.627.082 2.326.317c.354.12.702.258 1.022.386z"/></svg>
</template>

CSS

.icon-map-solid {
  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%22M14.25%2016.952V4.054c-.533.26-1.056.67-1.65%201.162l-.161.134c-.746.62-1.624%201.352-2.689%201.702v12.899c.534-.261%201.056-.671%201.65-1.162l.161-.135c.746-.62%201.624-1.351%202.689-1.702m4.092-13.946c.307.123.586.235.852.326l.037.013c.463.16.87.3%201.192.456c.351.169.668.385.91.732c.24.344.334.718.377%201.107c.04.363.04.804.04%201.311v8.504c0%20.726%200%201.334-.054%201.813c-.055.495-.179.981-.526%201.375a2.3%202.3%200%200%201-.746.556c-.535.247-1.081.253-1.574.168c-.483-.083-.96-.263-1.38-.437q-.21-.087-.402-.169c-.28-.119-.536-.228-.799-.32c-.374-.133-.667-.194-.902-.186a2%202%200%200%200-.435.06c-.867.213-1.599.819-2.504%201.57l-.072.059c-.874.724-1.933%201.588-3.298%201.777c-.428.06-.975.022-1.527-.062a13%2013%200%200%201-1.805-.42a10%2010%200%200%201-1.742-.707c-.505-.269-1.008-.617-1.317-1.06c-.24-.345-.334-.719-.377-1.108c-.04-.363-.04-.803-.04-1.311V8.549c0-.726%200-1.334.054-1.813c.055-.495.179-.981.526-1.375c.208-.235.461-.425.746-.556c.535-.247%201.081-.253%201.574-.168c.483.084.96.263%201.38.437q.21.087.402.169c.28.12.536.228.799.32c.375.133.667.195.902.186q.22-.008.435-.06c.867-.213%201.599-.819%202.504-1.57l.072-.059c.874-.723%201.933-1.587%203.298-1.777c.818-.113%201.627.082%202.326.317c.354.12.702.258%201.022.386z%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%22M14.25%2016.952V4.054c-.533.26-1.056.67-1.65%201.162l-.161.134c-.746.62-1.624%201.352-2.689%201.702v12.899c.534-.261%201.056-.671%201.65-1.162l.161-.135c.746-.62%201.624-1.351%202.689-1.702m4.092-13.946c.307.123.586.235.852.326l.037.013c.463.16.87.3%201.192.456c.351.169.668.385.91.732c.24.344.334.718.377%201.107c.04.363.04.804.04%201.311v8.504c0%20.726%200%201.334-.054%201.813c-.055.495-.179.981-.526%201.375a2.3%202.3%200%200%201-.746.556c-.535.247-1.081.253-1.574.168c-.483-.083-.96-.263-1.38-.437q-.21-.087-.402-.169c-.28-.119-.536-.228-.799-.32c-.374-.133-.667-.194-.902-.186a2%202%200%200%200-.435.06c-.867.213-1.599.819-2.504%201.57l-.072.059c-.874.724-1.933%201.588-3.298%201.777c-.428.06-.975.022-1.527-.062a13%2013%200%200%201-1.805-.42a10%2010%200%200%201-1.742-.707c-.505-.269-1.008-.617-1.317-1.06c-.24-.345-.334-.719-.377-1.108c-.04-.363-.04-.803-.04-1.311V8.549c0-.726%200-1.334.054-1.813c.055-.495.179-.981.526-1.375c.208-.235.461-.425.746-.556c.535-.247%201.081-.253%201.574-.168c.483.084.96.263%201.38.437q.21.087.402.169c.28.12.536.228.799.32c.375.133.667.195.902.186q.22-.008.435-.06c.867-.213%201.599-.819%202.504-1.57l.072-.059c.874-.723%201.933-1.587%203.298-1.777c.818-.113%201.627.082%202.326.317c.354.12.702.258%201.022.386z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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