user laptop icon
user-laptop from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- user-laptop
- Set
- Reicon
- Style
- Outline
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More users icons from Reicon
Use the user laptop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.667 11a4.334 4.334 0 0 0 0-8.667a4.334 4.334 0 0 0 0 8.667m-8.063 8.333a9.65 9.65 0 0 1 7.341-4.306M19.9 21h-8.233l2.49-5.6a.67.67 0 0 1 .61-.4h7.208c.482 0 .805.493.609.933L20.509 20.6a.67.67 0 0 1-.609.4m-8.233 0h-4"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUserLaptop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.667 11a4.334 4.334 0 0 0 0-8.667a4.334 4.334 0 0 0 0 8.667m-8.063 8.333a9.65 9.65 0 0 1 7.341-4.306M19.9 21h-8.233l2.49-5.6a.67.67 0 0 1 .61-.4h7.208c.482 0 .805.493.609.933L20.509 20.6a.67.67 0 0 1-.609.4m-8.233 0h-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.667 11a4.334 4.334 0 0 0 0-8.667a4.334 4.334 0 0 0 0 8.667m-8.063 8.333a9.65 9.65 0 0 1 7.341-4.306M19.9 21h-8.233l2.49-5.6a.67.67 0 0 1 .61-.4h7.208c.482 0 .805.493.609.933L20.509 20.6a.67.67 0 0 1-.609.4m-8.233 0h-4"/></svg> </template>
CSS
.icon-user-laptop {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.667%2011a4.334%204.334%200%200%200%200-8.667a4.334%204.334%200%200%200%200%208.667m-8.063%208.333a9.65%209.65%200%200%201%207.341-4.306M19.9%2021h-8.233l2.49-5.6a.67.67%200%200%201%20.61-.4h7.208c.482%200%20.805.493.609.933L20.509%2020.6a.67.67%200%200%201-.609.4m-8.233%200h-4%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.667%2011a4.334%204.334%200%200%200%200-8.667a4.334%204.334%200%200%200%200%208.667m-8.063%208.333a9.65%209.65%200%200%201%207.341-4.306M19.9%2021h-8.233l2.49-5.6a.67.67%200%200%201%20.61-.4h7.208c.482%200%20.805.493.609.933L20.509%2020.6a.67.67%200%200%201-.609.4m-8.233%200h-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-laptop.svg?color=%231a73e8&size=48