pin2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
pin2-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the pin2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 10a8.75 8.75 0 0 1 17.5 0c0 4.208-2.762 7.27-4.538 9.24l-.155.172c-.682.758-2.26 2.22-3.05 2.945a1.49 1.49 0 0 1-2.014 0c-.79-.725-2.368-2.187-3.05-2.945l-.162-.18C5.926 17.175 3.25 14.207 3.25 10M12 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPin2Filled(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" fillRule="evenodd" d="M3.25 10a8.75 8.75 0 0 1 17.5 0c0 4.208-2.762 7.27-4.538 9.24l-.155.172c-.682.758-2.26 2.22-3.05 2.945a1.49 1.49 0 0 1-2.014 0c-.79-.725-2.368-2.187-3.05-2.945l-.162-.18C5.926 17.175 3.25 14.207 3.25 10M12 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 10a8.75 8.75 0 0 1 17.5 0c0 4.208-2.762 7.27-4.538 9.24l-.155.172c-.682.758-2.26 2.22-3.05 2.945a1.49 1.49 0 0 1-2.014 0c-.79-.725-2.368-2.187-3.05-2.945l-.162-.18C5.926 17.175 3.25 14.207 3.25 10M12 12.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pin2-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2010a8.75%208.75%200%200%201%2017.5%200c0%204.208-2.762%207.27-4.538%209.24l-.155.172c-.682.758-2.26%202.22-3.05%202.945a1.49%201.49%200%200%201-2.014%200c-.79-.725-2.368-2.187-3.05-2.945l-.162-.18C5.926%2017.175%203.25%2014.207%203.25%2010M12%2012.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%2010a8.75%208.75%200%200%201%2017.5%200c0%204.208-2.762%207.27-4.538%209.24l-.155.172c-.682.758-2.26%202.22-3.05%202.945a1.49%201.49%200%200%201-2.014%200c-.79-.725-2.368-2.187-3.05-2.945l-.162-.18C5.926%2017.175%203.25%2014.207%203.25%2010M12%2012.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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