aerial lift icon
aerial-lift-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- aerial-lift-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Use the aerial lift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.876 2.008a1 1 0 1 1 .248 1.984L13 4.883V7h4.2a1 1 0 0 1 .688.274l.087.093c2.79 3.417 2.717 9.963-.226 13.295A1 1 0 0 1 17 21H6.894a1 1 0 0 1-.763-.353c-2.86-3.373-2.86-9.92 0-13.294A1 1 0 0 1 6.894 7H11V5.133l-6.876.86a1 1 0 0 1-1.095-.754l-.021-.115a1 1 0 0 1 .868-1.116l7.996-1l.011-.001l.008-.001zM11 9H7.383l-.051.072c-.718 1.042-1.149 2.41-1.292 3.844L6.032 13H11zm5.698 0H13v4h4.979l-.005-.072c-.123-1.436-.533-2.811-1.232-3.864z"/></svg>
React
import type { SVGProps } from "react";
export function TablerAerialLiftFilled(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.876 2.008a1 1 0 1 1 .248 1.984L13 4.883V7h4.2a1 1 0 0 1 .688.274l.087.093c2.79 3.417 2.717 9.963-.226 13.295A1 1 0 0 1 17 21H6.894a1 1 0 0 1-.763-.353c-2.86-3.373-2.86-9.92 0-13.294A1 1 0 0 1 6.894 7H11V5.133l-6.876.86a1 1 0 0 1-1.095-.754l-.021-.115a1 1 0 0 1 .868-1.116l7.996-1l.011-.001l.008-.001zM11 9H7.383l-.051.072c-.718 1.042-1.149 2.41-1.292 3.844L6.032 13H11zm5.698 0H13v4h4.979l-.005-.072c-.123-1.436-.533-2.811-1.232-3.864z"/></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.876 2.008a1 1 0 1 1 .248 1.984L13 4.883V7h4.2a1 1 0 0 1 .688.274l.087.093c2.79 3.417 2.717 9.963-.226 13.295A1 1 0 0 1 17 21H6.894a1 1 0 0 1-.763-.353c-2.86-3.373-2.86-9.92 0-13.294A1 1 0 0 1 6.894 7H11V5.133l-6.876.86a1 1 0 0 1-1.095-.754l-.021-.115a1 1 0 0 1 .868-1.116l7.996-1l.011-.001l.008-.001zM11 9H7.383l-.051.072c-.718 1.042-1.149 2.41-1.292 3.844L6.032 13H11zm5.698 0H13v4h4.979l-.005-.072c-.123-1.436-.533-2.811-1.232-3.864z"/></svg> </template>
CSS
.icon-aerial-lift-filled {
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.876%202.008a1%201%200%201%201%20.248%201.984L13%204.883V7h4.2a1%201%200%200%201%20.688.274l.087.093c2.79%203.417%202.717%209.963-.226%2013.295A1%201%200%200%201%2017%2021H6.894a1%201%200%200%201-.763-.353c-2.86-3.373-2.86-9.92%200-13.294A1%201%200%200%201%206.894%207H11V5.133l-6.876.86a1%201%200%200%201-1.095-.754l-.021-.115a1%201%200%200%201%20.868-1.116l7.996-1l.011-.001l.008-.001zM11%209H7.383l-.051.072c-.718%201.042-1.149%202.41-1.292%203.844L6.032%2013H11zm5.698%200H13v4h4.979l-.005-.072c-.123-1.436-.533-2.811-1.232-3.864z%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.876%202.008a1%201%200%201%201%20.248%201.984L13%204.883V7h4.2a1%201%200%200%201%20.688.274l.087.093c2.79%203.417%202.717%209.963-.226%2013.295A1%201%200%200%201%2017%2021H6.894a1%201%200%200%201-.763-.353c-2.86-3.373-2.86-9.92%200-13.294A1%201%200%200%201%206.894%207H11V5.133l-6.876.86a1%201%200%200%201-1.095-.754l-.021-.115a1%201%200%200%201%20.868-1.116l7.996-1l.011-.001l.008-.001zM11%209H7.383l-.051.072c-.718%201.042-1.149%202.41-1.292%203.844L6.032%2013H11zm5.698%200H13v4h4.979l-.005-.072c-.123-1.436-.533-2.811-1.232-3.864z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/aerial-lift-filled.svg?color=%231a73e8&size=48