user pin icon
user-pin-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- user-pin-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
user-1-filluser-2-filluser-3-filluser-4-filluser-5-filluser-add-2-filluser-add-filluser-edit-filluser-follow-2-filluser-follow-filluser-forbid-filluser-heart-filluser-hide-filluser-info-filluser-lock-filluser-question-filluser-remove-2-filluser-remove-filluser-search-filluser-security-filluser-setting-filluser-star-filluser-visible-filluser-warning-fill
Use the user pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69"/><path fill="currentColor" fill-rule="evenodd" d="M17.055 21.468a9.3 9.3 0 0 1-1.221-.91C15.014 19.827 14 18.611 14 17a4 4 0 0 1 8 0c0 1.61-1.014 2.827-1.834 3.558a9.3 9.3 0 0 1-1.22.91c-.285.18-.603.382-.946.382s-.66-.202-.945-.382M17 17a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUserPinFill(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" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69"/><path fill="currentColor" fillRule="evenodd" d="M17.055 21.468a9.3 9.3 0 0 1-1.221-.91C15.014 19.827 14 18.611 14 17a4 4 0 0 1 8 0c0 1.61-1.014 2.827-1.834 3.558a9.3 9.3 0 0 1-1.22.91c-.285.18-.603.382-.946.382s-.66-.202-.945-.382M17 17a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1" 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" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69"/><path fill="currentColor" fill-rule="evenodd" d="M17.055 21.468a9.3 9.3 0 0 1-1.221-.91C15.014 19.827 14 18.611 14 17a4 4 0 0 1 8 0c0 1.61-1.014 2.827-1.834 3.558a9.3 9.3 0 0 1-1.22.91c-.285.18-.603.382-.946.382s-.66-.202-.945-.382M17 17a1 1 0 0 1 1-1h.002a1 1 0 0 1 0 2H18a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-user-pin-fill {
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%20d%3D%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.055%2021.468a9.3%209.3%200%200%201-1.221-.91C15.014%2019.827%2014%2018.611%2014%2017a4%204%200%200%201%208%200c0%201.61-1.014%202.827-1.834%203.558a9.3%209.3%200%200%201-1.22.91c-.285.18-.603.382-.946.382s-.66-.202-.945-.382M17%2017a1%201%200%200%201%201-1h.002a1%201%200%200%201%200%202H18a1%201%200%200%201-1-1%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%20d%3D%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.055%2021.468a9.3%209.3%200%200%201-1.221-.91C15.014%2019.827%2014%2018.611%2014%2017a4%204%200%200%201%208%200c0%201.61-1.014%202.827-1.834%203.558a9.3%209.3%200%200%201-1.22.91c-.285.18-.603.382-.946.382s-.66-.202-.945-.382M17%2017a1%201%200%200%201%201-1h.002a1%201%200%200%201%200%202H18a1%201%200%200%201-1-1%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/mingcute/user-pin-fill.svg?color=%231a73e8&size=48