location selected icon

location-selected from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
location-selected
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the location selected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.435 16.86a.75.75 0 0 1-.87 0C7.809 14.183 3.822 8.677 7.852 4.698A5.9 5.9 0 0 1 12 3c1.556 0 3.048.61 4.148 1.697c4.03 3.979.043 9.485-3.713 12.164"/><path d="m6.5 17l-2 4h15l-2-4M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiLocationSelected(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.435 16.86a.75.75 0 0 1-.87 0C7.809 14.183 3.822 8.677 7.852 4.698A5.9 5.9 0 0 1 12 3c1.556 0 3.048.61 4.148 1.697c4.03 3.979.043 9.485-3.713 12.164"/><path d="m6.5 17l-2 4h15l-2-4M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.435 16.86a.75.75 0 0 1-.87 0C7.809 14.183 3.822 8.677 7.852 4.698A5.9 5.9 0 0 1 12 3c1.556 0 3.048.61 4.148 1.697c4.03 3.979.043 9.485-3.713 12.164"/><path d="m6.5 17l-2 4h15l-2-4M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></g></svg>
</template>

CSS

.icon-location-selected {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.435%2016.86a.75.75%200%200%201-.87%200C7.809%2014.183%203.822%208.677%207.852%204.698A5.9%205.9%200%200%201%2012%203c1.556%200%203.048.61%204.148%201.697c4.03%203.979.043%209.485-3.713%2012.164%22%2F%3E%3Cpath%20d%3D%22m6.5%2017l-2%204h15l-2-4M12%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.435%2016.86a.75.75%200%200%201-.87%200C7.809%2014.183%203.822%208.677%207.852%204.698A5.9%205.9%200%200%201%2012%203c1.556%200%203.048.61%204.148%201.697c4.03%203.979.043%209.485-3.713%2012.164%22%2F%3E%3Cpath%20d%3D%22m6.5%2017l-2%204h15l-2-4M12%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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-selected.svg?color=%231a73e8&size=48