house user icon
house-user from Unicons Monochrome by Iconscout · Monochrome · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- house-user
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Monochrome
Use the house user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18" opacity=".5"/><path fill="currentColor" d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.99 4.99 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.99 4.99 0 0 0-2.36-4.228"/><path fill="currentColor" d="M21 12a1 1 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a1 1 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12" opacity=".5"/><path fill="currentColor" d="m12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.99 4.99 0 0 1 2.36-4.228A3.47 3.47 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.47 3.47 0 0 1-.86 2.272A4.99 4.99 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551Z" opacity=".25"/></svg>
React
import type { SVGProps } from "react";
export function UimHouseUser(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="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18" opacity=".5"/><path fill="currentColor" d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.99 4.99 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.99 4.99 0 0 0-2.36-4.228"/><path fill="currentColor" d="M21 12a1 1 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a1 1 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12" opacity=".5"/><path fill="currentColor" d="m12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.99 4.99 0 0 1 2.36-4.228A3.47 3.47 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.47 3.47 0 0 1-.86 2.272A4.99 4.99 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551Z" opacity=".25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18" opacity=".5"/><path fill="currentColor" d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.99 4.99 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.99 4.99 0 0 0-2.36-4.228"/><path fill="currentColor" d="M21 12a1 1 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a1 1 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12" opacity=".5"/><path fill="currentColor" d="m12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.99 4.99 0 0 1 2.36-4.228A3.47 3.47 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.47 3.47 0 0 1-.86 2.272A4.99 4.99 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551Z" opacity=".25"/></svg> </template>
CSS
.icon-house-user {
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%22M12%2018a3.5%203.5%200%201%201%203.5-3.5A3.504%203.504%200%200%201%2012%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.64%2016.772a3.452%203.452%200%200%201-5.28%200A4.99%204.99%200%200%200%207%2021a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1a4.99%204.99%200%200%200-2.36-4.228%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012a1%201%200%200%201-.664-.252L12%204.338l-8.336%207.41a1%201%200%200%201-1.328-1.496l9-8a1%201%200%200%201%201.328%200l9%208A1%201%200%200%201%2021%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.338l-8%207.111V21a1%201%200%200%200%201%201h3a1%201%200%200%201-1-1a4.99%204.99%200%200%201%202.36-4.228A3.47%203.47%200%200%201%208.5%2014.5a3.5%203.5%200%200%201%207%200a3.47%203.47%200%200%201-.86%202.272A4.99%204.99%200%200%201%2017%2021a1%201%200%200%201-1%201h3a1%201%200%200%200%201-1v-9.551Z%22%20opacity%3D%22.25%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%22M12%2018a3.5%203.5%200%201%201%203.5-3.5A3.504%203.504%200%200%201%2012%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.64%2016.772a3.452%203.452%200%200%201-5.28%200A4.99%204.99%200%200%200%207%2021a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1a4.99%204.99%200%200%200-2.36-4.228%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012a1%201%200%200%201-.664-.252L12%204.338l-8.336%207.41a1%201%200%200%201-1.328-1.496l9-8a1%201%200%200%201%201.328%200l9%208A1%201%200%200%201%2021%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.338l-8%207.111V21a1%201%200%200%200%201%201h3a1%201%200%200%201-1-1a4.99%204.99%200%200%201%202.36-4.228A3.47%203.47%200%200%201%208.5%2014.5a3.5%203.5%200%200%201%207%200a3.47%203.47%200%200%201-.86%202.272A4.99%204.99%200%200%201%2017%2021a1%201%200%200%201-1%201h3a1%201%200%200%200%201-1v-9.551Z%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/house-user.svg?color=%231a73e8&size=48