home quarantine icon

home-quarantine from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
home-quarantine
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the home quarantine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/><path fill-rule="evenodd" d="M24.602 6.202a1 1 0 0 0-1.204 0l-16.43 12.39a1 1 0 0 0-.079.065A2.8 2.8 0 0 0 6 20.599v18.926A2.48 2.48 0 0 0 8.475 42h31.05A2.48 2.48 0 0 0 42 39.525V20.6q0-.03-.002-.058a2.8 2.8 0 0 0-.887-1.884a1 1 0 0 0-.079-.065zm3.838 28.94L27.59 40h11.93a.484.484 0 0 0 .48-.48V20.635a.8.8 0 0 0-.22-.483L24 8.253L8.22 20.151a.8.8 0 0 0-.22.483V39.52a.48.48 0 0 0 .48.48h11.93l-.85-4.857H18a1 1 0 0 1-1-1v-3.429c0-1.797.75-3.51 2.068-4.764A7.16 7.16 0 0 1 24 24c1.841 0 3.616.696 4.932 1.95C30.25 27.205 31 28.917 31 30.714v3.429a1 1 0 0 1-1 1z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHomeQuarantine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/><path fillRule="evenodd" d="M24.602 6.202a1 1 0 0 0-1.204 0l-16.43 12.39a1 1 0 0 0-.079.065A2.8 2.8 0 0 0 6 20.599v18.926A2.48 2.48 0 0 0 8.475 42h31.05A2.48 2.48 0 0 0 42 39.525V20.6q0-.03-.002-.058a2.8 2.8 0 0 0-.887-1.884a1 1 0 0 0-.079-.065zm3.838 28.94L27.59 40h11.93a.484.484 0 0 0 .48-.48V20.635a.8.8 0 0 0-.22-.483L24 8.253L8.22 20.151a.8.8 0 0 0-.22.483V39.52a.48.48 0 0 0 .48.48h11.93l-.85-4.857H18a1 1 0 0 1-1-1v-3.429c0-1.797.75-3.51 2.068-4.764A7.16 7.16 0 0 1 24 24c1.841 0 3.616.696 4.932 1.95C30.25 27.205 31 28.917 31 30.714v3.429a1 1 0 0 1-1 1z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/><path fill-rule="evenodd" d="M24.602 6.202a1 1 0 0 0-1.204 0l-16.43 12.39a1 1 0 0 0-.079.065A2.8 2.8 0 0 0 6 20.599v18.926A2.48 2.48 0 0 0 8.475 42h31.05A2.48 2.48 0 0 0 42 39.525V20.6q0-.03-.002-.058a2.8 2.8 0 0 0-.887-1.884a1 1 0 0 0-.079-.065zm3.838 28.94L27.59 40h11.93a.484.484 0 0 0 .48-.48V20.635a.8.8 0 0 0-.22-.483L24 8.253L8.22 20.151a.8.8 0 0 0-.22.483V39.52a.48.48 0 0 0 .48.48h11.93l-.85-4.857H18a1 1 0 0 1-1-1v-3.429c0-1.797.75-3.51 2.068-4.764A7.16 7.16 0 0 1 24 24c1.841 0 3.616.696 4.932 1.95C30.25 27.205 31 28.917 31 30.714v3.429a1 1 0 0 1-1 1z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-home-quarantine {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M20%2018a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.602%206.202a1%201%200%200%200-1.204%200l-16.43%2012.39a1%201%200%200%200-.079.065A2.8%202.8%200%200%200%206%2020.599v18.926A2.48%202.48%200%200%200%208.475%2042h31.05A2.48%202.48%200%200%200%2042%2039.525V20.6q0-.03-.002-.058a2.8%202.8%200%200%200-.887-1.884a1%201%200%200%200-.079-.065zm3.838%2028.94L27.59%2040h11.93a.484.484%200%200%200%20.48-.48V20.635a.8.8%200%200%200-.22-.483L24%208.253L8.22%2020.151a.8.8%200%200%200-.22.483V39.52a.48.48%200%200%200%20.48.48h11.93l-.85-4.857H18a1%201%200%200%201-1-1v-3.429c0-1.797.75-3.51%202.068-4.764A7.16%207.16%200%200%201%2024%2024c1.841%200%203.616.696%204.932%201.95C30.25%2027.205%2031%2028.917%2031%2030.714v3.429a1%201%200%200%201-1%201z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M20%2018a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.602%206.202a1%201%200%200%200-1.204%200l-16.43%2012.39a1%201%200%200%200-.079.065A2.8%202.8%200%200%200%206%2020.599v18.926A2.48%202.48%200%200%200%208.475%2042h31.05A2.48%202.48%200%200%200%2042%2039.525V20.6q0-.03-.002-.058a2.8%202.8%200%200%200-.887-1.884a1%201%200%200%200-.079-.065zm3.838%2028.94L27.59%2040h11.93a.484.484%200%200%200%20.48-.48V20.635a.8.8%200%200%200-.22-.483L24%208.253L8.22%2020.151a.8.8%200%200%200-.22.483V39.52a.48.48%200%200%200%20.48.48h11.93l-.85-4.857H18a1%201%200%200%201-1-1v-3.429c0-1.797.75-3.51%202.068-4.764A7.16%207.16%200%200%201%2024%2024c1.841%200%203.616.696%204.932%201.95C30.25%2027.205%2031%2028.917%2031%2030.714v3.429a1%201%200%200%201-1%201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/home-quarantine.svg?color=%231a73e8&size=48