pin-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
pin-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Related icons in Jam Icons

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="m7.374 12.268l-5.656 5.657A1 1 0 1 1 .303 16.51l5.657-5.656L1.718 6.61A6.99 6.99 0 0 1 7.9 4.67L11.617.954a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829l-3.716 3.716a6.99 6.99 0 0 1-1.941 6.183z"/></svg>

React

import type { SVGProps } from "react";

export function JamPinF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="m7.374 12.268l-5.656 5.657A1 1 0 1 1 .303 16.51l5.657-5.656L1.718 6.61A6.99 6.99 0 0 1 7.9 4.67L11.617.954a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829l-3.716 3.716a6.99 6.99 0 0 1-1.941 6.183z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="m7.374 12.268l-5.656 5.657A1 1 0 1 1 .303 16.51l5.657-5.656L1.718 6.61A6.99 6.99 0 0 1 7.9 4.67L11.617.954a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829l-3.716 3.716a6.99 6.99 0 0 1-1.941 6.183z"/></svg>
</template>

CSS

.icon-pin-f {
  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%22-3%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.374%2012.268l-5.656%205.657A1%201%200%201%201%20.303%2016.51l5.657-5.656L1.718%206.61A6.99%206.99%200%200%201%207.9%204.67L11.617.954a2%202%200%200%201%202.828%200l2.829%202.828a2%202%200%200%201%200%202.829l-3.716%203.716a6.99%206.99%200%200%201-1.941%206.183z%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%22-3%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.374%2012.268l-5.656%205.657A1%201%200%201%201%20.303%2016.51l5.657-5.656L1.718%206.61A6.99%206.99%200%200%201%207.9%204.67L11.617.954a2%202%200%200%201%202.828%200l2.829%202.828a2%202%200%200%201%200%202.829l-3.716%203.716a6.99%206.99%200%200%201-1.941%206.183z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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