boom gate icon
boom-gate-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- boom-gate-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arm-barrier-outline, automatic-gate-outline, barrier-outline, boom-arm-outline, boom-barrier-outline
1 other variant in Material Design Icons
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gate-upboomboxbrightness-7
Use the boom gate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9H8.22A2.97 2.97 0 0 0 4 8.8c-.64.56-1 1.36-1 2.2v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-7h11a2 2 0 0 0 2-2a2 2 0 0 0-2-2M7.5 20h-3v-6.4c.93.54 2.07.54 3 0zM6 12.5A1.5 1.5 0 0 1 4.5 11A1.5 1.5 0 0 1 6 9.5A1.5 1.5 0 0 1 7.5 11A1.5 1.5 0 0 1 6 12.5m4.5-.5L9 10h1.5l1.5 2zm4 0L13 10h1.5l1.5 2zm4 0L17 10h1.5l1.5 2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBoomGateOutline(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="M20 9H8.22A2.97 2.97 0 0 0 4 8.8c-.64.56-1 1.36-1 2.2v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-7h11a2 2 0 0 0 2-2a2 2 0 0 0-2-2M7.5 20h-3v-6.4c.93.54 2.07.54 3 0zM6 12.5A1.5 1.5 0 0 1 4.5 11A1.5 1.5 0 0 1 6 9.5A1.5 1.5 0 0 1 7.5 11A1.5 1.5 0 0 1 6 12.5m4.5-.5L9 10h1.5l1.5 2zm4 0L13 10h1.5l1.5 2zm4 0L17 10h1.5l1.5 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9H8.22A2.97 2.97 0 0 0 4 8.8c-.64.56-1 1.36-1 2.2v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-7h11a2 2 0 0 0 2-2a2 2 0 0 0-2-2M7.5 20h-3v-6.4c.93.54 2.07.54 3 0zM6 12.5A1.5 1.5 0 0 1 4.5 11A1.5 1.5 0 0 1 6 9.5A1.5 1.5 0 0 1 7.5 11A1.5 1.5 0 0 1 6 12.5m4.5-.5L9 10h1.5l1.5 2zm4 0L13 10h1.5l1.5 2zm4 0L17 10h1.5l1.5 2z"/></svg> </template>
CSS
.icon-boom-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%22M20%209H8.22A2.97%202.97%200%200%200%204%208.8c-.64.56-1%201.36-1%202.2v9a1%201%200%200%200-1%201v1h8v-1a1%201%200%200%200-1-1v-7h11a2%202%200%200%200%202-2a2%202%200%200%200-2-2M7.5%2020h-3v-6.4c.93.54%202.07.54%203%200zM6%2012.5A1.5%201.5%200%200%201%204.5%2011A1.5%201.5%200%200%201%206%209.5A1.5%201.5%200%200%201%207.5%2011A1.5%201.5%200%200%201%206%2012.5m4.5-.5L9%2010h1.5l1.5%202zm4%200L13%2010h1.5l1.5%202zm4%200L17%2010h1.5l1.5%202z%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%22M20%209H8.22A2.97%202.97%200%200%200%204%208.8c-.64.56-1%201.36-1%202.2v9a1%201%200%200%200-1%201v1h8v-1a1%201%200%200%200-1-1v-7h11a2%202%200%200%200%202-2a2%202%200%200%200-2-2M7.5%2020h-3v-6.4c.93.54%202.07.54%203%200zM6%2012.5A1.5%201.5%200%200%201%204.5%2011A1.5%201.5%200%200%201%206%209.5A1.5%201.5%200%200%201%207.5%2011A1.5%201.5%200%200%201%206%2012.5m4.5-.5L9%2010h1.5l1.5%202zm4%200L13%2010h1.5l1.5%202zm4%200L17%2010h1.5l1.5%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/boom-gate-outline.svg?color=%231a73e8&size=48