twotone add home work icon
twotone-add-home-work from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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 twotone 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="M12 5v1.4l5 3.57v1.11c.33-.05.66-.08 1-.08c1.08 0 2.09.25 3 .68V5zm7 4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M12 5h9v6.68c.75.36 1.43.84 2 1.42V3H10v1.97l2 1.43z"/><path fill="currentColor" d="M17 7h2v2h-2zM8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11z"/><path fill="currentColor" d="m8 8.46l-5 3.57V19h2v-5h6v4c0-1.91.76-3.63 2-4.89v-1.08z" opacity=".3"/><path fill="currentColor" d="M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneAddHomeWork(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 5v1.4l5 3.57v1.11c.33-.05.66-.08 1-.08c1.08 0 2.09.25 3 .68V5zm7 4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M12 5h9v6.68c.75.36 1.43.84 2 1.42V3H10v1.97l2 1.43z"/><path fill="currentColor" d="M17 7h2v2h-2zM8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11z"/><path fill="currentColor" d="m8 8.46l-5 3.57V19h2v-5h6v4c0-1.91.76-3.63 2-4.89v-1.08z" opacity=".3"/><path fill="currentColor" d="M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21z"/></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 5v1.4l5 3.57v1.11c.33-.05.66-.08 1-.08c1.08 0 2.09.25 3 .68V5zm7 4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M12 5h9v6.68c.75.36 1.43.84 2 1.42V3H10v1.97l2 1.43z"/><path fill="currentColor" d="M17 7h2v2h-2zM8 6l-7 5v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57l5 3.57v1.08c.57-.59 1.25-1.07 2-1.42V11z"/><path fill="currentColor" d="m8 8.46l-5 3.57V19h2v-5h6v4c0-1.91.76-3.63 2-4.89v-1.08z" opacity=".3"/><path fill="currentColor" d="M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m3 5.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21z"/></svg> </template>
CSS
.icon-twotone-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%22M12%205v1.4l5%203.57v1.11c.33-.05.66-.08%201-.08c1.08%200%202.09.25%203%20.68V5zm7%204h-2V7h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205h9v6.68c.75.36%201.43.84%202%201.42V3H10v1.97l2%201.43z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207h2v2h-2zM8%206l-7%205v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57l5%203.57v1.08c.57-.59%201.25-1.07%202-1.42V11z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8%208.46l-5%203.57V19h2v-5h6v4c0-1.91.76-3.63%202-4.89v-1.08z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m3%205.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21z%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%205v1.4l5%203.57v1.11c.33-.05.66-.08%201-.08c1.08%200%202.09.25%203%20.68V5zm7%204h-2V7h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205h9v6.68c.75.36%201.43.84%202%201.42V3H10v1.97l2%201.43z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207h2v2h-2zM8%206l-7%205v10h6v-5h2v5h2.68c-.43-.91-.68-1.92-.68-3v-4H5v5H3v-6.97l5-3.57l5%203.57v1.08c.57-.59%201.25-1.07%202-1.42V11z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8%208.46l-5%203.57V19h2v-5h6v4c0-1.91.76-3.63%202-4.89v-1.08z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m3%205.5h-2.5V21h-1v-2.5H15v-1h2.5V15h1v2.5H21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-add-home-work.svg?color=%231a73e8&size=48