landslide icon
landslide-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- landslide-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- landslide-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the landslide icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22h20l-6-8l-5-2l-3-4H2zm2-2v-1.6l2 .65l9.025-3L18 20zm2-3.05l-2-.675V14.4l2 .65l3.95-1.3l2.4 1.075zM18.5 14l4.5-2V8l-4.5-1L16 9v3zM6 12.95l-2-.675V10h3l1.625 2.075zm12.8-1.275l-.8-.625v-1.1l1-.8l2 .45v1.1zM12 8l5-2V1l-5-1l-3 2v4zm.225-2.25L11 4.925v-1.85l1.425-.95L15 2.65v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLandslideOutline(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="M2 22h20l-6-8l-5-2l-3-4H2zm2-2v-1.6l2 .65l9.025-3L18 20zm2-3.05l-2-.675V14.4l2 .65l3.95-1.3l2.4 1.075zM18.5 14l4.5-2V8l-4.5-1L16 9v3zM6 12.95l-2-.675V10h3l1.625 2.075zm12.8-1.275l-.8-.625v-1.1l1-.8l2 .45v1.1zM12 8l5-2V1l-5-1l-3 2v4zm.225-2.25L11 4.925v-1.85l1.425-.95L15 2.65v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22h20l-6-8l-5-2l-3-4H2zm2-2v-1.6l2 .65l9.025-3L18 20zm2-3.05l-2-.675V14.4l2 .65l3.95-1.3l2.4 1.075zM18.5 14l4.5-2V8l-4.5-1L16 9v3zM6 12.95l-2-.675V10h3l1.625 2.075zm12.8-1.275l-.8-.625v-1.1l1-.8l2 .45v1.1zM12 8l5-2V1l-5-1l-3 2v4zm.225-2.25L11 4.925v-1.85l1.425-.95L15 2.65v2z"/></svg> </template>
CSS
.icon-landslide-outline {
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%22M2%2022h20l-6-8l-5-2l-3-4H2zm2-2v-1.6l2%20.65l9.025-3L18%2020zm2-3.05l-2-.675V14.4l2%20.65l3.95-1.3l2.4%201.075zM18.5%2014l4.5-2V8l-4.5-1L16%209v3zM6%2012.95l-2-.675V10h3l1.625%202.075zm12.8-1.275l-.8-.625v-1.1l1-.8l2%20.45v1.1zM12%208l5-2V1l-5-1l-3%202v4zm.225-2.25L11%204.925v-1.85l1.425-.95L15%202.65v2z%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%22M2%2022h20l-6-8l-5-2l-3-4H2zm2-2v-1.6l2%20.65l9.025-3L18%2020zm2-3.05l-2-.675V14.4l2%20.65l3.95-1.3l2.4%201.075zM18.5%2014l4.5-2V8l-4.5-1L16%209v3zM6%2012.95l-2-.675V10h3l1.625%202.075zm12.8-1.275l-.8-.625v-1.1l1-.8l2%20.45v1.1zM12%208l5-2V1l-5-1l-3%202v4zm.225-2.25L11%204.925v-1.85l1.425-.95L15%202.65v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/landslide-outline.svg?color=%231a73e8&size=48