pushpin icon
pushpin-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- pushpin-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
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" fill-opacity=".15" d="m474.8 357.7l-24.5 24.5l-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6c-29 0-57.5 4.7-84.7 14.1c-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.9 259.9 0 0 0 30.4-153.9l-3.8-34.4l24.5-24.5L800 415.5L608.5 224z"/><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.3a33.23 33.23 0 0 0-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.8M666.2 549.3l-24.5 24.5l3.8 34.4a259.9 259.9 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9c27.2-9.4 55.7-14.1 84.7-14.1c9.6 0 19.3.5 28.9 1.6l34.4 3.8l24.5-24.5L608.5 224L800 415.5z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignPushpinTwotone(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" fillOpacity=".15" d="m474.8 357.7l-24.5 24.5l-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6c-29 0-57.5 4.7-84.7 14.1c-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.9 259.9 0 0 0 30.4-153.9l-3.8-34.4l24.5-24.5L800 415.5L608.5 224z"/><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.3a33.23 33.23 0 0 0-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.8M666.2 549.3l-24.5 24.5l3.8 34.4a259.9 259.9 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9c27.2-9.4 55.7-14.1 84.7-14.1c9.6 0 19.3.5 28.9 1.6l34.4 3.8l24.5-24.5L608.5 224L800 415.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m474.8 357.7l-24.5 24.5l-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6c-29 0-57.5 4.7-84.7 14.1c-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.9 259.9 0 0 0 30.4-153.9l-3.8-34.4l24.5-24.5L800 415.5L608.5 224z"/><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.3a33.23 33.23 0 0 0-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.8M666.2 549.3l-24.5 24.5l3.8 34.4a259.9 259.9 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9c27.2-9.4 55.7-14.1 84.7-14.1c9.6 0 19.3.5 28.9 1.6l34.4 3.8l24.5-24.5L608.5 224L800 415.5z"/></svg> </template>
CSS
.icon-pushpin-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22m474.8%20357.7l-24.5%2024.5l-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6c-29%200-57.5%204.7-84.7%2014.1c-14%204.8-27.4%2010.8-40.3%2017.9l353.1%20353.3a259.9%20259.9%200%200%200%2030.4-153.9l-3.8-34.4l24.5-24.5L800%20415.5L608.5%20224z%22%2F%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.3a33.23%2033.23%200%200%200-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.8M666.2%20549.3l-24.5%2024.5l3.8%2034.4a259.9%20259.9%200%200%201-30.4%20153.9L262%20408.8c12.9-7.1%2026.3-13.1%2040.3-17.9c27.2-9.4%2055.7-14.1%2084.7-14.1c9.6%200%2019.3.5%2028.9%201.6l34.4%203.8l24.5-24.5L608.5%20224L800%20415.5z%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%20fill-opacity%3D%22.15%22%20d%3D%22m474.8%20357.7l-24.5%2024.5l-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6c-29%200-57.5%204.7-84.7%2014.1c-14%204.8-27.4%2010.8-40.3%2017.9l353.1%20353.3a259.9%20259.9%200%200%200%2030.4-153.9l-3.8-34.4l24.5-24.5L800%20415.5L608.5%20224z%22%2F%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.3a33.23%2033.23%200%200%200-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.8M666.2%20549.3l-24.5%2024.5l3.8%2034.4a259.9%20259.9%200%200%201-30.4%20153.9L262%20408.8c12.9-7.1%2026.3-13.1%2040.3-17.9c27.2-9.4%2055.7-14.1%2084.7-14.1c9.6%200%2019.3.5%2028.9%201.6l34.4%203.8l24.5-24.5L608.5%20224L800%20415.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/pushpin-twotone.svg?color=%231a73e8&size=48