user visible icon
user-visible-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- user-visible-line
- Set
- MingCute Icon
- Style
- Line
- 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="M17.996 17.913a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.47M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 0m6 11c0 1.11-1.79 3.11-4 3.11s-4-2-4-3.11c0-1.111 1.79-3.111 4-3.111s4 2 4 3.11"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUserVisibleLine(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="M17.996 17.913a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.47M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 0m6 11c0 1.11-1.79 3.11-4 3.11s-4-2-4-3.11c0-1.111 1.79-3.111 4-3.111s4 2 4 3.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.996 17.913a.667.667 0 0 1-.91-.91L17.001 17a1 1 0 1 0 .996.913"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.47M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 0m6 11c0 1.11-1.79 3.11-4 3.11s-4-2-4-3.11c0-1.111 1.79-3.111 4-3.111s4 2 4 3.11"/></svg> </template>
CSS
.icon-user-visible-line {
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%22M17.996%2017.913a.667.667%200%200%201-.91-.91L17.001%2017a1%201%200%201%200%20.996.913%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.273%2014.023C6.195%2014.283%203%2016.674%203%2018.5c0%201.688%202.73%202.334%206.365%202.47M15%207a4%204%200%201%201-8%200a4%204%200%200%201%208%200m6%2011c0%201.11-1.79%203.11-4%203.11s-4-2-4-3.11c0-1.111%201.79-3.111%204-3.111s4%202%204%203.11%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%22M17.996%2017.913a.667.667%200%200%201-.91-.91L17.001%2017a1%201%200%201%200%20.996.913%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.273%2014.023C6.195%2014.283%203%2016.674%203%2018.5c0%201.688%202.73%202.334%206.365%202.47M15%207a4%204%200%201%201-8%200a4%204%200%200%201%208%200m6%2011c0%201.11-1.79%203.11-4%203.11s-4-2-4-3.11c0-1.111%201.79-3.111%204-3.111s4%202%204%203.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/user-visible-line.svg?color=%231a73e8&size=48