round-landslide from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-landslide
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round 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.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8.6 8.8C8.22 8.3 7.63 8 7 8H4c-1.1 0-2 .9-2 2v1.61l4 1.33zM6 19.05l-4-1.33V20c0 1.1.9 2 2 2h14c1.65 0 2.59-1.88 1.6-3.2l-2.57-3.42zm11-14.4V2.64A2 2 0 0 0 15.39.68L12.81.16c-.52-.1-1.06 0-1.5.3l-1.42.95C9.33 1.78 9 2.4 9 3.07v1.86c0 .67.33 1.29.89 1.66l1.23.82c.55.37 1.24.44 1.85.19l2.77-1.11C16.5 6.2 17 5.46 17 4.65m.75 2.95l-1 .8c-.47.38-.75.95-.75 1.56v1.08c0 .61.28 1.18.75 1.56l.8.64c.58.47 1.38.57 2.06.27l2.2-.98c.72-.32 1.19-1.04 1.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44a1.99 1.99 0 0 0-1.68.39"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLandslide(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.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8.6 8.8C8.22 8.3 7.63 8 7 8H4c-1.1 0-2 .9-2 2v1.61l4 1.33zM6 19.05l-4-1.33V20c0 1.1.9 2 2 2h14c1.65 0 2.59-1.88 1.6-3.2l-2.57-3.42zm11-14.4V2.64A2 2 0 0 0 15.39.68L12.81.16c-.52-.1-1.06 0-1.5.3l-1.42.95C9.33 1.78 9 2.4 9 3.07v1.86c0 .67.33 1.29.89 1.66l1.23.82c.55.37 1.24.44 1.85.19l2.77-1.11C16.5 6.2 17 5.46 17 4.65m.75 2.95l-1 .8c-.47.38-.75.95-.75 1.56v1.08c0 .61.28 1.18.75 1.56l.8.64c.58.47 1.38.57 2.06.27l2.2-.98c.72-.32 1.19-1.04 1.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44a1.99 1.99 0 0 0-1.68.39"/></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.05l-4-1.54v2.1l4 1.34zm-4.9-2.37L8.6 8.8C8.22 8.3 7.63 8 7 8H4c-1.1 0-2 .9-2 2v1.61l4 1.33zM6 19.05l-4-1.33V20c0 1.1.9 2 2 2h14c1.65 0 2.59-1.88 1.6-3.2l-2.57-3.42zm11-14.4V2.64A2 2 0 0 0 15.39.68L12.81.16c-.52-.1-1.06 0-1.5.3l-1.42.95C9.33 1.78 9 2.4 9 3.07v1.86c0 .67.33 1.29.89 1.66l1.23.82c.55.37 1.24.44 1.85.19l2.77-1.11C16.5 6.2 17 5.46 17 4.65m.75 2.95l-1 .8c-.47.38-.75.95-.75 1.56v1.08c0 .61.28 1.18.75 1.56l.8.64c.58.47 1.38.57 2.06.27l2.2-.98c.72-.32 1.19-1.04 1.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44a1.99 1.99 0 0 0-1.68.39"/></svg>
</template>

CSS

.icon-round-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.05l-4-1.54v2.1l4%201.34zm-4.9-2.37L8.6%208.8C8.22%208.3%207.63%208%207%208H4c-1.1%200-2%20.9-2%202v1.61l4%201.33zM6%2019.05l-4-1.33V20c0%201.1.9%202%202%202h14c1.65%200%202.59-1.88%201.6-3.2l-2.57-3.42zm11-14.4V2.64A2%202%200%200%200%2015.39.68L12.81.16c-.52-.1-1.06%200-1.5.3l-1.42.95C9.33%201.78%209%202.4%209%203.07v1.86c0%20.67.33%201.29.89%201.66l1.23.82c.55.37%201.24.44%201.85.19l2.77-1.11C16.5%206.2%2017%205.46%2017%204.65m.75%202.95l-1%20.8c-.47.38-.75.95-.75%201.56v1.08c0%20.61.28%201.18.75%201.56l.8.64c.58.47%201.38.57%202.06.27l2.2-.98c.72-.32%201.19-1.04%201.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44a1.99%201.99%200%200%200-1.68.39%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.05l-4-1.54v2.1l4%201.34zm-4.9-2.37L8.6%208.8C8.22%208.3%207.63%208%207%208H4c-1.1%200-2%20.9-2%202v1.61l4%201.33zM6%2019.05l-4-1.33V20c0%201.1.9%202%202%202h14c1.65%200%202.59-1.88%201.6-3.2l-2.57-3.42zm11-14.4V2.64A2%202%200%200%200%2015.39.68L12.81.16c-.52-.1-1.06%200-1.5.3l-1.42.95C9.33%201.78%209%202.4%209%203.07v1.86c0%20.67.33%201.29.89%201.66l1.23.82c.55.37%201.24.44%201.85.19l2.77-1.11C16.5%206.2%2017%205.46%2017%204.65m.75%202.95l-1%20.8c-.47.38-.75.95-.75%201.56v1.08c0%20.61.28%201.18.75%201.56l.8.64c.58.47%201.38.57%202.06.27l2.2-.98c.72-.32%201.19-1.04%201.19-1.83V9.6c0-.94-.65-1.75-1.57-1.95l-2-.44a1.99%201.99%200%200%200-1.68.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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