fence from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fence
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the fence icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="square" d="m21.4 4.2l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S18 5.504 18 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C22 19.697 22 19.464 22 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S10 5.504 10 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 19.697 14 19.464 14 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S2 5.504 2 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06C3.304 21 3.536 21 4 21s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C6 19.697 6 19.464 6 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Z"/><path stroke-linecap="round" d="M10 8H6v10h4zm8 0h-4v10h4z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFence(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="square" d="m21.4 4.2l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S18 5.504 18 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C22 19.697 22 19.464 22 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S10 5.504 10 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 19.697 14 19.464 14 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S2 5.504 2 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06C3.304 21 3.536 21 4 21s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C6 19.697 6 19.464 6 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Z"/><path strokeLinecap="round" d="M10 8H6v10h4zm8 0h-4v10h4z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="square" d="m21.4 4.2l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S18 5.504 18 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C22 19.697 22 19.464 22 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S10 5.504 10 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 19.697 14 19.464 14 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Zm-8 0l-.6-.8a1 1 0 0 0-1.6 0l-.6.8c-.297.396-.446.595-.523.826S2 5.504 2 6v13c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06C3.304 21 3.536 21 4 21s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C6 19.697 6 19.464 6 19V6c0-.496 0-.743-.077-.974s-.226-.43-.523-.826Z"/><path stroke-linecap="round" d="M10 8H6v10h4zm8 0h-4v10h4z"/></g></svg>
</template>

CSS

.icon-fence {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22m21.4%204.2l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S18%205.504%2018%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C22%2019.697%2022%2019.464%2022%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Zm-8%200l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S10%205.504%2010%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C14%2019.697%2014%2019.464%2014%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Zm-8%200l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S2%205.504%202%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06C3.304%2021%203.536%2021%204%2021s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C6%2019.697%206%2019.464%206%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%208H6v10h4zm8%200h-4v10h4z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22m21.4%204.2l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S18%205.504%2018%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C22%2019.697%2022%2019.464%2022%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Zm-8%200l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S10%205.504%2010%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C14%2019.697%2014%2019.464%2014%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Zm-8%200l-.6-.8a1%201%200%200%200-1.6%200l-.6.8c-.297.396-.446.595-.523.826S2%205.504%202%206v13c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06C3.304%2021%203.536%2021%204%2021s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C6%2019.697%206%2019.464%206%2019V6c0-.496%200-.743-.077-.974s-.226-.43-.523-.826Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%208H6v10h4zm8%200h-4v10h4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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