user visible icon
user-visible-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- user-visible-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the user visible icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5s-6.09-4.5-6.09-4.5s1.674-4.5 6.09-4.5s6.09 4.5 6.09 4.5m-4.842-1h-2.5v2h2.5z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignUserVisibleFilled(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="M11.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5s-6.09-4.5-6.09-4.5s1.674-4.5 6.09-4.5s6.09 4.5 6.09 4.5m-4.842-1h-2.5v2h2.5z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5s-6.09-4.5-6.09-4.5s1.674-4.5 6.09-4.5s6.09 4.5 6.09 4.5m-4.842-1h-2.5v2h2.5z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></svg> </template>
CSS
.icon-user-visible-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%22M11.5%202a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m12.09%2016s-1.671%204.5-6.09%204.5s-6.09-4.5-6.09-4.5s1.674-4.5%206.09-4.5s6.09%204.5%206.09%204.5m-4.842-1h-2.5v2h2.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.536%2018.698L9.276%2018l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4%204%200%200%201%20.111-.266a10.6%2010.6%200%200%201%201.623-2.555a10%2010%200%200%201%20.408-.443H8a6%206%200%200%200-6%206v2h9.691a10%2010%200%200%201-.407-.444a10.6%2010.6%200%200%201-1.623-2.555a7%207%200%200%201-.111-.266l-.009-.023l-.003-.008l-.002-.004z%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%22M11.5%202a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m12.09%2016s-1.671%204.5-6.09%204.5s-6.09-4.5-6.09-4.5s1.674-4.5%206.09-4.5s6.09%204.5%206.09%204.5m-4.842-1h-2.5v2h2.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.536%2018.698L9.276%2018l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4%204%200%200%201%20.111-.266a10.6%2010.6%200%200%201%201.623-2.555a10%2010%200%200%201%20.408-.443H8a6%206%200%200%200-6%206v2h9.691a10%2010%200%200%201-.407-.444a10.6%2010.6%200%200%201-1.623-2.555a7%207%200%200%201-.111-.266l-.009-.023l-.003-.008l-.002-.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/user-visible-filled.svg?color=%231a73e8&size=48