location point icon
location-point from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.
- Name
- location-point
- Set
- Unicons
- Style
- Line
- Category
- Location And Map
- Viewbox
- 24×24
- License
- Apache 2.0
More location and map icons from Unicons
Use the location point icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.48a8.45 8.45 0 0 0-12 12l5.27 5.28a1 1 0 0 0 1.42 0L18 16.43a8.45 8.45 0 0 0 0-11.95M16.57 15L12 19.59L7.43 15a6.46 6.46 0 1 1 9.14 0M9 7.41a4.32 4.32 0 0 0 0 6.1a4.31 4.31 0 0 0 7.36-3a4.24 4.24 0 0 0-1.26-3.05A4.3 4.3 0 0 0 9 7.41m4.69 4.68a2.33 2.33 0 1 1 .67-1.63a2.33 2.33 0 0 1-.72 1.63Z"/></svg>
React
import type { SVGProps } from "react";
export function UilLocationPoint(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" d="M18 4.48a8.45 8.45 0 0 0-12 12l5.27 5.28a1 1 0 0 0 1.42 0L18 16.43a8.45 8.45 0 0 0 0-11.95M16.57 15L12 19.59L7.43 15a6.46 6.46 0 1 1 9.14 0M9 7.41a4.32 4.32 0 0 0 0 6.1a4.31 4.31 0 0 0 7.36-3a4.24 4.24 0 0 0-1.26-3.05A4.3 4.3 0 0 0 9 7.41m4.69 4.68a2.33 2.33 0 1 1 .67-1.63a2.33 2.33 0 0 1-.72 1.63Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.48a8.45 8.45 0 0 0-12 12l5.27 5.28a1 1 0 0 0 1.42 0L18 16.43a8.45 8.45 0 0 0 0-11.95M16.57 15L12 19.59L7.43 15a6.46 6.46 0 1 1 9.14 0M9 7.41a4.32 4.32 0 0 0 0 6.1a4.31 4.31 0 0 0 7.36-3a4.24 4.24 0 0 0-1.26-3.05A4.3 4.3 0 0 0 9 7.41m4.69 4.68a2.33 2.33 0 1 1 .67-1.63a2.33 2.33 0 0 1-.72 1.63Z"/></svg> </template>
CSS
.icon-location-point {
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%20d%3D%22M18%204.48a8.45%208.45%200%200%200-12%2012l5.27%205.28a1%201%200%200%200%201.42%200L18%2016.43a8.45%208.45%200%200%200%200-11.95M16.57%2015L12%2019.59L7.43%2015a6.46%206.46%200%201%201%209.14%200M9%207.41a4.32%204.32%200%200%200%200%206.1a4.31%204.31%200%200%200%207.36-3a4.24%204.24%200%200%200-1.26-3.05A4.3%204.3%200%200%200%209%207.41m4.69%204.68a2.33%202.33%200%201%201%20.67-1.63a2.33%202.33%200%200%201-.72%201.63Z%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%20d%3D%22M18%204.48a8.45%208.45%200%200%200-12%2012l5.27%205.28a1%201%200%200%200%201.42%200L18%2016.43a8.45%208.45%200%200%200%200-11.95M16.57%2015L12%2019.59L7.43%2015a6.46%206.46%200%201%201%209.14%200M9%207.41a4.32%204.32%200%200%200%200%206.1a4.31%204.31%200%200%200%207.36-3a4.24%204.24%200%200%200-1.26-3.05A4.3%204.3%200%200%200%209%207.41m4.69%204.68a2.33%202.33%200%201%201%20.67-1.63a2.33%202.33%200%200%201-.72%201.63Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/location-point.svg?color=%231a73e8&size=48