user icon
user from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- user
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
user-outlinedAnt Design IconsuserBoxIcons v2userCarbonuserElement PlususerFont Awesome 6 RegularuserFont Awesome 6 SoliduserFont Awesome RegularuserFont Awesome SoliduserFeather Iconsuser-outlineFlowbite Iconsusercss.gguserHeroIconsuserHuge IconsuserHumbleiconsuserIconParkuserIconPark OutlineuserIconPark SoliduserIconPark TwoToneuserIconoiruserJam IconsuserLine AwesomeuserLucideuserMage IconsuserMajesticons
Related icons in BoxIcons v2 Solid
Use the user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2S7.5 4.019 7.5 6.5M20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1z"/></svg>
React
import type { SVGProps } from "react";
export function BxsUser(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="M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2S7.5 4.019 7.5 6.5M20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2S7.5 4.019 7.5 6.5M20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1z"/></svg> </template>
CSS
.icon-user {
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%22M7.5%206.5C7.5%208.981%209.519%2011%2012%2011s4.5-2.019%204.5-4.5S14.481%202%2012%202S7.5%204.019%207.5%206.5M20%2021h1v-1c0-3.859-3.141-7-7-7h-4c-3.86%200-7%203.141-7%207v1z%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%22M7.5%206.5C7.5%208.981%209.519%2011%2012%2011s4.5-2.019%204.5-4.5S14.481%202%2012%202S7.5%204.019%207.5%206.5M20%2021h1v-1c0-3.859-3.141-7-7-7h-4c-3.86%200-7%203.141-7%207v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/user.svg?color=%231a73e8&size=48