elevator passenger off icon
elevator-passenger-off from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.
- Name
- elevator-passenger-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Other
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More transportation + other icons from Material Design Icons
Use the elevator passenger off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.11 21.46l-1.41-1.41v-.01L2.39 1.73L1.11 3L3 4.9V19c0 1.1.9 2 2 2h14.1l1.74 1.73zM11 14h-1v4H7v-4H6v-2.5c0-1 .71-1.79 1.65-1.96L11 12.89zm2.46-3.74L6.2 3H19c1.1 0 2 .9 2 2v12.8l-3.69-3.69L18 13h-1.8l-2-2H18l-2.5-4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiElevatorPassengerOff(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="m22.11 21.46l-1.41-1.41v-.01L2.39 1.73L1.11 3L3 4.9V19c0 1.1.9 2 2 2h14.1l1.74 1.73zM11 14h-1v4H7v-4H6v-2.5c0-1 .71-1.79 1.65-1.96L11 12.89zm2.46-3.74L6.2 3H19c1.1 0 2 .9 2 2v12.8l-3.69-3.69L18 13h-1.8l-2-2H18l-2.5-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.11 21.46l-1.41-1.41v-.01L2.39 1.73L1.11 3L3 4.9V19c0 1.1.9 2 2 2h14.1l1.74 1.73zM11 14h-1v4H7v-4H6v-2.5c0-1 .71-1.79 1.65-1.96L11 12.89zm2.46-3.74L6.2 3H19c1.1 0 2 .9 2 2v12.8l-3.69-3.69L18 13h-1.8l-2-2H18l-2.5-4z"/></svg> </template>
CSS
.icon-elevator-passenger-off {
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%22m22.11%2021.46l-1.41-1.41v-.01L2.39%201.73L1.11%203L3%204.9V19c0%201.1.9%202%202%202h14.1l1.74%201.73zM11%2014h-1v4H7v-4H6v-2.5c0-1%20.71-1.79%201.65-1.96L11%2012.89zm2.46-3.74L6.2%203H19c1.1%200%202%20.9%202%202v12.8l-3.69-3.69L18%2013h-1.8l-2-2H18l-2.5-4z%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%22m22.11%2021.46l-1.41-1.41v-.01L2.39%201.73L1.11%203L3%204.9V19c0%201.1.9%202%202%202h14.1l1.74%201.73zM11%2014h-1v4H7v-4H6v-2.5c0-1%20.71-1.79%201.65-1.96L11%2012.89zm2.46-3.74L6.2%203H19c1.1%200%202%20.9%202%202v12.8l-3.69-3.69L18%2013h-1.8l-2-2H18l-2.5-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/elevator-passenger-off.svg?color=%231a73e8&size=48