location user icon

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

Name
location-user-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 location user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.75 9a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561M12 6.25a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 6.25"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiLocationUserSolid(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="M10.75 9a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561M12 6.25a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 6.25"/></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="M10.75 9a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561M12 6.25a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 6.25"/></g></svg>
</template>

CSS

.icon-location-user-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%22M10.75%209a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M6.14%204.648A8.34%208.34%200%200%201%2012%202.25c2.196%200%204.304.861%205.86%202.398c1.409%201.39%202.143%202.946%202.337%204.562c.193%201.602-.152%203.21-.81%204.718c-1.306%203-3.902%205.728-6.392%207.503a1.71%201.71%200%200%201-1.99%200c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17%202.337-4.561M12%206.25a2.75%202.75%200%200%200-2.01%204.627q-.286.164-.54.382c-.734.629-1.2%201.563-1.2%202.741a.75.75%200%200%200%201.5%200c0-.752.284-1.266.676-1.603c.408-.35.977-.543%201.574-.543s1.166.193%201.574.543c.392.337.676.85.676%201.603a.75.75%200%200%200%201.5%200c0-1.178-.466-2.112-1.2-2.741a3.6%203.6%200%200%200-.54-.382A2.75%202.75%200%200%200%2012%206.25%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%22M10.75%209a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M6.14%204.648A8.34%208.34%200%200%201%2012%202.25c2.196%200%204.304.861%205.86%202.398c1.409%201.39%202.143%202.946%202.337%204.562c.193%201.602-.152%203.21-.81%204.718c-1.306%203-3.902%205.728-6.392%207.503a1.71%201.71%200%200%201-1.99%200c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17%202.337-4.561M12%206.25a2.75%202.75%200%200%200-2.01%204.627q-.286.164-.54.382c-.734.629-1.2%201.563-1.2%202.741a.75.75%200%200%200%201.5%200c0-.752.284-1.266.676-1.603c.408-.35.977-.543%201.574-.543s1.166.193%201.574.543c.392.337.676.85.676%201.603a.75.75%200%200%200%201.5%200c0-1.178-.466-2.112-1.2-2.741a3.6%203.6%200%200%200-.54-.382A2.75%202.75%200%200%200%2012%206.25%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/location-user-solid.svg?color=%231a73e8&size=48