landslide from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
landslide
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
landslide-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M3 21v-3.442l3 .973l9.698-3.214L20 21zm3-3.53l-3-.985V13.75l3 .973L11.189 13l3.588 1.544zm11.885-4.24l3.346-1.5V9.193l-3.25-.73l-1.75 1.403v2.039zM6 13.663l-3-.985V9h4.5l2.575 3.329zm6.116-6.008L16 6.096v-3.5l-3.788-.769L10 3.307v2.924z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLandslide(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="M3 21v-3.442l3 .973l9.698-3.214L20 21zm3-3.53l-3-.985V13.75l3 .973L11.189 13l3.588 1.544zm11.885-4.24l3.346-1.5V9.193l-3.25-.73l-1.75 1.403v2.039zM6 13.663l-3-.985V9h4.5l2.575 3.329zm6.116-6.008L16 6.096v-3.5l-3.788-.769L10 3.307v2.924z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-3.442l3 .973l9.698-3.214L20 21zm3-3.53l-3-.985V13.75l3 .973L11.189 13l3.588 1.544zm11.885-4.24l3.346-1.5V9.193l-3.25-.73l-1.75 1.403v2.039zM6 13.663l-3-.985V9h4.5l2.575 3.329zm6.116-6.008L16 6.096v-3.5l-3.788-.769L10 3.307v2.924z"/></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%22M3%2021v-3.442l3%20.973l9.698-3.214L20%2021zm3-3.53l-3-.985V13.75l3%20.973L11.189%2013l3.588%201.544zm11.885-4.24l3.346-1.5V9.193l-3.25-.73l-1.75%201.403v2.039zM6%2013.663l-3-.985V9h4.5l2.575%203.329zm6.116-6.008L16%206.096v-3.5l-3.788-.769L10%203.307v2.924z%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%22M3%2021v-3.442l3%20.973l9.698-3.214L20%2021zm3-3.53l-3-.985V13.75l3%20.973L11.189%2013l3.588%201.544zm11.885-4.24l3.346-1.5V9.193l-3.25-.73l-1.75%201.403v2.039zM6%2013.663l-3-.985V9h4.5l2.575%203.329zm6.116-6.008L16%206.096v-3.5l-3.788-.769L10%203.307v2.924z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/landslide.svg?color=%231a73e8&size=48