awning-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
awning-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
marquise-outline, sun-shade-outline

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the awning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.06 7c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08l-1.03 4.41c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 8.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 7zm13.83 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 9zM5.06 9h1.97l-.61 4.84C6.3 14.63 5.91 15 5.25 15c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13 9h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38a1.3 1.3 0 0 1-.36-.92z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAwningOutline(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="M5.06 7c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08l-1.03 4.41c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 8.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 7zm13.83 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 9zM5.06 9h1.97l-.61 4.84C6.3 14.63 5.91 15 5.25 15c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13 9h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38a1.3 1.3 0 0 1-.36-.92z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.06 7c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08l-1.03 4.41c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 8.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 7zm13.83 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 9zM5.06 9h1.97l-.61 4.84C6.3 14.63 5.91 15 5.25 15c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13 9h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38a1.3 1.3 0 0 1-.36-.92z"/></svg>
</template>

CSS

.icon-awning-outline {
  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%22M5.06%207c-.43%200-.84.14-1.22.42s-.6.64-.7%201.08l-1.03%204.41c-.25%201.09-.05%202.01.58%202.82c.12.12.24.24.35.34c.59.57%201.24.93%202.18.93s1.69-.41%202.25-.95c.63.62%201.39.95%202.33.95c.84%200%201.64-.37%202.2-.93c.68.63%201.45.93%202.3.93c.87%200%201.61-.33%202.24-.95c.57.57%201.32.95%202.27.95s1.62-.35%202.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86%208.5c-.13-.44-.36-.8-.73-1.08A1.88%201.88%200%200%200%2018.94%207zm13.83%201.97l1.08%204.41c.09.43%200%20.82-.28%201.17c-.25.31-.56.45-.94.45c-.31%200-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97%209zM5.06%209h1.97l-.61%204.84C6.3%2014.63%205.91%2015%205.25%2015c-.41%200-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99%200H11v4.7c0%20.35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34%200-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13%209h1.95l.55%204.5c.08.42%200%20.77-.29%201.07c-.26.3-.6.43-1.01.43c-.31%200-.59-.12-.84-.38a1.3%201.3%200%200%201-.36-.92z%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%22M5.06%207c-.43%200-.84.14-1.22.42s-.6.64-.7%201.08l-1.03%204.41c-.25%201.09-.05%202.01.58%202.82c.12.12.24.24.35.34c.59.57%201.24.93%202.18.93s1.69-.41%202.25-.95c.63.62%201.39.95%202.33.95c.84%200%201.64-.37%202.2-.93c.68.63%201.45.93%202.3.93c.87%200%201.61-.33%202.24-.95c.57.57%201.32.95%202.27.95s1.62-.35%202.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86%208.5c-.13-.44-.36-.8-.73-1.08A1.88%201.88%200%200%200%2018.94%207zm13.83%201.97l1.08%204.41c.09.43%200%20.82-.28%201.17c-.25.31-.56.45-.94.45c-.31%200-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97%209zM5.06%209h1.97l-.61%204.84C6.3%2014.63%205.91%2015%205.25%2015c-.41%200-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99%200H11v4.7c0%20.35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34%200-.63-.12-.86-.41s-.34-.59-.34-.93v-.16zM13%209h1.95l.55%204.5c.08.42%200%20.77-.29%201.07c-.26.3-.6.43-1.01.43c-.31%200-.59-.12-.84-.38a1.3%201.3%200%200%201-.36-.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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