user times icon
user-times from Unicons by Iconscout · Line · Users · Apache-2.0 Free for personal and commercial use.
- Name
- user-times
- Set
- Unicons
- Style
- Line
- Category
- Users
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More users icons from Unicons
Use the user times icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10.91.5l.8-.79a1 1 0 0 0-1.42-1.42l-.79.8l-.79-.8a1 1 0 0 0-1.42 1.42l.8.79l-.8.79a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.79-.8l.79.8a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
React
import type { SVGProps } from "react";
export function UilUserTimes(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="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10.91.5l.8-.79a1 1 0 0 0-1.42-1.42l-.79.8l-.79-.8a1 1 0 0 0-1.42 1.42l.8.79l-.8.79a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.79-.8l.79.8a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.3 12.22A4.92 4.92 0 0 0 15 8.5a5 5 0 0 0-10 0a4.92 4.92 0 0 0 1.7 3.72A8 8 0 0 0 2 19.5a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.7-7.28M10 11.5a3 3 0 1 1 3-3a3 3 0 0 1-3 3m10.91.5l.8-.79a1 1 0 0 0-1.42-1.42l-.79.8l-.79-.8a1 1 0 0 0-1.42 1.42l.8.79l-.8.79a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l.79-.8l.79.8a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg> </template>
CSS
.icon-user-times {
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%22M13.3%2012.22A4.92%204.92%200%200%200%2015%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%202%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M10%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m10.91.5l.8-.79a1%201%200%200%200-1.42-1.42l-.79.8l-.79-.8a1%201%200%200%200-1.42%201.42l.8.79l-.8.79a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l.79-.8l.79.8a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%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%22M13.3%2012.22A4.92%204.92%200%200%200%2015%208.5a5%205%200%200%200-10%200a4.92%204.92%200%200%200%201.7%203.72A8%208%200%200%200%202%2019.5a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.7-7.28M10%2011.5a3%203%200%201%201%203-3a3%203%200%200%201-3%203m10.91.5l.8-.79a1%201%200%200%200-1.42-1.42l-.79.8l-.79-.8a1%201%200%200%200-1.42%201.42l.8.79l-.8.79a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l.79-.8l.79.8a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/user-times.svg?color=%231a73e8&size=48