user circle icon
user-circle-solid from Flowbite Icons by Themesberg · Solid · User · MIT Free for personal and commercial use.
- Name
- user-circle-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- User
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
user-circleBoxIcons v2user-circleBoxIcons v2 Soliduser-circleFont Awesome Regularuser-circleFont Awesome Soliduser-circleHeroIconsuser-circleHuge Iconsuser-circleIconoiruser-circleJam Iconsuser-circleLine Awesomeuser-circleMage Iconsuser-circleMajesticonsuser-circleMyna UI Iconsuser-circlePhosphoruser-circle-boldSolaruser-circleTabler Iconsuser-circleTDesign Iconsuser-circle-outlineTeenyiconsuser-circleUnicons
More user icons from Flowbite Icons
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" fill-rule="evenodd" d="M12 20a7.97 7.97 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.97 7.97 0 0 1 12 20M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12m10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteUserCircleSolid(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" fillRule="evenodd" d="M12 20a7.97 7.97 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.97 7.97 0 0 1 12 20M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12m10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7" 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" fill-rule="evenodd" d="M12 20a7.97 7.97 0 0 1-5.002-1.756l.002.001v-.683c0-1.794 1.492-3.25 3.333-3.25h3.334c1.84 0 3.333 1.456 3.333 3.25v.683A7.97 7.97 0 0 1 12 20M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 5.5-4.44 9.963-9.932 10h-.138C6.438 21.962 2 17.5 2 12m10-5c-1.84 0-3.333 1.455-3.333 3.25S10.159 13.5 12 13.5c1.84 0 3.333-1.455 3.333-3.25S13.841 7 12 7" clip-rule="evenodd"/></svg> </template>
CSS
.icon-user-circle-solid {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020a7.97%207.97%200%200%201-5.002-1.756l.002.001v-.683c0-1.794%201.492-3.25%203.333-3.25h3.334c1.84%200%203.333%201.456%203.333%203.25v.683A7.97%207.97%200%200%201%2012%2020M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010c0%205.5-4.44%209.963-9.932%2010h-.138C6.438%2021.962%202%2017.5%202%2012m10-5c-1.84%200-3.333%201.455-3.333%203.25S10.159%2013.5%2012%2013.5c1.84%200%203.333-1.455%203.333-3.25S13.841%207%2012%207%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020a7.97%207.97%200%200%201-5.002-1.756l.002.001v-.683c0-1.794%201.492-3.25%203.333-3.25h3.334c1.84%200%203.333%201.456%203.333%203.25v.683A7.97%207.97%200%200%201%2012%2020M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010c0%205.5-4.44%209.963-9.932%2010h-.138C6.438%2021.962%202%2017.5%202%2012m10-5c-1.84%200-3.333%201.455-3.333%203.25S10.159%2013.5%2012%2013.5c1.84%200%203.333-1.455%203.333-3.25S13.841%207%2012%207%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/flowbite/user-circle-solid.svg?color=%231a73e8&size=48