house laptop icon
house-laptop from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- house-laptop
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
house-chimneyhouse-chimney-crackhouse-chimney-medicalhouse-chimney-userhouse-chimney-windowhouse-circle-checkhouse-circle-exclamationhouse-circle-xmarkhouse-crackhouse-damagehouse-firehouse-flaghouse-flood-waterhouse-flood-water-circle-arrow-righthouse-lockhouse-medicalhouse-medical-circle-checkhouse-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flaghouse-signalhouse-tsunamihouse-user
Use the house laptop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 304h19.9c15.5 0 28.1-12.6 28.1-28.1c0-7.6-3.1-14.9-8.6-20.2L283.5 59.1C276.1 52 266.3 48 256 48s-20.1 4-27.5 11.1L24.6 255.7c-5.5 5.3-8.6 12.6-8.6 20.2c0 15.5 12.6 28.1 28.1 28.1H64v144c0 35.3 28.7 64 64 64h85.7c7.4-6.6 16.4-11.4 26.3-14V368c0-5.5.7-10.9 2-16h-10c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24zm-96 112h160v128H352zm-64-32v160h-32c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16h-32V384c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHouseLaptop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 304h19.9c15.5 0 28.1-12.6 28.1-28.1c0-7.6-3.1-14.9-8.6-20.2L283.5 59.1C276.1 52 266.3 48 256 48s-20.1 4-27.5 11.1L24.6 255.7c-5.5 5.3-8.6 12.6-8.6 20.2c0 15.5 12.6 28.1 28.1 28.1H64v144c0 35.3 28.7 64 64 64h85.7c7.4-6.6 16.4-11.4 26.3-14V368c0-5.5.7-10.9 2-16h-10c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24zm-96 112h160v128H352zm-64-32v160h-32c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16h-32V384c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 304h19.9c15.5 0 28.1-12.6 28.1-28.1c0-7.6-3.1-14.9-8.6-20.2L283.5 59.1C276.1 52 266.3 48 256 48s-20.1 4-27.5 11.1L24.6 255.7c-5.5 5.3-8.6 12.6-8.6 20.2c0 15.5 12.6 28.1 28.1 28.1H64v144c0 35.3 28.7 64 64 64h85.7c7.4-6.6 16.4-11.4 26.3-14V368c0-5.5.7-10.9 2-16h-10c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24zm-96 112h160v128H352zm-64-32v160h-32c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16h-32V384c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32"/></svg> </template>
CSS
.icon-house-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20304h19.9c15.5%200%2028.1-12.6%2028.1-28.1c0-7.6-3.1-14.9-8.6-20.2L283.5%2059.1C276.1%2052%20266.3%2048%20256%2048s-20.1%204-27.5%2011.1L24.6%20255.7c-5.5%205.3-8.6%2012.6-8.6%2020.2c0%2015.5%2012.6%2028.1%2028.1%2028.1H64v144c0%2035.3%2028.7%2064%2064%2064h85.7c7.4-6.6%2016.4-11.4%2026.3-14V368c0-5.5.7-10.9%202-16h-10c-13.3%200-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024v24zm-96%20112h160v128H352zm-64-32v160h-32c-8.8%200-16%207.2-16%2016c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16h-32V384c0-17.7-14.3-32-32-32H320c-17.7%200-32%2014.3-32%2032%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20304h19.9c15.5%200%2028.1-12.6%2028.1-28.1c0-7.6-3.1-14.9-8.6-20.2L283.5%2059.1C276.1%2052%20266.3%2048%20256%2048s-20.1%204-27.5%2011.1L24.6%20255.7c-5.5%205.3-8.6%2012.6-8.6%2020.2c0%2015.5%2012.6%2028.1%2028.1%2028.1H64v144c0%2035.3%2028.7%2064%2064%2064h85.7c7.4-6.6%2016.4-11.4%2026.3-14V368c0-5.5.7-10.9%202-16h-10c-13.3%200-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024v24zm-96%20112h160v128H352zm-64-32v160h-32c-8.8%200-16%207.2-16%2016c0%2026.5%2021.5%2048%2048%2048h288c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16h-32V384c0-17.7-14.3-32-32-32H320c-17.7%200-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/house-laptop.svg?color=%231a73e8&size=48