outline add home work icon
outline-add-home-work from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- outline-add-home-work
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
More navigation icons from Google Material Icons
baseline-add-home-workbaseline-app-settings-altbaseline-appsbaseline-apps-outagebaseline-arrow-backbaseline-arrow-back-iosbaseline-arrow-back-ios-newbaseline-arrow-downwardbaseline-arrow-drop-downbaseline-arrow-drop-down-circlebaseline-arrow-drop-upbaseline-arrow-forwardbaseline-arrow-forward-iosbaseline-arrow-leftbaseline-arrow-rightbaseline-arrow-upwardbaseline-assistant-directionbaseline-campaignbaseline-cancelbaseline-checkbaseline-chevron-leftbaseline-chevron-rightbaseline-closebaseline-double-arrow
Use the outline add home work icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11L8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3zm6-7h2v2h-2z"/><path fill="currentColor" d="M23 13.11V3H10v1.97l2 1.43V5h9v6.68c.75.36 1.43.84 2 1.43M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5m-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineAddHomeWork(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="M11 14H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11L8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3zm6-7h2v2h-2z"/><path fill="currentColor" d="M23 13.11V3H10v1.97l2 1.43V5h9v6.68c.75.36 1.43.84 2 1.43M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5m-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11L8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3zm6-7h2v2h-2z"/><path fill="currentColor" d="M23 13.11V3H10v1.97l2 1.43V5h9v6.68c.75.36 1.43.84 2 1.43M23 18c0-2.76-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5m-5.5 3v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21z"/></svg> </template>
CSS
.icon-outline-add-home-work {
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%22M11%2014H5v5H3v-6.97l5-3.57l5%203.57v1.08c.57-.59%201.25-1.07%202-1.42V11L8%206l-7%205v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3zm6-7h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2013.11V3H10v1.97l2%201.43V5h9v6.68c.75.36%201.43.84%202%201.43M23%2018c0-2.76-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5m-5.5%203v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21z%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%22M11%2014H5v5H3v-6.97l5-3.57l5%203.57v1.08c.57-.59%201.25-1.07%202-1.42V11L8%206l-7%205v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3zm6-7h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2013.11V3H10v1.97l2%201.43V5h9v6.68c.75.36%201.43.84%202%201.43M23%2018c0-2.76-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5m-5.5%203v-2.5H15v-1h2.5V15h1v2.5H21v1h-2.5V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-add-home-work.svg?color=%231a73e8&size=48