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

Name
gate-rounded
Set
Material Symbols
Style
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-.288m18 0Q20 16.426 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M5 18V9q0-1.65 1.175-2.825T9 5h1q.425 0 .713.288T11 6v5h-1q-.425 0-.712.288T9 12t.288.713T10 13h1v5q0 .425-.288.713T10 19H6q-.425 0-.712-.288T5 18m8 0v-5h1q.425 0 .713-.288T15 12t-.288-.712T14 11h-1V6q0-.425.288-.712T14 5h1q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19h-4q-.425 0-.712-.288T13 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGateRounded(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-.288m18 0Q20 16.426 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M5 18V9q0-1.65 1.175-2.825T9 5h1q.425 0 .713.288T11 6v5h-1q-.425 0-.712.288T9 12t.288.713T10 13h1v5q0 .425-.288.713T10 19H6q-.425 0-.712-.288T5 18m8 0v-5h1q.425 0 .713-.288T15 12t-.288-.712T14 11h-1V6q0-.425.288-.712T14 5h1q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19h-4q-.425 0-.712-.288T13 18"/></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-.288m18 0Q20 16.426 20 16V8q0-.425.288-.712T21 7t.713.288T22 8v8q0 .425-.288.713T21 17t-.712-.288M5 18V9q0-1.65 1.175-2.825T9 5h1q.425 0 .713.288T11 6v5h-1q-.425 0-.712.288T9 12t.288.713T10 13h1v5q0 .425-.288.713T10 19H6q-.425 0-.712-.288T5 18m8 0v-5h1q.425 0 .713-.288T15 12t-.288-.712T14 11h-1V6q0-.425.288-.712T14 5h1q1.65 0 2.825 1.175T19 9v9q0 .425-.288.713T18 19h-4q-.425 0-.712-.288T13 18"/></svg>
</template>

CSS

.icon-gate-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-.288m18%200Q20%2016.426%2020%2016V8q0-.425.288-.712T21%207t.713.288T22%208v8q0%20.425-.288.713T21%2017t-.712-.288M5%2018V9q0-1.65%201.175-2.825T9%205h1q.425%200%20.713.288T11%206v5h-1q-.425%200-.712.288T9%2012t.288.713T10%2013h1v5q0%20.425-.288.713T10%2019H6q-.425%200-.712-.288T5%2018m8%200v-5h1q.425%200%20.713-.288T15%2012t-.288-.712T14%2011h-1V6q0-.425.288-.712T14%205h1q1.65%200%202.825%201.175T19%209v9q0%20.425-.288.713T18%2019h-4q-.425%200-.712-.288T13%2018%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-.288m18%200Q20%2016.426%2020%2016V8q0-.425.288-.712T21%207t.713.288T22%208v8q0%20.425-.288.713T21%2017t-.712-.288M5%2018V9q0-1.65%201.175-2.825T9%205h1q.425%200%20.713.288T11%206v5h-1q-.425%200-.712.288T9%2012t.288.713T10%2013h1v5q0%20.425-.288.713T10%2019H6q-.425%200-.712-.288T5%2018m8%200v-5h1q.425%200%20.713-.288T15%2012t-.288-.712T14%2011h-1V6q0-.425.288-.712T14%205h1q1.65%200%202.825%201.175T19%209v9q0%20.425-.288.713T18%2019h-4q-.425%200-.712-.288T13%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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