user visible icon
user-visible-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- user-visible-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
user-1-filluser-2-filluser-3-filluser-4-filluser-5-filluser-add-2-filluser-add-filluser-edit-filluser-follow-2-filluser-follow-filluser-forbid-filluser-heart-filluser-hide-filluser-info-filluser-lock-filluser-pin-filluser-question-filluser-remove-2-filluser-remove-filluser-search-filluser-security-filluser-setting-filluser-star-filluser-warning-fill
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 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95"/><path fill="currentColor" fill-rule="evenodd" d="M13.51 15.278c.858-.757 2.084-1.39 3.49-1.39s2.632.633 3.49 1.39a5.3 5.3 0 0 1 1.057 1.26c.252.427.453.94.453 1.462c0 .523-.2 1.035-.453 1.462a5.3 5.3 0 0 1-1.057 1.26c-.858.757-2.084 1.39-3.49 1.39s-2.632-.633-3.49-1.39a5.3 5.3 0 0 1-1.057-1.26C12.2 19.035 12 18.522 12 18c0-.523.2-1.035.453-1.462a5.3 5.3 0 0 1 1.057-1.26m4.486 2.635a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUserVisibleFill(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 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95"/><path fill="currentColor" fillRule="evenodd" d="M13.51 15.278c.858-.757 2.084-1.39 3.49-1.39s2.632.633 3.49 1.39a5.3 5.3 0 0 1 1.057 1.26c.252.427.453.94.453 1.462c0 .523-.2 1.035-.453 1.462a5.3 5.3 0 0 1-1.057 1.26c-.858.757-2.084 1.39-3.49 1.39s-2.632-.633-3.49-1.39a5.3 5.3 0 0 1-1.057-1.26C12.2 19.035 12 18.522 12 18c0-.523.2-1.035.453-1.462a5.3 5.3 0 0 1 1.057-1.26m4.486 2.635a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913" 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" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95"/><path fill="currentColor" fill-rule="evenodd" d="M13.51 15.278c.858-.757 2.084-1.39 3.49-1.39s2.632.633 3.49 1.39a5.3 5.3 0 0 1 1.057 1.26c.252.427.453.94.453 1.462c0 .523-.2 1.035-.453 1.462a5.3 5.3 0 0 1-1.057 1.26c-.858.757-2.084 1.39-3.49 1.39s-2.632-.633-3.49-1.39a5.3 5.3 0 0 1-1.057-1.26C12.2 19.035 12 18.522 12 18c0-.523.2-1.035.453-1.462a5.3 5.3 0 0 1 1.057-1.26m4.486 2.635a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913" clip-rule="evenodd"/></svg> </template>
CSS
.icon-user-visible-fill {
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%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.123%2012.55a1%201%200%200%200-.913-1.525c-2.21.14-4.195.858-5.651%201.813c-.728.478-1.348%201.031-1.796%201.63C2.32%2017.057%202%2017.755%202%2018.5c0%201.535%201.278%202.346%202.495%202.763c1.28.439%202.99.638%204.832.707a1%201%200%200%200%20.995-1.29A7.5%207.5%200%200%201%2010%2018.5a7.46%207.46%200%200%201%201.123-3.95%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.51%2015.278c.858-.757%202.084-1.39%203.49-1.39s2.632.633%203.49%201.39a5.3%205.3%200%200%201%201.057%201.26c.252.427.453.94.453%201.462c0%20.523-.2%201.035-.453%201.462a5.3%205.3%200%200%201-1.057%201.26c-.858.757-2.084%201.39-3.49%201.39s-2.632-.633-3.49-1.39a5.3%205.3%200%200%201-1.057-1.26C12.2%2019.035%2012%2018.522%2012%2018c0-.523.2-1.035.453-1.462a5.3%205.3%200%200%201%201.057-1.26m4.486%202.635a.667.667%200%200%201-.91-.91L17.001%2017a1%201%200%201%200%20.996.913%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%20d%3D%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.123%2012.55a1%201%200%200%200-.913-1.525c-2.21.14-4.195.858-5.651%201.813c-.728.478-1.348%201.031-1.796%201.63C2.32%2017.057%202%2017.755%202%2018.5c0%201.535%201.278%202.346%202.495%202.763c1.28.439%202.99.638%204.832.707a1%201%200%200%200%20.995-1.29A7.5%207.5%200%200%201%2010%2018.5a7.46%207.46%200%200%201%201.123-3.95%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.51%2015.278c.858-.757%202.084-1.39%203.49-1.39s2.632.633%203.49%201.39a5.3%205.3%200%200%201%201.057%201.26c.252.427.453.94.453%201.462c0%20.523-.2%201.035-.453%201.462a5.3%205.3%200%200%201-1.057%201.26c-.858.757-2.084%201.39-3.49%201.39s-2.632-.633-3.49-1.39a5.3%205.3%200%200%201-1.057-1.26C12.2%2019.035%2012%2018.522%2012%2018c0-.523.2-1.035.453-1.462a5.3%205.3%200%200%201%201.057-1.26m4.486%202.635a.667.667%200%200%201-.91-.91L17.001%2017a1%201%200%201%200%20.996.913%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/mingcute/user-visible-fill.svg?color=%231a73e8&size=48