escalator warning icon
escalator-warning-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- escalator-warning-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- escalator-warning-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the escalator warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.088 5.413Q4.5 4.825 4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6t-1.412-.587M17 11q-.625 0-1.062-.437T15.5 9.5t.438-1.062T17 8t1.063.438T18.5 9.5t-.437 1.063T17 11M4.5 21v-6H4q-.425 0-.712-.288T3 14V9q0-.825.588-1.412T5 7h3q.55 0 1 .263T9.725 8l3.575 6.175l1.025-1.525q.2-.3.538-.475t.712-.175H18.5q.625 0 1.063.438T20 13.5V16q0 .4-.363.563T19 17v4q0 .425-.288.713T18 22h-2q-.425 0-.712-.288T15 21v-6.1l-.5.7q-.125.2-.337.3t-.438.1h-1.15q-.275 0-.488-.125t-.337-.35L9.5 11.6V21q0 .425-.288.713T8.5 22h-3q-.425 0-.712-.288T4.5 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEscalatorWarningRounded(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="M5.088 5.413Q4.5 4.825 4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6t-1.412-.587M17 11q-.625 0-1.062-.437T15.5 9.5t.438-1.062T17 8t1.063.438T18.5 9.5t-.437 1.063T17 11M4.5 21v-6H4q-.425 0-.712-.288T3 14V9q0-.825.588-1.412T5 7h3q.55 0 1 .263T9.725 8l3.575 6.175l1.025-1.525q.2-.3.538-.475t.712-.175H18.5q.625 0 1.063.438T20 13.5V16q0 .4-.363.563T19 17v4q0 .425-.288.713T18 22h-2q-.425 0-.712-.288T15 21v-6.1l-.5.7q-.125.2-.337.3t-.438.1h-1.15q-.275 0-.488-.125t-.337-.35L9.5 11.6V21q0 .425-.288.713T8.5 22h-3q-.425 0-.712-.288T4.5 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.088 5.413Q4.5 4.825 4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6t-1.412-.587M17 11q-.625 0-1.062-.437T15.5 9.5t.438-1.062T17 8t1.063.438T18.5 9.5t-.437 1.063T17 11M4.5 21v-6H4q-.425 0-.712-.288T3 14V9q0-.825.588-1.412T5 7h3q.55 0 1 .263T9.725 8l3.575 6.175l1.025-1.525q.2-.3.538-.475t.712-.175H18.5q.625 0 1.063.438T20 13.5V16q0 .4-.363.563T19 17v4q0 .425-.288.713T18 22h-2q-.425 0-.712-.288T15 21v-6.1l-.5.7q-.125.2-.337.3t-.438.1h-1.15q-.275 0-.488-.125t-.337-.35L9.5 11.6V21q0 .425-.288.713T8.5 22h-3q-.425 0-.712-.288T4.5 21"/></svg> </template>
CSS
.icon-escalator-warning-rounded {
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%22M5.088%205.413Q4.5%204.825%204.5%204t.588-1.412T6.5%202t1.413.588T8.5%204t-.587%201.413T6.5%206t-1.412-.587M17%2011q-.625%200-1.062-.437T15.5%209.5t.438-1.062T17%208t1.063.438T18.5%209.5t-.437%201.063T17%2011M4.5%2021v-6H4q-.425%200-.712-.288T3%2014V9q0-.825.588-1.412T5%207h3q.55%200%201%20.263T9.725%208l3.575%206.175l1.025-1.525q.2-.3.538-.475t.712-.175H18.5q.625%200%201.063.438T20%2013.5V16q0%20.4-.363.563T19%2017v4q0%20.425-.288.713T18%2022h-2q-.425%200-.712-.288T15%2021v-6.1l-.5.7q-.125.2-.337.3t-.438.1h-1.15q-.275%200-.488-.125t-.337-.35L9.5%2011.6V21q0%20.425-.288.713T8.5%2022h-3q-.425%200-.712-.288T4.5%2021%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%22M5.088%205.413Q4.5%204.825%204.5%204t.588-1.412T6.5%202t1.413.588T8.5%204t-.587%201.413T6.5%206t-1.412-.587M17%2011q-.625%200-1.062-.437T15.5%209.5t.438-1.062T17%208t1.063.438T18.5%209.5t-.437%201.063T17%2011M4.5%2021v-6H4q-.425%200-.712-.288T3%2014V9q0-.825.588-1.412T5%207h3q.55%200%201%20.263T9.725%208l3.575%206.175l1.025-1.525q.2-.3.538-.475t.712-.175H18.5q.625%200%201.063.438T20%2013.5V16q0%20.4-.363.563T19%2017v4q0%20.425-.288.713T18%2022h-2q-.425%200-.712-.288T15%2021v-6.1l-.5.7q-.125.2-.337.3t-.438.1h-1.15q-.275%200-.488-.125t-.337-.35L9.5%2011.6V21q0%20.425-.288.713T8.5%2022h-3q-.425%200-.712-.288T4.5%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/escalator-warning-rounded.svg?color=%231a73e8&size=48