Back to Explorer
16 - 512
0.5 - 4.0
Save to
imageoutline
md portrait
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdPortraitIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 12c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 8.58c0-2.5-3.97-3.58-6-3.58s-6 1.08-6 3.58V18h12v-1.42zM8.48 16c.74-.51 2.23-1 3.52-1s2.78.49 3.52 1H8.48zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"/>
</svg>
);SVG Optimizer
Before
0.54 KB
↓
After
0.54 KB
Tags
accountaccount iconaccountsavatarbustcontactcontact iconfacefigureheadhumanidentityindividualloginmanmemberoutlinepeoplepersonperson outlineperson symbolphotopictureportraitprofileregistershapeshoulderssign insign upsilhouetteuseruser iconuser profile
Compare Alternatives
See how other libraries approach this concept.