user account icon
user-account from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- user-account
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the user account icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 12c0-3.771 0-5.657 1.113-6.828S6.017 4 9.6 4h4.8c3.583 0 5.374 0 6.487 1.172S22 8.229 22 12s0 5.657-1.113 6.828S17.983 20 14.4 20H9.6c-3.583 0-5.374 0-6.487-1.172S2 15.771 2 12"/><path d="M12.5 16.5c-.125-1.6-1.43-2.865-3.064-2.972L9 13.5q-.232.007-.437.016c-1.619.078-2.938 1.4-3.063 2.984m5.25-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M14.5 9h4m-4 3.5h4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsUserAccount(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 12c0-3.771 0-5.657 1.113-6.828S6.017 4 9.6 4h4.8c3.583 0 5.374 0 6.487 1.172S22 8.229 22 12s0 5.657-1.113 6.828S17.983 20 14.4 20H9.6c-3.583 0-5.374 0-6.487-1.172S2 15.771 2 12"/><path d="M12.5 16.5c-.125-1.6-1.43-2.865-3.064-2.972L9 13.5q-.232.007-.437.016c-1.619.078-2.938 1.4-3.063 2.984m5.25-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M14.5 9h4m-4 3.5h4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 12c0-3.771 0-5.657 1.113-6.828S6.017 4 9.6 4h4.8c3.583 0 5.374 0 6.487 1.172S22 8.229 22 12s0 5.657-1.113 6.828S17.983 20 14.4 20H9.6c-3.583 0-5.374 0-6.487-1.172S2 15.771 2 12"/><path d="M12.5 16.5c-.125-1.6-1.43-2.865-3.064-2.972L9 13.5q-.232.007-.437.016c-1.619.078-2.938 1.4-3.063 2.984m5.25-7.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M14.5 9h4m-4 3.5h4"/></g></svg> </template>
CSS
.icon-user-account {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-3.771%200-5.657%201.113-6.828S6.017%204%209.6%204h4.8c3.583%200%205.374%200%206.487%201.172S22%208.229%2022%2012s0%205.657-1.113%206.828S17.983%2020%2014.4%2020H9.6c-3.583%200-5.374%200-6.487-1.172S2%2015.771%202%2012%22%2F%3E%3Cpath%20d%3D%22M12.5%2016.5c-.125-1.6-1.43-2.865-3.064-2.972L9%2013.5q-.232.007-.437.016c-1.619.078-2.938%201.4-3.063%202.984m5.25-7.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M14.5%209h4m-4%203.5h4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-3.771%200-5.657%201.113-6.828S6.017%204%209.6%204h4.8c3.583%200%205.374%200%206.487%201.172S22%208.229%2022%2012s0%205.657-1.113%206.828S17.983%2020%2014.4%2020H9.6c-3.583%200-5.374%200-6.487-1.172S2%2015.771%202%2012%22%2F%3E%3Cpath%20d%3D%22M12.5%2016.5c-.125-1.6-1.43-2.865-3.064-2.972L9%2013.5q-.232.007-.437.016c-1.619.078-2.938%201.4-3.063%202.984m5.25-7.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M14.5%209h4m-4%203.5h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/user-account.svg?color=%231a73e8&size=48