map pin user inside icon

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

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

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the map pin user inside icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.167c2.363 0 4.623.965 6.286 2.676c3.06 3.147 3.04 6.919 1.63 10.288c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0c-2.66-1.976-5.43-5.01-6.822-8.34c-1.41-3.368-1.43-7.14 1.63-10.287A8.77 8.77 0 0 1 12 1.167m2.138 9.689a2.833 2.833 0 1 0-4.276 0q-.246.15-.467.34c-.752.645-1.228 1.602-1.228 2.804a.833.833 0 1 0 1.666 0c0-.729.274-1.219.647-1.54c.391-.334.94-.523 1.52-.523s1.129.189 1.52.524c.373.32.647.81.647 1.539a.833.833 0 1 0 1.666 0c0-1.202-.476-2.16-1.228-2.805a3.6 3.6 0 0 0-.467-.34"/><path d="M13.167 9a1.167 1.167 0 1 1-2.334 0a1.167 1.167 0 0 1 2.334 0"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMapPinUserInsideSolid(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="M12 1.167c2.363 0 4.623.965 6.286 2.676c3.06 3.147 3.04 6.919 1.63 10.288c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0c-2.66-1.976-5.43-5.01-6.822-8.34c-1.41-3.368-1.43-7.14 1.63-10.287A8.77 8.77 0 0 1 12 1.167m2.138 9.689a2.833 2.833 0 1 0-4.276 0q-.246.15-.467.34c-.752.645-1.228 1.602-1.228 2.804a.833.833 0 1 0 1.666 0c0-.729.274-1.219.647-1.54c.391-.334.94-.523 1.52-.523s1.129.189 1.52.524c.373.32.647.81.647 1.539a.833.833 0 1 0 1.666 0c0-1.202-.476-2.16-1.228-2.805a3.6 3.6 0 0 0-.467-.34"/><path d="M13.167 9a1.167 1.167 0 1 1-2.334 0a1.167 1.167 0 0 1 2.334 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="M12 1.167c2.363 0 4.623.965 6.286 2.676c3.06 3.147 3.04 6.919 1.63 10.288c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0c-2.66-1.976-5.43-5.01-6.822-8.34c-1.41-3.368-1.43-7.14 1.63-10.287A8.77 8.77 0 0 1 12 1.167m2.138 9.689a2.833 2.833 0 1 0-4.276 0q-.246.15-.467.34c-.752.645-1.228 1.602-1.228 2.804a.833.833 0 1 0 1.666 0c0-.729.274-1.219.647-1.54c.391-.334.94-.523 1.52-.523s1.129.189 1.52.524c.373.32.647.81.647 1.539a.833.833 0 1 0 1.666 0c0-1.202-.476-2.16-1.228-2.805a3.6 3.6 0 0 0-.467-.34"/><path d="M13.167 9a1.167 1.167 0 1 1-2.334 0a1.167 1.167 0 0 1 2.334 0"/></g></svg>
</template>

CSS

.icon-map-pin-user-inside-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%22M12%201.167c2.363%200%204.623.965%206.286%202.676c3.06%203.147%203.04%206.919%201.63%2010.288c-1.393%203.33-4.163%206.363-6.822%208.339a1.83%201.83%200%200%201-2.188%200c-2.66-1.976-5.43-5.01-6.822-8.34c-1.41-3.368-1.43-7.14%201.63-10.287A8.77%208.77%200%200%201%2012%201.167m2.138%209.689a2.833%202.833%200%201%200-4.276%200q-.246.15-.467.34c-.752.645-1.228%201.602-1.228%202.804a.833.833%200%201%200%201.666%200c0-.729.274-1.219.647-1.54c.391-.334.94-.523%201.52-.523s1.129.189%201.52.524c.373.32.647.81.647%201.539a.833.833%200%201%200%201.666%200c0-1.202-.476-2.16-1.228-2.805a3.6%203.6%200%200%200-.467-.34%22%2F%3E%3Cpath%20d%3D%22M13.167%209a1.167%201.167%200%201%201-2.334%200a1.167%201.167%200%200%201%202.334%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%22M12%201.167c2.363%200%204.623.965%206.286%202.676c3.06%203.147%203.04%206.919%201.63%2010.288c-1.393%203.33-4.163%206.363-6.822%208.339a1.83%201.83%200%200%201-2.188%200c-2.66-1.976-5.43-5.01-6.822-8.34c-1.41-3.368-1.43-7.14%201.63-10.287A8.77%208.77%200%200%201%2012%201.167m2.138%209.689a2.833%202.833%200%201%200-4.276%200q-.246.15-.467.34c-.752.645-1.228%201.602-1.228%202.804a.833.833%200%201%200%201.666%200c0-.729.274-1.219.647-1.54c.391-.334.94-.523%201.52-.523s1.129.189%201.52.524c.373.32.647.81.647%201.539a.833.833%200%201%200%201.666%200c0-1.202-.476-2.16-1.228-2.805a3.6%203.6%200%200%200-.467-.34%22%2F%3E%3Cpath%20d%3D%22M13.167%209a1.167%201.167%200%201%201-2.334%200a1.167%201.167%200%200%201%202.334%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-pin-user-inside-solid.svg?color=%231a73e8&size=48