boom gate arrow up icon
boom-gate-arrow-up from Material Design Icons by Pictogrammers · Filled · Transportation + Road · Apache-2.0 Free for personal and commercial use.
- Name
- boom-gate-arrow-up
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Road
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arm-barrier-up, automatic-gate-up, barrier-up, boom-arm-up, boom-barrier-up
1 other variant in Material Design Icons
More transportation + road icons from Material Design Icons
Use the boom gate arrow up 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 3a1.995 1.995 0 0 0-2.74-.73L6.92 8.16C6.62 8.06 6.31 8 6 8a3 3 0 0 0-3 3v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-8.42l10.12-5.85c.96-.55 1.29-1.77.74-2.73M6 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.4-2.88l-2.3-1l1.3-.75l2.3 1zm3.46-2l-2.3-1l1.3-.75l2.3 1zm3.47-2l-2.3-1l1.3-.75l2.29 1zM17 11l5 5h-3v4h-4v-4h-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBoomGateArrowUp(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 3a1.995 1.995 0 0 0-2.74-.73L6.92 8.16C6.62 8.06 6.31 8 6 8a3 3 0 0 0-3 3v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-8.42l10.12-5.85c.96-.55 1.29-1.77.74-2.73M6 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.4-2.88l-2.3-1l1.3-.75l2.3 1zm3.46-2l-2.3-1l1.3-.75l2.3 1zm3.47-2l-2.3-1l1.3-.75l2.29 1zM17 11l5 5h-3v4h-4v-4h-3z"/></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 3a1.995 1.995 0 0 0-2.74-.73L6.92 8.16C6.62 8.06 6.31 8 6 8a3 3 0 0 0-3 3v9a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1v-8.42l10.12-5.85c.96-.55 1.29-1.77.74-2.73M6 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.4-2.88l-2.3-1l1.3-.75l2.3 1zm3.46-2l-2.3-1l1.3-.75l2.3 1zm3.47-2l-2.3-1l1.3-.75l2.29 1zM17 11l5 5h-3v4h-4v-4h-3z"/></svg> </template>
CSS
.icon-boom-gate-arrow-up {
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%203a1.995%201.995%200%200%200-2.74-.73L6.92%208.16C6.62%208.06%206.31%208%206%208a3%203%200%200%200-3%203v9a1%201%200%200%200-1%201v1h8v-1a1%201%200%200%200-1-1v-8.42l10.12-5.85c.96-.55%201.29-1.77.74-2.73M6%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.4-2.88l-2.3-1l1.3-.75l2.3%201zm3.46-2l-2.3-1l1.3-.75l2.3%201zm3.47-2l-2.3-1l1.3-.75l2.29%201zM17%2011l5%205h-3v4h-4v-4h-3z%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%203a1.995%201.995%200%200%200-2.74-.73L6.92%208.16C6.62%208.06%206.31%208%206%208a3%203%200%200%200-3%203v9a1%201%200%200%200-1%201v1h8v-1a1%201%200%200%200-1-1v-8.42l10.12-5.85c.96-.55%201.29-1.77.74-2.73M6%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.4-2.88l-2.3-1l1.3-.75l2.3%201zm3.46-2l-2.3-1l1.3-.75l2.3%201zm3.47-2l-2.3-1l1.3-.75l2.29%201zM17%2011l5%205h-3v4h-4v-4h-3z%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-up.svg?color=%231a73e8&size=48