pin wave icon

pin-wave-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
pin-wave-filled
Set
Reicon
Style
Filled
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the pin wave 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 22c5.523 0 10-2.014 10-4.5c0-1.266-1.163-2.41-3.035-3.229c-1.142 2.096-2.883 3.903-5.095 4.848a4.78 4.78 0 0 1-3.74 0c-2.212-.945-3.953-2.752-5.095-4.847C3.163 15.089 2 16.234 2 17.5C2 19.986 6.477 22 12 22"/><path fill-rule="evenodd" d="M5 8.515C5 4.917 8.134 2 12 2s7 2.917 7 6.515c0 3.57-2.234 7.735-5.72 9.225a3.28 3.28 0 0 1-2.56 0C7.234 16.25 5 12.084 5 8.515M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPinWaveFilled(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 22c5.523 0 10-2.014 10-4.5c0-1.266-1.163-2.41-3.035-3.229c-1.142 2.096-2.883 3.903-5.095 4.848a4.78 4.78 0 0 1-3.74 0c-2.212-.945-3.953-2.752-5.095-4.847C3.163 15.089 2 16.234 2 17.5C2 19.986 6.477 22 12 22"/><path fillRule="evenodd" d="M5 8.515C5 4.917 8.134 2 12 2s7 2.917 7 6.515c0 3.57-2.234 7.735-5.72 9.225a3.28 3.28 0 0 1-2.56 0C7.234 16.25 5 12.084 5 8.515M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></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 22c5.523 0 10-2.014 10-4.5c0-1.266-1.163-2.41-3.035-3.229c-1.142 2.096-2.883 3.903-5.095 4.848a4.78 4.78 0 0 1-3.74 0c-2.212-.945-3.953-2.752-5.095-4.847C3.163 15.089 2 16.234 2 17.5C2 19.986 6.477 22 12 22"/><path fill-rule="evenodd" d="M5 8.515C5 4.917 8.134 2 12 2s7 2.917 7 6.515c0 3.57-2.234 7.735-5.72 9.225a3.28 3.28 0 0 1-2.56 0C7.234 16.25 5 12.084 5 8.515M12 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-pin-wave-filled {
  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%2022c5.523%200%2010-2.014%2010-4.5c0-1.266-1.163-2.41-3.035-3.229c-1.142%202.096-2.883%203.903-5.095%204.848a4.78%204.78%200%200%201-3.74%200c-2.212-.945-3.953-2.752-5.095-4.847C3.163%2015.089%202%2016.234%202%2017.5C2%2019.986%206.477%2022%2012%2022%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208.515C5%204.917%208.134%202%2012%202s7%202.917%207%206.515c0%203.57-2.234%207.735-5.72%209.225a3.28%203.28%200%200%201-2.56%200C7.234%2016.25%205%2012.084%205%208.515M12%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%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%2022c5.523%200%2010-2.014%2010-4.5c0-1.266-1.163-2.41-3.035-3.229c-1.142%202.096-2.883%203.903-5.095%204.848a4.78%204.78%200%200%201-3.74%200c-2.212-.945-3.953-2.752-5.095-4.847C3.163%2015.089%202%2016.234%202%2017.5C2%2019.986%206.477%2022%2012%2022%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208.515C5%204.917%208.134%202%2012%202s7%202.917%207%206.515c0%203.57-2.234%207.735-5.72%209.225a3.28%203.28%200%200%201-2.56%200C7.234%2016.25%205%2012.084%205%208.515M12%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pin-wave-filled.svg?color=%231a73e8&size=48