usercase icon
usercase from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- usercase
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the usercase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.121 9.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m0 8c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m-13.707-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 13h4m-2 3v-6m0 6l-2 2m2-2l2.002 2m13.12-8.585c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm0 8c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm-13.708-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828ZM10.5 8h1m-1 8h1"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignUsercase(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"><path d="M20.121 9.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m0 8c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m-13.707-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3 13h4m-2 3v-6m0 6l-2 2m2-2l2.002 2m13.12-8.585c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm0 8c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm-13.708-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828ZM10.5 8h1m-1 8h1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.121 9.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m0 8c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m-13.707-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 13h4m-2 3v-6m0 6l-2 2m2-2l2.002 2m13.12-8.585c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm0 8c-1.172.781-3.072.781-4.243 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm-13.708-8a2 2 0 1 1-2.828-2.828a2 2 0 0 1 2.828 2.828ZM10.5 8h1m-1 8h1"/></g></svg> </template>
CSS
.icon-usercase {
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%3E%3Cpath%20d%3D%22M20.121%209.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m0%208c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m-13.707-8a2%202%200%201%201-2.828-2.828a2%202%200%200%201%202.828%202.828%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2013h4m-2%203v-6m0%206l-2%202m2-2l2.002%202m13.12-8.585c-1.172.781-3.072.781-4.243%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm0%208c-1.172.781-3.072.781-4.243%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm-13.708-8a2%202%200%201%201-2.828-2.828a2%202%200%200%201%202.828%202.828ZM10.5%208h1m-1%208h1%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%3E%3Cpath%20d%3D%22M20.121%209.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m0%208c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m-13.707-8a2%202%200%201%201-2.828-2.828a2%202%200%200%201%202.828%202.828%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2013h4m-2%203v-6m0%206l-2%202m2-2l2.002%202m13.12-8.585c-1.172.781-3.072.781-4.243%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm0%208c-1.172.781-3.072.781-4.243%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm-13.708-8a2%202%200%201%201-2.828-2.828a2%202%200%200%201%202.828%202.828ZM10.5%208h1m-1%208h1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/usercase.svg?color=%231a73e8&size=48