user circle icon
user-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- user-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-user-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the user circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10.13 10.13 0 0 0 2 12a10 10 0 0 0 4 7.92V20h.1a9.7 9.7 0 0 0 11.8 0h.1v-.08A10 10 0 0 0 22 12A10.13 10.13 0 0 0 12 2M8.07 18.93A3 3 0 0 1 11 16.57h2a3 3 0 0 1 2.93 2.36a7.75 7.75 0 0 1-7.86 0m9.54-1.29A5 5 0 0 0 13 14.57h-2a5 5 0 0 0-4.61 3.07A8 8 0 0 1 4 12a8.1 8.1 0 0 1 8-8a8.1 8.1 0 0 1 8 8a8 8 0 0 1-2.39 5.64"/><path fill="currentColor" d="M12 6a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function BxUserCircle(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="M12 2A10.13 10.13 0 0 0 2 12a10 10 0 0 0 4 7.92V20h.1a9.7 9.7 0 0 0 11.8 0h.1v-.08A10 10 0 0 0 22 12A10.13 10.13 0 0 0 12 2M8.07 18.93A3 3 0 0 1 11 16.57h2a3 3 0 0 1 2.93 2.36a7.75 7.75 0 0 1-7.86 0m9.54-1.29A5 5 0 0 0 13 14.57h-2a5 5 0 0 0-4.61 3.07A8 8 0 0 1 4 12a8.1 8.1 0 0 1 8-8a8.1 8.1 0 0 1 8 8a8 8 0 0 1-2.39 5.64"/><path fill="currentColor" d="M12 6a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10.13 10.13 0 0 0 2 12a10 10 0 0 0 4 7.92V20h.1a9.7 9.7 0 0 0 11.8 0h.1v-.08A10 10 0 0 0 22 12A10.13 10.13 0 0 0 12 2M8.07 18.93A3 3 0 0 1 11 16.57h2a3 3 0 0 1 2.93 2.36a7.75 7.75 0 0 1-7.86 0m9.54-1.29A5 5 0 0 0 13 14.57h-2a5 5 0 0 0-4.61 3.07A8 8 0 0 1 4 12a8.1 8.1 0 0 1 8-8a8.1 8.1 0 0 1 8 8a8 8 0 0 1-2.39 5.64"/><path fill="currentColor" d="M12 6a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2"/></svg> </template>
CSS
.icon-user-circle {
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%22M12%202A10.13%2010.13%200%200%200%202%2012a10%2010%200%200%200%204%207.92V20h.1a9.7%209.7%200%200%200%2011.8%200h.1v-.08A10%2010%200%200%200%2022%2012A10.13%2010.13%200%200%200%2012%202M8.07%2018.93A3%203%200%200%201%2011%2016.57h2a3%203%200%200%201%202.93%202.36a7.75%207.75%200%200%201-7.86%200m9.54-1.29A5%205%200%200%200%2013%2014.57h-2a5%205%200%200%200-4.61%203.07A8%208%200%200%201%204%2012a8.1%208.1%200%200%201%208-8a8.1%208.1%200%200%201%208%208a8%208%200%200%201-2.39%205.64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206a3.91%203.91%200%200%200-4%204a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4m0%206a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202a1.91%201.91%200%200%201-2%202%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%22M12%202A10.13%2010.13%200%200%200%202%2012a10%2010%200%200%200%204%207.92V20h.1a9.7%209.7%200%200%200%2011.8%200h.1v-.08A10%2010%200%200%200%2022%2012A10.13%2010.13%200%200%200%2012%202M8.07%2018.93A3%203%200%200%201%2011%2016.57h2a3%203%200%200%201%202.93%202.36a7.75%207.75%200%200%201-7.86%200m9.54-1.29A5%205%200%200%200%2013%2014.57h-2a5%205%200%200%200-4.61%203.07A8%208%200%200%201%204%2012a8.1%208.1%200%200%201%208-8a8.1%208.1%200%200%201%208%208a8%208%200%200%201-2.39%205.64%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206a3.91%203.91%200%200%200-4%204a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4m0%206a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202a1.91%201.91%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/user-circle.svg?color=%231a73e8&size=48