sharp-fence from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
sharp-fence
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the sharp fence icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12v-2h-2V7l-3-3l-2 2l-2-2l-2 2l-2-2l-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2zm-5-5.17l1 1V10h-2V7.83l.41-.41zm-4 0l.59.59l.41.41V10h-2V7.83l.41-.41zM11 14v-2h2v2zm2 2v2h-2v-2zM7 7.83l1-1l.59.59l.41.41V10H7zM7 12h2v2H7zm0 4h2v2H7zm10 2h-2v-2h2zm0-4h-2v-2h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpFence(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="M21 12v-2h-2V7l-3-3l-2 2l-2-2l-2 2l-2-2l-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2zm-5-5.17l1 1V10h-2V7.83l.41-.41zm-4 0l.59.59l.41.41V10h-2V7.83l.41-.41zM11 14v-2h2v2zm2 2v2h-2v-2zM7 7.83l1-1l.59.59l.41.41V10H7zM7 12h2v2H7zm0 4h2v2H7zm10 2h-2v-2h2zm0-4h-2v-2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12v-2h-2V7l-3-3l-2 2l-2-2l-2 2l-2-2l-3 3v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2zm-5-5.17l1 1V10h-2V7.83l.41-.41zm-4 0l.59.59l.41.41V10h-2V7.83l.41-.41zM11 14v-2h2v2zm2 2v2h-2v-2zM7 7.83l1-1l.59.59l.41.41V10H7zM7 12h2v2H7zm0 4h2v2H7zm10 2h-2v-2h2zm0-4h-2v-2h2z"/></svg>
</template>

CSS

.icon-sharp-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012v-2h-2V7l-3-3l-2%202l-2-2l-2%202l-2-2l-3%203v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2zm-5-5.17l1%201V10h-2V7.83l.41-.41zm-4%200l.59.59l.41.41V10h-2V7.83l.41-.41zM11%2014v-2h2v2zm2%202v2h-2v-2zM7%207.83l1-1l.59.59l.41.41V10H7zM7%2012h2v2H7zm0%204h2v2H7zm10%202h-2v-2h2zm0-4h-2v-2h2z%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%22M21%2012v-2h-2V7l-3-3l-2%202l-2-2l-2%202l-2-2l-3%203v3H3v2h2v2H3v2h2v4h14v-4h2v-2h-2v-2zm-5-5.17l1%201V10h-2V7.83l.41-.41zm-4%200l.59.59l.41.41V10h-2V7.83l.41-.41zM11%2014v-2h2v2zm2%202v2h-2v-2zM7%207.83l1-1l.59.59l.41.41V10H7zM7%2012h2v2H7zm0%204h2v2H7zm10%202h-2v-2h2zm0-4h-2v-2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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