boom gate arrow down icon
boom-gate-arrow-down-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Road · Apache-2.0 Free for personal and commercial use.
- Name
- boom-gate-arrow-down-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Transportation + Road
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arm-barrier-down-outline, automatic-gate-down-outline, barrier-down-outline, boom-arm-down-outline, boom-barrier-down-outline, boom-gate-down-outline
1 other variant in Material Design Icons
More transportation + road icons from Material Design Icons
Use the boom gate arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.86 3c.55.96.22 2.18-.74 2.73L9 11.58V20a1 1 0 0 1 1 1v1H2v-1a1 1 0 0 1 1-1v-9a3 3 0 0 1 3-3c.31 0 .62.06.92.16l10.2-5.89c.97-.56 2.19-.23 2.74.73M7.5 20v-6.4c-.93.54-2.07.54-3 0V20zM6 12.5A1.5 1.5 0 0 0 7.5 11A1.5 1.5 0 0 0 6 9.5A1.5 1.5 0 0 0 4.5 11A1.5 1.5 0 0 0 6 12.5m4.4-2.88l1.3-.75l-2.3-1l-1.3.75zm3.46-2l1.3-.75l-2.3-1l-1.3.75zm3.47-2l1.29-.75l-2.29-1l-1.3.75zM16 11.16h2v5.01l3-.01L17 20l-4-3.84l3 .01z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBoomGateArrowDownOutline(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="M19.86 3c.55.96.22 2.18-.74 2.73L9 11.58V20a1 1 0 0 1 1 1v1H2v-1a1 1 0 0 1 1-1v-9a3 3 0 0 1 3-3c.31 0 .62.06.92.16l10.2-5.89c.97-.56 2.19-.23 2.74.73M7.5 20v-6.4c-.93.54-2.07.54-3 0V20zM6 12.5A1.5 1.5 0 0 0 7.5 11A1.5 1.5 0 0 0 6 9.5A1.5 1.5 0 0 0 4.5 11A1.5 1.5 0 0 0 6 12.5m4.4-2.88l1.3-.75l-2.3-1l-1.3.75zm3.46-2l1.3-.75l-2.3-1l-1.3.75zm3.47-2l1.29-.75l-2.29-1l-1.3.75zM16 11.16h2v5.01l3-.01L17 20l-4-3.84l3 .01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.86 3c.55.96.22 2.18-.74 2.73L9 11.58V20a1 1 0 0 1 1 1v1H2v-1a1 1 0 0 1 1-1v-9a3 3 0 0 1 3-3c.31 0 .62.06.92.16l10.2-5.89c.97-.56 2.19-.23 2.74.73M7.5 20v-6.4c-.93.54-2.07.54-3 0V20zM6 12.5A1.5 1.5 0 0 0 7.5 11A1.5 1.5 0 0 0 6 9.5A1.5 1.5 0 0 0 4.5 11A1.5 1.5 0 0 0 6 12.5m4.4-2.88l1.3-.75l-2.3-1l-1.3.75zm3.46-2l1.3-.75l-2.3-1l-1.3.75zm3.47-2l1.29-.75l-2.29-1l-1.3.75zM16 11.16h2v5.01l3-.01L17 20l-4-3.84l3 .01z"/></svg> </template>
CSS
.icon-boom-gate-arrow-down-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%22M19.86%203c.55.96.22%202.18-.74%202.73L9%2011.58V20a1%201%200%200%201%201%201v1H2v-1a1%201%200%200%201%201-1v-9a3%203%200%200%201%203-3c.31%200%20.62.06.92.16l10.2-5.89c.97-.56%202.19-.23%202.74.73M7.5%2020v-6.4c-.93.54-2.07.54-3%200V20zM6%2012.5A1.5%201.5%200%200%200%207.5%2011A1.5%201.5%200%200%200%206%209.5A1.5%201.5%200%200%200%204.5%2011A1.5%201.5%200%200%200%206%2012.5m4.4-2.88l1.3-.75l-2.3-1l-1.3.75zm3.46-2l1.3-.75l-2.3-1l-1.3.75zm3.47-2l1.29-.75l-2.29-1l-1.3.75zM16%2011.16h2v5.01l3-.01L17%2020l-4-3.84l3%20.01z%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%22M19.86%203c.55.96.22%202.18-.74%202.73L9%2011.58V20a1%201%200%200%201%201%201v1H2v-1a1%201%200%200%201%201-1v-9a3%203%200%200%201%203-3c.31%200%20.62.06.92.16l10.2-5.89c.97-.56%202.19-.23%202.74.73M7.5%2020v-6.4c-.93.54-2.07.54-3%200V20zM6%2012.5A1.5%201.5%200%200%200%207.5%2011A1.5%201.5%200%200%200%206%209.5A1.5%201.5%200%200%200%204.5%2011A1.5%201.5%200%200%200%206%2012.5m4.4-2.88l1.3-.75l-2.3-1l-1.3.75zm3.46-2l1.3-.75l-2.3-1l-1.3.75zm3.47-2l1.29-.75l-2.29-1l-1.3.75zM16%2011.16h2v5.01l3-.01L17%2020l-4-3.84l3%20.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/boom-gate-arrow-down-outline.svg?color=%231a73e8&size=48