baseline add home work icon
baseline-add-home-work from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-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-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-arrowbaseline-east
Use the baseline 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="M15 11.68V11L8 6l-7 5v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3c0-2.79 1.64-5.19 4-6.32m8 1.43V3H10v1.97l7 5v1.11c.33-.05.66-.08 1-.08c1.96 0 3.73.81 5 2.11M17 7h2v2h-2z"/><path fill="currentColor" d="M23 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 IcBaselineAddHomeWork(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="M15 11.68V11L8 6l-7 5v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3c0-2.79 1.64-5.19 4-6.32m8 1.43V3H10v1.97l7 5v1.11c.33-.05.66-.08 1-.08c1.96 0 3.73.81 5 2.11M17 7h2v2h-2z"/><path fill="currentColor" d="M23 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="M15 11.68V11L8 6l-7 5v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3c0-2.79 1.64-5.19 4-6.32m8 1.43V3H10v1.97l7 5v1.11c.33-.05.66-.08 1-.08c1.96 0 3.73.81 5 2.11M17 7h2v2h-2z"/><path fill="currentColor" d="M23 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-baseline-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%22M15%2011.68V11L8%206l-7%205v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3c0-2.79%201.64-5.19%204-6.32m8%201.43V3H10v1.97l7%205v1.11c.33-.05.66-.08%201-.08c1.96%200%203.73.81%205%202.11M17%207h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%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%22M15%2011.68V11L8%206l-7%205v10h5v-6h4v6h1.68c-.43-.91-.68-1.92-.68-3c0-2.79%201.64-5.19%204-6.32m8%201.43V3H10v1.97l7%205v1.11c.33-.05.66-.08%201-.08c1.96%200%203.73.81%205%202.11M17%207h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%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/baseline-add-home-work.svg?color=%231a73e8&size=48