gate icon
gate from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- gate
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- gate-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="M6.423 17.577V9.461q0-1.265.893-2.152q.892-.886 2.146-.886H11.5V11.5H9.808v1H11.5v5.077zm6.077 0V12.5h1.692v-1H12.5V6.423h2.039q1.265 0 2.152.887q.886.886.886 2.152v8.115zm-8.615-1.693V8.117h1v7.769zm15.23 0V8.117h1v7.769z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGate(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="M6.423 17.577V9.461q0-1.265.893-2.152q.892-.886 2.146-.886H11.5V11.5H9.808v1H11.5v5.077zm6.077 0V12.5h1.692v-1H12.5V6.423h2.039q1.265 0 2.152.887q.886.886.886 2.152v8.115zm-8.615-1.693V8.117h1v7.769zm15.23 0V8.117h1v7.769z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.423 17.577V9.461q0-1.265.893-2.152q.892-.886 2.146-.886H11.5V11.5H9.808v1H11.5v5.077zm6.077 0V12.5h1.692v-1H12.5V6.423h2.039q1.265 0 2.152.887q.886.886.886 2.152v8.115zm-8.615-1.693V8.117h1v7.769zm15.23 0V8.117h1v7.769z"/></svg> </template>
CSS
.icon-gate {
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%22M6.423%2017.577V9.461q0-1.265.893-2.152q.892-.886%202.146-.886H11.5V11.5H9.808v1H11.5v5.077zm6.077%200V12.5h1.692v-1H12.5V6.423h2.039q1.265%200%202.152.887q.886.886.886%202.152v8.115zm-8.615-1.693V8.117h1v7.769zm15.23%200V8.117h1v7.769z%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%22M6.423%2017.577V9.461q0-1.265.893-2.152q.892-.886%202.146-.886H11.5V11.5H9.808v1H11.5v5.077zm6.077%200V12.5h1.692v-1H12.5V6.423h2.039q1.265%200%202.152.887q.886.886.886%202.152v8.115zm-8.615-1.693V8.117h1v7.769zm15.23%200V8.117h1v7.769z%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.svg?color=%231a73e8&size=48