location 09 icon

location-09 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
location-09
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the location 09 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-width="1.5"><path stroke-linecap="round" d="M18 18c1.245.424 2 .982 2 1.593C20 20.923 16.418 22 12 22s-8-1.078-8-2.407c0-.611.755-1.169 2-1.593"/><path d="M15 9.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M12 2c4.059 0 7.5 3.428 7.5 7.587c0 4.225-3.497 7.19-6.727 9.206a1.55 1.55 0 0 1-1.546 0C8.003 16.757 4.5 13.827 4.5 9.587C4.5 5.428 7.941 2 12 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLocation09(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" strokeWidth="1.5"><path strokeLinecap="round" d="M18 18c1.245.424 2 .982 2 1.593C20 20.923 16.418 22 12 22s-8-1.078-8-2.407c0-.611.755-1.169 2-1.593"/><path d="M15 9.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M12 2c4.059 0 7.5 3.428 7.5 7.587c0 4.225-3.497 7.19-6.727 9.206a1.55 1.55 0 0 1-1.546 0C8.003 16.757 4.5 13.827 4.5 9.587C4.5 5.428 7.941 2 12 2Z"/></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-width="1.5"><path stroke-linecap="round" d="M18 18c1.245.424 2 .982 2 1.593C20 20.923 16.418 22 12 22s-8-1.078-8-2.407c0-.611.755-1.169 2-1.593"/><path d="M15 9.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M12 2c4.059 0 7.5 3.428 7.5 7.587c0 4.225-3.497 7.19-6.727 9.206a1.55 1.55 0 0 1-1.546 0C8.003 16.757 4.5 13.827 4.5 9.587C4.5 5.428 7.941 2 12 2Z"/></g></svg>
</template>

CSS

.icon-location-09 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2018c1.245.424%202%20.982%202%201.593C20%2020.923%2016.418%2022%2012%2022s-8-1.078-8-2.407c0-.611.755-1.169%202-1.593%22%2F%3E%3Cpath%20d%3D%22M15%209.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20d%3D%22M12%202c4.059%200%207.5%203.428%207.5%207.587c0%204.225-3.497%207.19-6.727%209.206a1.55%201.55%200%200%201-1.546%200C8.003%2016.757%204.5%2013.827%204.5%209.587C4.5%205.428%207.941%202%2012%202Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2018c1.245.424%202%20.982%202%201.593C20%2020.923%2016.418%2022%2012%2022s-8-1.078-8-2.407c0-.611.755-1.169%202-1.593%22%2F%3E%3Cpath%20d%3D%22M15%209.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20d%3D%22M12%202c4.059%200%207.5%203.428%207.5%207.587c0%204.225-3.497%207.19-6.727%209.206a1.55%201.55%200%200%201-1.546%200C8.003%2016.757%204.5%2013.827%204.5%209.587C4.5%205.428%207.941%202%2012%202Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/location-09.svg?color=%231a73e8&size=48