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

Name
gate-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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="M2.288 16.713Q2 16.425 2 16V8q0-.425.288-.712T3 7t.713.288T4 8v8q0 .425-.288.713T3 17t-.712-.288M6 19q-.425 0-.712-.288T5 18V9q0-1.65 1.175-2.825T9 5h6q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19zm14.288-2.287Q20 16.425 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M7 17h4v-4h-1q-.425 0-.712-.288T9 12t.288-.712T10 11h1V7H9q-.825 0-1.412.588T7 9zm6 0h4V9q0-.825-.587-1.412T15 7h-2v4h1q.425 0 .713.288T15 12t-.288.713T14 13h-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGateOutlineRounded(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="M2.288 16.713Q2 16.425 2 16V8q0-.425.288-.712T3 7t.713.288T4 8v8q0 .425-.288.713T3 17t-.712-.288M6 19q-.425 0-.712-.288T5 18V9q0-1.65 1.175-2.825T9 5h6q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19zm14.288-2.287Q20 16.425 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M7 17h4v-4h-1q-.425 0-.712-.288T9 12t.288-.712T10 11h1V7H9q-.825 0-1.412.588T7 9zm6 0h4V9q0-.825-.587-1.412T15 7h-2v4h1q.425 0 .713.288T15 12t-.288.713T14 13h-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.288 16.713Q2 16.425 2 16V8q0-.425.288-.712T3 7t.713.288T4 8v8q0 .425-.288.713T3 17t-.712-.288M6 19q-.425 0-.712-.288T5 18V9q0-1.65 1.175-2.825T9 5h6q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19zm14.288-2.287Q20 16.425 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M7 17h4v-4h-1q-.425 0-.712-.288T9 12t.288-.712T10 11h1V7H9q-.825 0-1.412.588T7 9zm6 0h4V9q0-.825-.587-1.412T15 7h-2v4h1q.425 0 .713.288T15 12t-.288.713T14 13h-1z"/></svg>
</template>

CSS

.icon-gate-outline-rounded {
  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%22M2.288%2016.713Q2%2016.425%202%2016V8q0-.425.288-.712T3%207t.713.288T4%208v8q0%20.425-.288.713T3%2017t-.712-.288M6%2019q-.425%200-.712-.288T5%2018V9q0-1.65%201.175-2.825T9%205h6q1.65%200%202.825%201.175T19%209v9q0%20.425-.288.713T18%2019zm14.288-2.287Q20%2016.425%2020%2016V8q0-.425.288-.712T21%207t.713.288T22%208v8q0%20.425-.288.713T21%2017t-.712-.288M7%2017h4v-4h-1q-.425%200-.712-.288T9%2012t.288-.712T10%2011h1V7H9q-.825%200-1.412.588T7%209zm6%200h4V9q0-.825-.587-1.412T15%207h-2v4h1q.425%200%20.713.288T15%2012t-.288.713T14%2013h-1z%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%22M2.288%2016.713Q2%2016.425%202%2016V8q0-.425.288-.712T3%207t.713.288T4%208v8q0%20.425-.288.713T3%2017t-.712-.288M6%2019q-.425%200-.712-.288T5%2018V9q0-1.65%201.175-2.825T9%205h6q1.65%200%202.825%201.175T19%209v9q0%20.425-.288.713T18%2019zm14.288-2.287Q20%2016.425%2020%2016V8q0-.425.288-.712T21%207t.713.288T22%208v8q0%20.425-.288.713T21%2017t-.712-.288M7%2017h4v-4h-1q-.425%200-.712-.288T9%2012t.288-.712T10%2011h1V7H9q-.825%200-1.412.588T7%209zm6%200h4V9q0-.825-.587-1.412T15%207h-2v4h1q.425%200%20.713.288T15%2012t-.288.713T14%2013h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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