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

Name
map-pinned-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 pinned icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.127 16.255a.834.834 0 0 1 1.118.372l2 4a.835.835 0 0 1-.745 1.206h-15a.833.833 0 0 1-.745-1.206l2-4a.834.834 0 0 1 1.49.746L5.85 20.167h12.3l-1.396-2.794l-.034-.078a.833.833 0 0 1 .406-1.04"/><path d="M12 1.167c1.848 0 3.602.806 4.883 2.21c2.348 2.577 2.32 5.652 1.253 8.375c-1.056 2.693-3.154 5.144-5.17 6.742a1.54 1.54 0 0 1-1.932 0c-2.016-1.598-4.113-4.049-5.17-6.742C4.796 9.029 4.77 5.954 7.117 3.378C8.397 1.973 10.152 1.167 12 1.167m0 10.666a2.833 2.833 0 1 0 0-5.666a2.833 2.833 0 0 0 0 5.666"/><path d="M13.167 9a1.167 1.167 0 1 0-2.335 0a1.167 1.167 0 0 0 2.335 0"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMapPinnedSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.127 16.255a.834.834 0 0 1 1.118.372l2 4a.835.835 0 0 1-.745 1.206h-15a.833.833 0 0 1-.745-1.206l2-4a.834.834 0 0 1 1.49.746L5.85 20.167h12.3l-1.396-2.794l-.034-.078a.833.833 0 0 1 .406-1.04"/><path d="M12 1.167c1.848 0 3.602.806 4.883 2.21c2.348 2.577 2.32 5.652 1.253 8.375c-1.056 2.693-3.154 5.144-5.17 6.742a1.54 1.54 0 0 1-1.932 0c-2.016-1.598-4.113-4.049-5.17-6.742C4.796 9.029 4.77 5.954 7.117 3.378C8.397 1.973 10.152 1.167 12 1.167m0 10.666a2.833 2.833 0 1 0 0-5.666a2.833 2.833 0 0 0 0 5.666"/><path d="M13.167 9a1.167 1.167 0 1 0-2.335 0a1.167 1.167 0 0 0 2.335 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.127 16.255a.834.834 0 0 1 1.118.372l2 4a.835.835 0 0 1-.745 1.206h-15a.833.833 0 0 1-.745-1.206l2-4a.834.834 0 0 1 1.49.746L5.85 20.167h12.3l-1.396-2.794l-.034-.078a.833.833 0 0 1 .406-1.04"/><path d="M12 1.167c1.848 0 3.602.806 4.883 2.21c2.348 2.577 2.32 5.652 1.253 8.375c-1.056 2.693-3.154 5.144-5.17 6.742a1.54 1.54 0 0 1-1.932 0c-2.016-1.598-4.113-4.049-5.17-6.742C4.796 9.029 4.77 5.954 7.117 3.378C8.397 1.973 10.152 1.167 12 1.167m0 10.666a2.833 2.833 0 1 0 0-5.666a2.833 2.833 0 0 0 0 5.666"/><path d="M13.167 9a1.167 1.167 0 1 0-2.335 0a1.167 1.167 0 0 0 2.335 0"/></g></svg>
</template>

CSS

.icon-map-pinned-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.127%2016.255a.834.834%200%200%201%201.118.372l2%204a.835.835%200%200%201-.745%201.206h-15a.833.833%200%200%201-.745-1.206l2-4a.834.834%200%200%201%201.49.746L5.85%2020.167h12.3l-1.396-2.794l-.034-.078a.833.833%200%200%201%20.406-1.04%22%2F%3E%3Cpath%20d%3D%22M12%201.167c1.848%200%203.602.806%204.883%202.21c2.348%202.577%202.32%205.652%201.253%208.375c-1.056%202.693-3.154%205.144-5.17%206.742a1.54%201.54%200%200%201-1.932%200c-2.016-1.598-4.113-4.049-5.17-6.742C4.796%209.029%204.77%205.954%207.117%203.378C8.397%201.973%2010.152%201.167%2012%201.167m0%2010.666a2.833%202.833%200%201%200%200-5.666a2.833%202.833%200%200%200%200%205.666%22%2F%3E%3Cpath%20d%3D%22M13.167%209a1.167%201.167%200%201%200-2.335%200a1.167%201.167%200%200%200%202.335%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.127%2016.255a.834.834%200%200%201%201.118.372l2%204a.835.835%200%200%201-.745%201.206h-15a.833.833%200%200%201-.745-1.206l2-4a.834.834%200%200%201%201.49.746L5.85%2020.167h12.3l-1.396-2.794l-.034-.078a.833.833%200%200%201%20.406-1.04%22%2F%3E%3Cpath%20d%3D%22M12%201.167c1.848%200%203.602.806%204.883%202.21c2.348%202.577%202.32%205.652%201.253%208.375c-1.056%202.693-3.154%205.144-5.17%206.742a1.54%201.54%200%200%201-1.932%200c-2.016-1.598-4.113-4.049-5.17-6.742C4.796%209.029%204.77%205.954%207.117%203.378C8.397%201.973%2010.152%201.167%2012%201.167m0%2010.666a2.833%202.833%200%201%200%200-5.666a2.833%202.833%200%200%200%200%205.666%22%2F%3E%3Cpath%20d%3D%22M13.167%209a1.167%201.167%200%201%200-2.335%200a1.167%201.167%200%200%200%202.335%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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