picnic table icon

picnic-table-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
picnic-table-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the picnic table icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 192H32L96 64h64Z" opacity=".2"/><path d="M248 128h-47.06l-28-56H192a8 8 0 0 0 0-16H64a8 8 0 0 0 0 16h19.06l-28 56H8a8 8 0 0 0 0 16h39.06l-22.22 44.42a8 8 0 0 0 3.58 10.73A7.9 7.9 0 0 0 32 200a8 8 0 0 0 7.17-4.42L64.94 144h126.12l25.78 51.58A8 8 0 0 0 224 200a7.9 7.9 0 0 0 3.57-.85a8 8 0 0 0 3.58-10.73L208.94 144H248a8 8 0 0 0 0-16m-175.06 0l28-56h54.12l28 56Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPicnicTableDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 192H32L96 64h64Z" opacity=".2"/><path d="M248 128h-47.06l-28-56H192a8 8 0 0 0 0-16H64a8 8 0 0 0 0 16h19.06l-28 56H8a8 8 0 0 0 0 16h39.06l-22.22 44.42a8 8 0 0 0 3.58 10.73A7.9 7.9 0 0 0 32 200a8 8 0 0 0 7.17-4.42L64.94 144h126.12l25.78 51.58A8 8 0 0 0 224 200a7.9 7.9 0 0 0 3.57-.85a8 8 0 0 0 3.58-10.73L208.94 144H248a8 8 0 0 0 0-16m-175.06 0l28-56h54.12l28 56Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 192H32L96 64h64Z" opacity=".2"/><path d="M248 128h-47.06l-28-56H192a8 8 0 0 0 0-16H64a8 8 0 0 0 0 16h19.06l-28 56H8a8 8 0 0 0 0 16h39.06l-22.22 44.42a8 8 0 0 0 3.58 10.73A7.9 7.9 0 0 0 32 200a8 8 0 0 0 7.17-4.42L64.94 144h126.12l25.78 51.58A8 8 0 0 0 224 200a7.9 7.9 0 0 0 3.57-.85a8 8 0 0 0 3.58-10.73L208.94 144H248a8 8 0 0 0 0-16m-175.06 0l28-56h54.12l28 56Z"/></g></svg>
</template>

CSS

.icon-picnic-table-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20192H32L96%2064h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20128h-47.06l-28-56H192a8%208%200%200%200%200-16H64a8%208%200%200%200%200%2016h19.06l-28%2056H8a8%208%200%200%200%200%2016h39.06l-22.22%2044.42a8%208%200%200%200%203.58%2010.73A7.9%207.9%200%200%200%2032%20200a8%208%200%200%200%207.17-4.42L64.94%20144h126.12l25.78%2051.58A8%208%200%200%200%20224%20200a7.9%207.9%200%200%200%203.57-.85a8%208%200%200%200%203.58-10.73L208.94%20144H248a8%208%200%200%200%200-16m-175.06%200l28-56h54.12l28%2056Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20192H32L96%2064h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20128h-47.06l-28-56H192a8%208%200%200%200%200-16H64a8%208%200%200%200%200%2016h19.06l-28%2056H8a8%208%200%200%200%200%2016h39.06l-22.22%2044.42a8%208%200%200%200%203.58%2010.73A7.9%207.9%200%200%200%2032%20200a8%208%200%200%200%207.17-4.42L64.94%20144h126.12l25.78%2051.58A8%208%200%200%200%20224%20200a7.9%207.9%200%200%200%203.57-.85a8%208%200%200%200%203.58-10.73L208.94%20144H248a8%208%200%200%200%200-16m-175.06%200l28-56h54.12l28%2056Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/picnic-table-duotone.svg?color=%231a73e8&size=48