outline leave bags at home icon

outline-leave-bags-at-home from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-leave-bags-at-home
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline leave bags at home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.83 8H17v6.17l2 2V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17zM11 4h2v2h-2zm.83 5h.92v.92zm9.36 12.19L2.81 2.81L1.39 4.22l3.63 3.63c0 .05-.02.1-.02.15v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.85 1.85zM7 19V9.83l1 1V18h1.5v-5.67l1.75 1.75V18h1.5v-2.42l1.75 1.75V18h.67l1 1zm9-10v4.17l-1.5-1.5V9z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineLeaveBagsAtHome(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="M10.83 8H17v6.17l2 2V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17zM11 4h2v2h-2zm.83 5h.92v.92zm9.36 12.19L2.81 2.81L1.39 4.22l3.63 3.63c0 .05-.02.1-.02.15v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.85 1.85zM7 19V9.83l1 1V18h1.5v-5.67l1.75 1.75V18h1.5v-2.42l1.75 1.75V18h.67l1 1zm9-10v4.17l-1.5-1.5V9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.83 8H17v6.17l2 2V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17zM11 4h2v2h-2zm.83 5h.92v.92zm9.36 12.19L2.81 2.81L1.39 4.22l3.63 3.63c0 .05-.02.1-.02.15v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.85 1.85zM7 19V9.83l1 1V18h1.5v-5.67l1.75 1.75V18h1.5v-2.42l1.75 1.75V18h.67l1 1zm9-10v4.17l-1.5-1.5V9z"/></svg>
</template>

CSS

.icon-outline-leave-bags-at-home {
  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%22M10.83%208H17v6.17l2%202V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3h-.17zM11%204h2v2h-2zm.83%205h.92v.92zm9.36%2012.19L2.81%202.81L1.39%204.22l3.63%203.63c0%20.05-.02.1-.02.15v11c0%201.1.9%202%202%202c0%20.55.45%201%201%201s1-.45%201-1h6c0%20.55.45%201%201%201s1-.45%201-1c.34%200%20.65-.09.93-.24l1.85%201.85zM7%2019V9.83l1%201V18h1.5v-5.67l1.75%201.75V18h1.5v-2.42l1.75%201.75V18h.67l1%201zm9-10v4.17l-1.5-1.5V9z%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%22M10.83%208H17v6.17l2%202V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3h-.17zM11%204h2v2h-2zm.83%205h.92v.92zm9.36%2012.19L2.81%202.81L1.39%204.22l3.63%203.63c0%20.05-.02.1-.02.15v11c0%201.1.9%202%202%202c0%20.55.45%201%201%201s1-.45%201-1h6c0%20.55.45%201%201%201s1-.45%201-1c.34%200%20.65-.09.93-.24l1.85%201.85zM7%2019V9.83l1%201V18h1.5v-5.67l1.75%201.75V18h1.5v-2.42l1.75%201.75V18h.67l1%201zm9-10v4.17l-1.5-1.5V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-leave-bags-at-home.svg?color=%231a73e8&size=48