user info icon
user-info-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- user-info-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-lock-filluser-pin-filluser-question-filluser-remove-2-filluser-remove-filluser-search-filluser-security-filluser-setting-filluser-star-filluser-visible-filluser-warning-fill
Use the user info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm-1 3a1 1 0 1 0 0 2v2a1 1 0 0 0 1 1h.5a1 1 0 0 0 .5-1.866V18a1 1 0 0 0-1-1z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUserInfoFill(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="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm-1 3a1 1 0 1 0 0 2v2a1 1 0 0 0 1 1h.5a1 1 0 0 0 .5-1.866V18a1 1 0 0 0-1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7 1a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm-1 3a1 1 0 1 0 0 2v2a1 1 0 0 0 1 1h.5a1 1 0 0 0 .5-1.866V18a1 1 0 0 0-1-1z"/></svg> </template>
CSS
.icon-user-info-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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7%201a1%201%200%201%200%200%202h.002a1%201%200%200%200%200-2zm-1%203a1%201%200%201%200%200%202v2a1%201%200%200%200%201%201h.5a1%201%200%200%200%20.5-1.866V18a1%201%200%200%200-1-1z%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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7%201a1%201%200%201%200%200%202h.002a1%201%200%200%200%200-2zm-1%203a1%201%200%201%200%200%202v2a1%201%200%200%200%201%201h.5a1%201%200%200%200%20.5-1.866V18a1%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/user-info-fill.svg?color=%231a73e8&size=48