usercase icon
usercase-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- usercase-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M18 5c.921 0 1.893.232 2.676.754C21.467 6.28 22 7.074 22 8s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 9.72 14 8.926 14 8s.533-1.719 1.324-2.246C16.107 5.232 17.079 5 18 5M6 10.83a3 3 0 1 0-2 0V12H2v2h2v1.586l-2.414 2.413L3 19.413l2-2l2.003 2l1.413-1.415L6 15.585V14h2v-2H6zM9.5 7h3v2h-3zm8.5 6c.921 0 1.893.232 2.676.754C21.467 14.28 22 15.074 22 16s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 17.72 14 16.926 14 16s.533-1.719 1.324-2.246C16.107 13.232 17.079 13 18 13m-8.5 2h3v2h-3z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignUsercaseFilled(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="M18 5c.921 0 1.893.232 2.676.754C21.467 6.28 22 7.074 22 8s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 9.72 14 8.926 14 8s.533-1.719 1.324-2.246C16.107 5.232 17.079 5 18 5M6 10.83a3 3 0 1 0-2 0V12H2v2h2v1.586l-2.414 2.413L3 19.413l2-2l2.003 2l1.413-1.415L6 15.585V14h2v-2H6zM9.5 7h3v2h-3zm8.5 6c.921 0 1.893.232 2.676.754C21.467 14.28 22 15.074 22 16s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 17.72 14 16.926 14 16s.533-1.719 1.324-2.246C16.107 13.232 17.079 13 18 13m-8.5 2h3v2h-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 5c.921 0 1.893.232 2.676.754C21.467 6.28 22 7.074 22 8s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 9.72 14 8.926 14 8s.533-1.719 1.324-2.246C16.107 5.232 17.079 5 18 5M6 10.83a3 3 0 1 0-2 0V12H2v2h2v1.586l-2.414 2.413L3 19.413l2-2l2.003 2l1.413-1.415L6 15.585V14h2v-2H6zM9.5 7h3v2h-3zm8.5 6c.921 0 1.893.232 2.676.754C21.467 14.28 22 15.074 22 16s-.533 1.719-1.324 2.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533 17.72 14 16.926 14 16s.533-1.719 1.324-2.246C16.107 13.232 17.079 13 18 13m-8.5 2h3v2h-3z"/></svg> </template>
CSS
.icon-usercase-filled {
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%22M18%205c.921%200%201.893.232%202.676.754C21.467%206.28%2022%207.074%2022%208s-.533%201.719-1.324%202.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533%209.72%2014%208.926%2014%208s.533-1.719%201.324-2.246C16.107%205.232%2017.079%205%2018%205M6%2010.83a3%203%200%201%200-2%200V12H2v2h2v1.586l-2.414%202.413L3%2019.413l2-2l2.003%202l1.413-1.415L6%2015.585V14h2v-2H6zM9.5%207h3v2h-3zm8.5%206c.921%200%201.893.232%202.676.754C21.467%2014.28%2022%2015.074%2022%2016s-.533%201.719-1.324%202.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533%2017.72%2014%2016.926%2014%2016s.533-1.719%201.324-2.246C16.107%2013.232%2017.079%2013%2018%2013m-8.5%202h3v2h-3z%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%22M18%205c.921%200%201.893.232%202.676.754C21.467%206.28%2022%207.074%2022%208s-.533%201.719-1.324%202.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533%209.72%2014%208.926%2014%208s.533-1.719%201.324-2.246C16.107%205.232%2017.079%205%2018%205M6%2010.83a3%203%200%201%200-2%200V12H2v2h2v1.586l-2.414%202.413L3%2019.413l2-2l2.003%202l1.413-1.415L6%2015.585V14h2v-2H6zM9.5%207h3v2h-3zm8.5%206c.921%200%201.893.232%202.676.754C21.467%2014.28%2022%2015.074%2022%2016s-.533%201.719-1.324%202.246c-.783.522-1.755.754-2.676.754s-1.893-.232-2.676-.754C14.533%2017.72%2014%2016.926%2014%2016s.533-1.719%201.324-2.246C16.107%2013.232%2017.079%2013%2018%2013m-8.5%202h3v2h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/usercase-filled.svg?color=%231a73e8&size=48