patio-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
patio-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the patio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1c-2.635 0-4.75.527-6.217 1.06c-.733.267-1.304.535-1.699.74a9 9 0 0 0-.62.356l-.011.007l-.005.003l-.001.001L3 3.465V20H2v2h5V9h2v2h2V9h2v13h9v-2h-1V3.465l-.447-.298l-.001-.001l-.005-.003l-.011-.007l-.163-.101a9 9 0 0 0-.457-.254a14 14 0 0 0-1.7-.74C16.75 1.526 14.635 1 12 1"/><path fill="currentColor" d="M11 22v-2H9v2zm0-4H9v-1.5h2zm0-3.5H9V13h2z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignPatioFilled(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 1c-2.635 0-4.75.527-6.217 1.06c-.733.267-1.304.535-1.699.74a9 9 0 0 0-.62.356l-.011.007l-.005.003l-.001.001L3 3.465V20H2v2h5V9h2v2h2V9h2v13h9v-2h-1V3.465l-.447-.298l-.001-.001l-.005-.003l-.011-.007l-.163-.101a9 9 0 0 0-.457-.254a14 14 0 0 0-1.7-.74C16.75 1.526 14.635 1 12 1"/><path fill="currentColor" d="M11 22v-2H9v2zm0-4H9v-1.5h2zm0-3.5H9V13h2z"/></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 1c-2.635 0-4.75.527-6.217 1.06c-.733.267-1.304.535-1.699.74a9 9 0 0 0-.62.356l-.011.007l-.005.003l-.001.001L3 3.465V20H2v2h5V9h2v2h2V9h2v13h9v-2h-1V3.465l-.447-.298l-.001-.001l-.005-.003l-.011-.007l-.163-.101a9 9 0 0 0-.457-.254a14 14 0 0 0-1.7-.74C16.75 1.526 14.635 1 12 1"/><path fill="currentColor" d="M11 22v-2H9v2zm0-4H9v-1.5h2zm0-3.5H9V13h2z"/></svg>
</template>

CSS

.icon-patio-filled {
  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%201c-2.635%200-4.75.527-6.217%201.06c-.733.267-1.304.535-1.699.74a9%209%200%200%200-.62.356l-.011.007l-.005.003l-.001.001L3%203.465V20H2v2h5V9h2v2h2V9h2v13h9v-2h-1V3.465l-.447-.298l-.001-.001l-.005-.003l-.011-.007l-.163-.101a9%209%200%200%200-.457-.254a14%2014%200%200%200-1.7-.74C16.75%201.526%2014.635%201%2012%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2022v-2H9v2zm0-4H9v-1.5h2zm0-3.5H9V13h2z%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%201c-2.635%200-4.75.527-6.217%201.06c-.733.267-1.304.535-1.699.74a9%209%200%200%200-.62.356l-.011.007l-.005.003l-.001.001L3%203.465V20H2v2h5V9h2v2h2V9h2v13h9v-2h-1V3.465l-.447-.298l-.001-.001l-.005-.003l-.011-.007l-.163-.101a9%209%200%200%200-.457-.254a14%2014%200%200%200-1.7-.74C16.75%201.526%2014.635%201%2012%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2022v-2H9v2zm0-4H9v-1.5h2zm0-3.5H9V13h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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