bid landscape disabled icon

bid-landscape-disabled from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
bid-landscape-disabled
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the bid landscape disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.8 23.6L18.2 21H5q-.825 0-1.412-.587T3 19V5.8L.4 3.2l1.425-1.425l20.4 20.4zm.2-5.5l-4.75-4.75l2.75-3.1v-3l-4.175 4.675L5.9 3H19q.825 0 1.413.588T21 5zM5 16.95l4-4L13.05 17l.55-.6l-5.45-5.45L5 14.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBidLandscapeDisabled(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="M20.8 23.6L18.2 21H5q-.825 0-1.412-.587T3 19V5.8L.4 3.2l1.425-1.425l20.4 20.4zm.2-5.5l-4.75-4.75l2.75-3.1v-3l-4.175 4.675L5.9 3H19q.825 0 1.413.588T21 5zM5 16.95l4-4L13.05 17l.55-.6l-5.45-5.45L5 14.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.8 23.6L18.2 21H5q-.825 0-1.412-.587T3 19V5.8L.4 3.2l1.425-1.425l20.4 20.4zm.2-5.5l-4.75-4.75l2.75-3.1v-3l-4.175 4.675L5.9 3H19q.825 0 1.413.588T21 5zM5 16.95l4-4L13.05 17l.55-.6l-5.45-5.45L5 14.1z"/></svg>
</template>

CSS

.icon-bid-landscape-disabled {
  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%22M20.8%2023.6L18.2%2021H5q-.825%200-1.412-.587T3%2019V5.8L.4%203.2l1.425-1.425l20.4%2020.4zm.2-5.5l-4.75-4.75l2.75-3.1v-3l-4.175%204.675L5.9%203H19q.825%200%201.413.588T21%205zM5%2016.95l4-4L13.05%2017l.55-.6l-5.45-5.45L5%2014.1z%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%22M20.8%2023.6L18.2%2021H5q-.825%200-1.412-.587T3%2019V5.8L.4%203.2l1.425-1.425l20.4%2020.4zm.2-5.5l-4.75-4.75l2.75-3.1v-3l-4.175%204.675L5.9%203H19q.825%200%201.413.588T21%205zM5%2016.95l4-4L13.05%2017l.55-.6l-5.45-5.45L5%2014.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bid-landscape-disabled.svg?color=%231a73e8&size=48