map-pin-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
map-pin-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the map pin 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 7a5 5 0 1 1 6 4.9V17a1 1 0 1 1-2 0v-5.1A5 5 0 0 1 7 7m2.489 9.1a1 1 0 0 1-.838 1.14c-1.278.195-2.293.489-2.96.815c-.335.164-.534.314-.637.422l-.021.024c.033.038.09.095.19.168c.28.207.749.435 1.418.644C7.968 19.728 9.863 20 12 20s4.032-.272 5.359-.687c.67-.209 1.138-.437 1.418-.644c.1-.073.157-.13.19-.168l-.021-.024c-.103-.108-.302-.258-.637-.422c-.667-.326-1.682-.62-2.96-.815a1 1 0 0 1 .301-1.977c1.388.211 2.622.547 3.539.996c.457.224.884.5 1.208.842c.33.347.603.82.603 1.4c0 .81-.524 1.4-1.034 1.776c-.53.392-1.233.702-2.01.945c-1.57.49-3.674.778-5.956.778s-4.387-.288-5.955-.778c-.778-.243-1.48-.553-2.01-.945C3.524 19.902 3 19.313 3 18.5c0-.579.273-1.052.603-1.4c.325-.342.751-.617 1.208-.84c.917-.45 2.152-.786 3.538-.997a1 1 0 0 1 1.14.838" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMapPinFill(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 7a5 5 0 1 1 6 4.9V17a1 1 0 1 1-2 0v-5.1A5 5 0 0 1 7 7m2.489 9.1a1 1 0 0 1-.838 1.14c-1.278.195-2.293.489-2.96.815c-.335.164-.534.314-.637.422l-.021.024c.033.038.09.095.19.168c.28.207.749.435 1.418.644C7.968 19.728 9.863 20 12 20s4.032-.272 5.359-.687c.67-.209 1.138-.437 1.418-.644c.1-.073.157-.13.19-.168l-.021-.024c-.103-.108-.302-.258-.637-.422c-.667-.326-1.682-.62-2.96-.815a1 1 0 0 1 .301-1.977c1.388.211 2.622.547 3.539.996c.457.224.884.5 1.208.842c.33.347.603.82.603 1.4c0 .81-.524 1.4-1.034 1.776c-.53.392-1.233.702-2.01.945c-1.57.49-3.674.778-5.956.778s-4.387-.288-5.955-.778c-.778-.243-1.48-.553-2.01-.945C3.524 19.902 3 19.313 3 18.5c0-.579.273-1.052.603-1.4c.325-.342.751-.617 1.208-.84c.917-.45 2.152-.786 3.538-.997a1 1 0 0 1 1.14.838" 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 7a5 5 0 1 1 6 4.9V17a1 1 0 1 1-2 0v-5.1A5 5 0 0 1 7 7m2.489 9.1a1 1 0 0 1-.838 1.14c-1.278.195-2.293.489-2.96.815c-.335.164-.534.314-.637.422l-.021.024c.033.038.09.095.19.168c.28.207.749.435 1.418.644C7.968 19.728 9.863 20 12 20s4.032-.272 5.359-.687c.67-.209 1.138-.437 1.418-.644c.1-.073.157-.13.19-.168l-.021-.024c-.103-.108-.302-.258-.637-.422c-.667-.326-1.682-.62-2.96-.815a1 1 0 0 1 .301-1.977c1.388.211 2.622.547 3.539.996c.457.224.884.5 1.208.842c.33.347.603.82.603 1.4c0 .81-.524 1.4-1.034 1.776c-.53.392-1.233.702-2.01.945c-1.57.49-3.674.778-5.956.778s-4.387-.288-5.955-.778c-.778-.243-1.48-.553-2.01-.945C3.524 19.902 3 19.313 3 18.5c0-.579.273-1.052.603-1.4c.325-.342.751-.617 1.208-.84c.917-.45 2.152-.786 3.538-.997a1 1 0 0 1 1.14.838" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-map-pin-fill {
  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%207a5%205%200%201%201%206%204.9V17a1%201%200%201%201-2%200v-5.1A5%205%200%200%201%207%207m2.489%209.1a1%201%200%200%201-.838%201.14c-1.278.195-2.293.489-2.96.815c-.335.164-.534.314-.637.422l-.021.024c.033.038.09.095.19.168c.28.207.749.435%201.418.644C7.968%2019.728%209.863%2020%2012%2020s4.032-.272%205.359-.687c.67-.209%201.138-.437%201.418-.644c.1-.073.157-.13.19-.168l-.021-.024c-.103-.108-.302-.258-.637-.422c-.667-.326-1.682-.62-2.96-.815a1%201%200%200%201%20.301-1.977c1.388.211%202.622.547%203.539.996c.457.224.884.5%201.208.842c.33.347.603.82.603%201.4c0%20.81-.524%201.4-1.034%201.776c-.53.392-1.233.702-2.01.945c-1.57.49-3.674.778-5.956.778s-4.387-.288-5.955-.778c-.778-.243-1.48-.553-2.01-.945C3.524%2019.902%203%2019.313%203%2018.5c0-.579.273-1.052.603-1.4c.325-.342.751-.617%201.208-.84c.917-.45%202.152-.786%203.538-.997a1%201%200%200%201%201.14.838%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%207a5%205%200%201%201%206%204.9V17a1%201%200%201%201-2%200v-5.1A5%205%200%200%201%207%207m2.489%209.1a1%201%200%200%201-.838%201.14c-1.278.195-2.293.489-2.96.815c-.335.164-.534.314-.637.422l-.021.024c.033.038.09.095.19.168c.28.207.749.435%201.418.644C7.968%2019.728%209.863%2020%2012%2020s4.032-.272%205.359-.687c.67-.209%201.138-.437%201.418-.644c.1-.073.157-.13.19-.168l-.021-.024c-.103-.108-.302-.258-.637-.422c-.667-.326-1.682-.62-2.96-.815a1%201%200%200%201%20.301-1.977c1.388.211%202.622.547%203.539.996c.457.224.884.5%201.208.842c.33.347.603.82.603%201.4c0%20.81-.524%201.4-1.034%201.776c-.53.392-1.233.702-2.01.945c-1.57.49-3.674.778-5.956.778s-4.387-.288-5.955-.778c-.778-.243-1.48-.553-2.01-.945C3.524%2019.902%203%2019.313%203%2018.5c0-.579.273-1.052.603-1.4c.325-.342.751-.617%201.208-.84c.917-.45%202.152-.786%203.538-.997a1%201%200%200%201%201.14.838%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/mingcute/map-pin-fill.svg?color=%231a73e8&size=48