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

Name
landslide-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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 20v-2.25l4 1.3l11.025-3.675L19.6 18.8q.75 1 .2 2.1T18 22H4q-.825 0-1.412-.587T2 20m4-3.05L2 15.6v-1.85l4 1.3l6.9-2.3l2.55 1.025zm13.325-3.325L22.1 12.4q.425-.2.663-.562t.237-.813V9.2q0-.525-.337-.925t-.838-.525l-2.625-.6q-.35-.075-.662.013t-.588.287l-1.375 1.1q-.275.2-.425.513t-.15.662v1.55q0 .35.15.663t.425.512l1.225.975q.35.275.75.325t.775-.125M6 12.95L2 11.6V10q0-.825.588-1.412T4 8h3q.475 0 .9.213t.7.587l1.975 2.625zm6.725-5.25l3.325-1.325q.425-.175.687-.55t.263-.85v-2.75q0-.55-.337-.95T15.8.75L12.6.125q-.3-.05-.587 0t-.538.225l-1.8 1.2q-.325.2-.5.538T9 2.8v2.4q0 .375.175.713t.5.537l1.675 1.1q.3.2.663.238t.712-.088"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLandslideRounded(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 20v-2.25l4 1.3l11.025-3.675L19.6 18.8q.75 1 .2 2.1T18 22H4q-.825 0-1.412-.587T2 20m4-3.05L2 15.6v-1.85l4 1.3l6.9-2.3l2.55 1.025zm13.325-3.325L22.1 12.4q.425-.2.663-.562t.237-.813V9.2q0-.525-.337-.925t-.838-.525l-2.625-.6q-.35-.075-.662.013t-.588.287l-1.375 1.1q-.275.2-.425.513t-.15.662v1.55q0 .35.15.663t.425.512l1.225.975q.35.275.75.325t.775-.125M6 12.95L2 11.6V10q0-.825.588-1.412T4 8h3q.475 0 .9.213t.7.587l1.975 2.625zm6.725-5.25l3.325-1.325q.425-.175.687-.55t.263-.85v-2.75q0-.55-.337-.95T15.8.75L12.6.125q-.3-.05-.587 0t-.538.225l-1.8 1.2q-.325.2-.5.538T9 2.8v2.4q0 .375.175.713t.5.537l1.675 1.1q.3.2.663.238t.712-.088"/></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 20v-2.25l4 1.3l11.025-3.675L19.6 18.8q.75 1 .2 2.1T18 22H4q-.825 0-1.412-.587T2 20m4-3.05L2 15.6v-1.85l4 1.3l6.9-2.3l2.55 1.025zm13.325-3.325L22.1 12.4q.425-.2.663-.562t.237-.813V9.2q0-.525-.337-.925t-.838-.525l-2.625-.6q-.35-.075-.662.013t-.588.287l-1.375 1.1q-.275.2-.425.513t-.15.662v1.55q0 .35.15.663t.425.512l1.225.975q.35.275.75.325t.775-.125M6 12.95L2 11.6V10q0-.825.588-1.412T4 8h3q.475 0 .9.213t.7.587l1.975 2.625zm6.725-5.25l3.325-1.325q.425-.175.687-.55t.263-.85v-2.75q0-.55-.337-.95T15.8.75L12.6.125q-.3-.05-.587 0t-.538.225l-1.8 1.2q-.325.2-.5.538T9 2.8v2.4q0 .375.175.713t.5.537l1.675 1.1q.3.2.663.238t.712-.088"/></svg>
</template>

CSS

.icon-landslide-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%22M2%2020v-2.25l4%201.3l11.025-3.675L19.6%2018.8q.75%201%20.2%202.1T18%2022H4q-.825%200-1.412-.587T2%2020m4-3.05L2%2015.6v-1.85l4%201.3l6.9-2.3l2.55%201.025zm13.325-3.325L22.1%2012.4q.425-.2.663-.562t.237-.813V9.2q0-.525-.337-.925t-.838-.525l-2.625-.6q-.35-.075-.662.013t-.588.287l-1.375%201.1q-.275.2-.425.513t-.15.662v1.55q0%20.35.15.663t.425.512l1.225.975q.35.275.75.325t.775-.125M6%2012.95L2%2011.6V10q0-.825.588-1.412T4%208h3q.475%200%20.9.213t.7.587l1.975%202.625zm6.725-5.25l3.325-1.325q.425-.175.687-.55t.263-.85v-2.75q0-.55-.337-.95T15.8.75L12.6.125q-.3-.05-.587%200t-.538.225l-1.8%201.2q-.325.2-.5.538T9%202.8v2.4q0%20.375.175.713t.5.537l1.675%201.1q.3.2.663.238t.712-.088%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%2020v-2.25l4%201.3l11.025-3.675L19.6%2018.8q.75%201%20.2%202.1T18%2022H4q-.825%200-1.412-.587T2%2020m4-3.05L2%2015.6v-1.85l4%201.3l6.9-2.3l2.55%201.025zm13.325-3.325L22.1%2012.4q.425-.2.663-.562t.237-.813V9.2q0-.525-.337-.925t-.838-.525l-2.625-.6q-.35-.075-.662.013t-.588.287l-1.375%201.1q-.275.2-.425.513t-.15.662v1.55q0%20.35.15.663t.425.512l1.225.975q.35.275.75.325t.775-.125M6%2012.95L2%2011.6V10q0-.825.588-1.412T4%208h3q.475%200%20.9.213t.7.587l1.975%202.625zm6.725-5.25l3.325-1.325q.425-.175.687-.55t.263-.85v-2.75q0-.55-.337-.95T15.8.75L12.6.125q-.3-.05-.587%200t-.538.225l-1.8%201.2q-.325.2-.5.538T9%202.8v2.4q0%20.375.175.713t.5.537l1.675%201.1q.3.2.663.238t.712-.088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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