pushpin-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
pushpin-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
pushpin-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the pushpin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2c-73.2 0-146.4 24.1-206.5 72.3c-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7l-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4c.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4l181.7 181.7c6.5 6.5 15 9.7 23.5 9.7c9.7 0 19.3-4.2 25.9-12.4c56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignPushpinFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2c-73.2 0-146.4 24.1-206.5 72.3c-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7l-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4c.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4l181.7 181.7c6.5 6.5 15 9.7 23.5 9.7c9.7 0 19.3-4.2 25.9-12.4c56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2c-73.2 0-146.4 24.1-206.5 72.3c-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7l-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4c.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4l181.7 181.7c6.5 6.5 15 9.7 23.5 9.7c9.7 0 19.3-4.2 25.9-12.4c56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8"/></svg>
</template>

CSS

.icon-pushpin-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M878.3%20392.1L631.9%20145.7c-6.5-6.5-15-9.7-23.5-9.7s-17%203.2-23.5%209.7L423.8%20306.9c-12.2-1.4-24.5-2-36.8-2c-73.2%200-146.4%2024.1-206.5%2072.3c-15.4%2012.3-16.6%2035.4-2.7%2049.4l181.7%20181.7l-215.4%20215.2a15.8%2015.8%200%200%200-4.6%209.8l-3.4%2037.2c-.9%209.4%206.6%2017.4%2015.9%2017.4c.5%200%201%200%201.5-.1l37.2-3.4c3.7-.3%207.2-2%209.8-4.6l215.4-215.4l181.7%20181.7c6.5%206.5%2015%209.7%2023.5%209.7c9.7%200%2019.3-4.2%2025.9-12.4c56.3-70.3%2079.7-158.3%2070.2-243.4l161.1-161.1c12.9-12.8%2012.9-33.8%200-46.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M878.3%20392.1L631.9%20145.7c-6.5-6.5-15-9.7-23.5-9.7s-17%203.2-23.5%209.7L423.8%20306.9c-12.2-1.4-24.5-2-36.8-2c-73.2%200-146.4%2024.1-206.5%2072.3c-15.4%2012.3-16.6%2035.4-2.7%2049.4l181.7%20181.7l-215.4%20215.2a15.8%2015.8%200%200%200-4.6%209.8l-3.4%2037.2c-.9%209.4%206.6%2017.4%2015.9%2017.4c.5%200%201%200%201.5-.1l37.2-3.4c3.7-.3%207.2-2%209.8-4.6l215.4-215.4l181.7%20181.7c6.5%206.5%2015%209.7%2023.5%209.7c9.7%200%2019.3-4.2%2025.9-12.4c56.3-70.3%2079.7-158.3%2070.2-243.4l161.1-161.1c12.9-12.8%2012.9-33.8%200-46.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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