gate-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
gate-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
gate-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the gate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.885 15.885v-7.77h1v7.77zm2.538 1.692V9.461q0-1.265.893-2.152q.892-.886 2.146-.886h5.077q1.265 0 2.152.886q.886.887.886 2.152v8.116zm12.693-1.693V8.117h1v7.769zm-11.693.693H11.5V12.5H9.808v-1H11.5V7.423H9.46q-.843 0-1.44.599t-.597 1.44zm5.077 0h4.077V9.461q0-.84-.599-1.44q-.599-.598-1.44-.598H12.5V11.5h1.692v1H12.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGateOutline(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="M3.885 15.885v-7.77h1v7.77zm2.538 1.692V9.461q0-1.265.893-2.152q.892-.886 2.146-.886h5.077q1.265 0 2.152.886q.886.887.886 2.152v8.116zm12.693-1.693V8.117h1v7.769zm-11.693.693H11.5V12.5H9.808v-1H11.5V7.423H9.46q-.843 0-1.44.599t-.597 1.44zm5.077 0h4.077V9.461q0-.84-.599-1.44q-.599-.598-1.44-.598H12.5V11.5h1.692v1H12.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.885 15.885v-7.77h1v7.77zm2.538 1.692V9.461q0-1.265.893-2.152q.892-.886 2.146-.886h5.077q1.265 0 2.152.886q.886.887.886 2.152v8.116zm12.693-1.693V8.117h1v7.769zm-11.693.693H11.5V12.5H9.808v-1H11.5V7.423H9.46q-.843 0-1.44.599t-.597 1.44zm5.077 0h4.077V9.461q0-.84-.599-1.44q-.599-.598-1.44-.598H12.5V11.5h1.692v1H12.5z"/></svg>
</template>

CSS

.icon-gate-outline {
  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%22M3.885%2015.885v-7.77h1v7.77zm2.538%201.692V9.461q0-1.265.893-2.152q.892-.886%202.146-.886h5.077q1.265%200%202.152.886q.886.887.886%202.152v8.116zm12.693-1.693V8.117h1v7.769zm-11.693.693H11.5V12.5H9.808v-1H11.5V7.423H9.46q-.843%200-1.44.599t-.597%201.44zm5.077%200h4.077V9.461q0-.84-.599-1.44q-.599-.598-1.44-.598H12.5V11.5h1.692v1H12.5z%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%22M3.885%2015.885v-7.77h1v7.77zm2.538%201.692V9.461q0-1.265.893-2.152q.892-.886%202.146-.886h5.077q1.265%200%202.152.886q.886.887.886%202.152v8.116zm12.693-1.693V8.117h1v7.769zm-11.693.693H11.5V12.5H9.808v-1H11.5V7.423H9.46q-.843%200-1.44.599t-.597%201.44zm5.077%200h4.077V9.461q0-.84-.599-1.44q-.599-.598-1.44-.598H12.5V11.5h1.692v1H12.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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