collect laptop icon
collect-laptop from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- collect-laptop
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the collect laptop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M21 9H11C9.34315 9 8 10.3431 8 12V33H40V23"/><path fill="#2F88FF" d="M4 33H44V35C44 38.3137 41.3137 41 38 41H10C6.68629 41 4 38.3137 4 35V33Z"/><path fill="#2F88FF" stroke-linecap="round" d="M32.3 7C30.4775 7 29 8.43473 29 10.2046C29 13.4091 32.9 16.3223 35 17C37.1 16.3223 41 13.4091 41 10.2046C41 8.43473 39.5225 7 37.7 7C36.5839 7 35.5972 7.53804 35 8.3616C34.4028 7.53804 33.4161 7 32.3 7Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCollectLaptop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M21 9H11C9.34315 9 8 10.3431 8 12V33H40V23"/><path fill="#2F88FF" d="M4 33H44V35C44 38.3137 41.3137 41 38 41H10C6.68629 41 4 38.3137 4 35V33Z"/><path fill="#2F88FF" strokeLinecap="round" d="M32.3 7C30.4775 7 29 8.43473 29 10.2046C29 13.4091 32.9 16.3223 35 17C37.1 16.3223 41 13.4091 41 10.2046C41 8.43473 39.5225 7 37.7 7C36.5839 7 35.5972 7.53804 35 8.3616C34.4028 7.53804 33.4161 7 32.3 7Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M21 9H11C9.34315 9 8 10.3431 8 12V33H40V23"/><path fill="#2F88FF" d="M4 33H44V35C44 38.3137 41.3137 41 38 41H10C6.68629 41 4 38.3137 4 35V33Z"/><path fill="#2F88FF" stroke-linecap="round" d="M32.3 7C30.4775 7 29 8.43473 29 10.2046C29 13.4091 32.9 16.3223 35 17C37.1 16.3223 41 13.4091 41 10.2046C41 8.43473 39.5225 7 37.7 7C36.5839 7 35.5972 7.53804 35 8.3616C34.4028 7.53804 33.4161 7 32.3 7Z"/></g></svg> </template>
CSS
.icon-collect-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%209H11C9.34315%209%208%2010.3431%208%2012V33H40V23%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M4%2033H44V35C44%2038.3137%2041.3137%2041%2038%2041H10C6.68629%2041%204%2038.3137%204%2035V33Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M32.3%207C30.4775%207%2029%208.43473%2029%2010.2046C29%2013.4091%2032.9%2016.3223%2035%2017C37.1%2016.3223%2041%2013.4091%2041%2010.2046C41%208.43473%2039.5225%207%2037.7%207C36.5839%207%2035.5972%207.53804%2035%208.3616C34.4028%207.53804%2033.4161%207%2032.3%207Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%209H11C9.34315%209%208%2010.3431%208%2012V33H40V23%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M4%2033H44V35C44%2038.3137%2041.3137%2041%2038%2041H10C6.68629%2041%204%2038.3137%204%2035V33Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20d%3D%22M32.3%207C30.4775%207%2029%208.43473%2029%2010.2046C29%2013.4091%2032.9%2016.3223%2035%2017C37.1%2016.3223%2041%2013.4091%2041%2010.2046C41%208.43473%2039.5225%207%2037.7%207C36.5839%207%2035.5972%207.53804%2035%208.3616C34.4028%207.53804%2033.4161%207%2032.3%207Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/collect-laptop.svg?color=%231a73e8&size=48