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

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

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="m2.05 21l6.45-9h5.05L21 3.3V21zm1.75-5.825l-1.6-1.15L6.5 8h5.05l4.7-5.475l1.5 1.3L12.45 10H7.5zM5.95 19H19V8.7L14.45 14H9.5zM19 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElevationOutline(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.05 21l6.45-9h5.05L21 3.3V21zm1.75-5.825l-1.6-1.15L6.5 8h5.05l4.7-5.475l1.5 1.3L12.45 10H7.5zM5.95 19H19V8.7L14.45 14H9.5zM19 19"/></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.05 21l6.45-9h5.05L21 3.3V21zm1.75-5.825l-1.6-1.15L6.5 8h5.05l4.7-5.475l1.5 1.3L12.45 10H7.5zM5.95 19H19V8.7L14.45 14H9.5zM19 19"/></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%22m2.05%2021l6.45-9h5.05L21%203.3V21zm1.75-5.825l-1.6-1.15L6.5%208h5.05l4.7-5.475l1.5%201.3L12.45%2010H7.5zM5.95%2019H19V8.7L14.45%2014H9.5zM19%2019%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.05%2021l6.45-9h5.05L21%203.3V21zm1.75-5.825l-1.6-1.15L6.5%208h5.05l4.7-5.475l1.5%201.3L12.45%2010H7.5zM5.95%2019H19V8.7L14.45%2014H9.5zM19%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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