elevator icon
elevator-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- elevator-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the elevator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 21.5a1 1 0 0 0 1-1v-6.086l1.293 1.293a1 1 0 0 0 1.414-1.414l-3-3a1 1 0 0 0-1.414 0l-3 3a1 1 0 1 0 1.414 1.414L8.5 14.414V20.5a1 1 0 0 0 1 1m14-9.5a1 1 0 1 0-2 0v6.086l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L23.5 18.086zm-17-8A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM4 8.5A2.5 2.5 0 0 1 6.5 6H15v20H6.5A2.5 2.5 0 0 1 4 23.5zM17 26V6h8.5A2.5 2.5 0 0 1 28 8.5v15a2.5 2.5 0 0 1-2.5 2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentElevator32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 21.5a1 1 0 0 0 1-1v-6.086l1.293 1.293a1 1 0 0 0 1.414-1.414l-3-3a1 1 0 0 0-1.414 0l-3 3a1 1 0 1 0 1.414 1.414L8.5 14.414V20.5a1 1 0 0 0 1 1m14-9.5a1 1 0 1 0-2 0v6.086l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L23.5 18.086zm-17-8A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM4 8.5A2.5 2.5 0 0 1 6.5 6H15v20H6.5A2.5 2.5 0 0 1 4 23.5zM17 26V6h8.5A2.5 2.5 0 0 1 28 8.5v15a2.5 2.5 0 0 1-2.5 2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 21.5a1 1 0 0 0 1-1v-6.086l1.293 1.293a1 1 0 0 0 1.414-1.414l-3-3a1 1 0 0 0-1.414 0l-3 3a1 1 0 1 0 1.414 1.414L8.5 14.414V20.5a1 1 0 0 0 1 1m14-9.5a1 1 0 1 0-2 0v6.086l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L23.5 18.086zm-17-8A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM4 8.5A2.5 2.5 0 0 1 6.5 6H15v20H6.5A2.5 2.5 0 0 1 4 23.5zM17 26V6h8.5A2.5 2.5 0 0 1 28 8.5v15a2.5 2.5 0 0 1-2.5 2.5z"/></svg> </template>
CSS
.icon-elevator-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2021.5a1%201%200%200%200%201-1v-6.086l1.293%201.293a1%201%200%200%200%201.414-1.414l-3-3a1%201%200%200%200-1.414%200l-3%203a1%201%200%201%200%201.414%201.414L8.5%2014.414V20.5a1%201%200%200%200%201%201m14-9.5a1%201%200%201%200-2%200v6.086l-1.293-1.293a1%201%200%200%200-1.414%201.414l3%203a1%201%200%200%200%201.414%200l3-3a1%201%200%200%200-1.414-1.414L23.5%2018.086zm-17-8A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h19a4.5%204.5%200%200%200%204.5-4.5v-15A4.5%204.5%200%200%200%2025.5%204zM4%208.5A2.5%202.5%200%200%201%206.5%206H15v20H6.5A2.5%202.5%200%200%201%204%2023.5zM17%2026V6h8.5A2.5%202.5%200%200%201%2028%208.5v15a2.5%202.5%200%200%201-2.5%202.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2021.5a1%201%200%200%200%201-1v-6.086l1.293%201.293a1%201%200%200%200%201.414-1.414l-3-3a1%201%200%200%200-1.414%200l-3%203a1%201%200%201%200%201.414%201.414L8.5%2014.414V20.5a1%201%200%200%200%201%201m14-9.5a1%201%200%201%200-2%200v6.086l-1.293-1.293a1%201%200%200%200-1.414%201.414l3%203a1%201%200%200%200%201.414%200l3-3a1%201%200%200%200-1.414-1.414L23.5%2018.086zm-17-8A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h19a4.5%204.5%200%200%200%204.5-4.5v-15A4.5%204.5%200%200%200%2025.5%204zM4%208.5A2.5%202.5%200%200%201%206.5%206H15v20H6.5A2.5%202.5%200%200%201%204%2023.5zM17%2026V6h8.5A2.5%202.5%200%200%201%2028%208.5v15a2.5%202.5%200%200%201-2.5%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/elevator-32-regular.svg?color=%231a73e8&size=48