elevation-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
elevation-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
elevation-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the elevation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.685 19.192l5.007-7h5.012l5.988-6.988v13.988zm.038-4.401l-.792-.574l3.858-5.41h5.03l4.508-5.282l.77.666l-4.84 5.617H7.29zm1.92 3.401h13.05v-10.3l-4.55 5.3h-4.95zm13.05 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightElevationOutline(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.685 19.192l5.007-7h5.012l5.988-6.988v13.988zm.038-4.401l-.792-.574l3.858-5.41h5.03l4.508-5.282l.77.666l-4.84 5.617H7.29zm1.92 3.401h13.05v-10.3l-4.55 5.3h-4.95zm13.05 0"/></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.685 19.192l5.007-7h5.012l5.988-6.988v13.988zm.038-4.401l-.792-.574l3.858-5.41h5.03l4.508-5.282l.77.666l-4.84 5.617H7.29zm1.92 3.401h13.05v-10.3l-4.55 5.3h-4.95zm13.05 0"/></svg>
</template>

CSS

.icon-elevation-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%22m3.685%2019.192l5.007-7h5.012l5.988-6.988v13.988zm.038-4.401l-.792-.574l3.858-5.41h5.03l4.508-5.282l.77.666l-4.84%205.617H7.29zm1.92%203.401h13.05v-10.3l-4.55%205.3h-4.95zm13.05%200%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.685%2019.192l5.007-7h5.012l5.988-6.988v13.988zm.038-4.401l-.792-.574l3.858-5.41h5.03l4.508-5.282l.77.666l-4.84%205.617H7.29zm1.92%203.401h13.05v-10.3l-4.55%205.3h-4.95zm13.05%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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