landslide icon
landslide from Material Design Icons by Pictogrammers · Filled · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- landslide
- Set
- Material Design Icons
- Style
- Filled
- Category
- Nature
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- avalanche, mudslide
1 other variant in Material Design Icons
The same icon in other sets
More nature icons from Material Design Icons
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="m15.47 13.79l-2.58-1.03L6 15.05L2 13.5v2.11l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1l-3 2v4l3 2zm1.5 1L16 9v3l2.5 2l4.5-2V8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLandslide(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="m15.47 13.79l-2.58-1.03L6 15.05L2 13.5v2.11l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1l-3 2v4l3 2zm1.5 1L16 9v3l2.5 2l4.5-2V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.47 13.79l-2.58-1.03L6 15.05L2 13.5v2.11l4 1.34zm-4.9-2.37L8 8H2v3.61l4 1.34zM6 19.05l-4-1.33V22h20l-4.97-6.62zM17 6V1l-5-1l-3 2v4l3 2zm1.5 1L16 9v3l2.5 2l4.5-2V8z"/></svg> </template>
CSS
.icon-landslide {
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%22m15.47%2013.79l-2.58-1.03L6%2015.05L2%2013.5v2.11l4%201.34zm-4.9-2.37L8%208H2v3.61l4%201.34zM6%2019.05l-4-1.33V22h20l-4.97-6.62zM17%206V1l-5-1l-3%202v4l3%202zm1.5%201L16%209v3l2.5%202l4.5-2V8z%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%22m15.47%2013.79l-2.58-1.03L6%2015.05L2%2013.5v2.11l4%201.34zm-4.9-2.37L8%208H2v3.61l4%201.34zM6%2019.05l-4-1.33V22h20l-4.97-6.62zM17%206V1l-5-1l-3%202v4l3%202zm1.5%201L16%209v3l2.5%202l4.5-2V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/landslide.svg?color=%231a73e8&size=48