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

Name
elevation-rounded
Set
Material Symbols
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

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="M19 21H4q-.625 0-.888-.537t.088-1.038l4.7-6.6q.275-.4.7-.612T9.525 12h4.025l5.7-6.65q.45-.525 1.1-.288T21 6v13q0 .825-.587 1.413T19 21M7.5 10l-3.1 4.375q-.25.35-.65.413T3 14.6t-.412-.65t.187-.75L5.9 8.85q.275-.4.7-.625T7.525 8h4.025l4.05-4.725q.275-.325.675-.35t.725.25t.35.675t-.25.725L13.05 9.3q-.275.35-.675.525T11.55 10z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElevationRounded(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="M19 21H4q-.625 0-.888-.537t.088-1.038l4.7-6.6q.275-.4.7-.612T9.525 12h4.025l5.7-6.65q.45-.525 1.1-.288T21 6v13q0 .825-.587 1.413T19 21M7.5 10l-3.1 4.375q-.25.35-.65.413T3 14.6t-.412-.65t.187-.75L5.9 8.85q.275-.4.7-.625T7.525 8h4.025l4.05-4.725q.275-.325.675-.35t.725.25t.35.675t-.25.725L13.05 9.3q-.275.35-.675.525T11.55 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21H4q-.625 0-.888-.537t.088-1.038l4.7-6.6q.275-.4.7-.612T9.525 12h4.025l5.7-6.65q.45-.525 1.1-.288T21 6v13q0 .825-.587 1.413T19 21M7.5 10l-3.1 4.375q-.25.35-.65.413T3 14.6t-.412-.65t.187-.75L5.9 8.85q.275-.4.7-.625T7.525 8h4.025l4.05-4.725q.275-.325.675-.35t.725.25t.35.675t-.25.725L13.05 9.3q-.275.35-.675.525T11.55 10z"/></svg>
</template>

CSS

.icon-elevation-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%22M19%2021H4q-.625%200-.888-.537t.088-1.038l4.7-6.6q.275-.4.7-.612T9.525%2012h4.025l5.7-6.65q.45-.525%201.1-.288T21%206v13q0%20.825-.587%201.413T19%2021M7.5%2010l-3.1%204.375q-.25.35-.65.413T3%2014.6t-.412-.65t.187-.75L5.9%208.85q.275-.4.7-.625T7.525%208h4.025l4.05-4.725q.275-.325.675-.35t.725.25t.35.675t-.25.725L13.05%209.3q-.275.35-.675.525T11.55%2010z%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%22M19%2021H4q-.625%200-.888-.537t.088-1.038l4.7-6.6q.275-.4.7-.612T9.525%2012h4.025l5.7-6.65q.45-.525%201.1-.288T21%206v13q0%20.825-.587%201.413T19%2021M7.5%2010l-3.1%204.375q-.25.35-.65.413T3%2014.6t-.412-.65t.187-.75L5.9%208.85q.275-.4.7-.625T7.525%208h4.025l4.05-4.725q.275-.325.675-.35t.725.25t.35.675t-.25.725L13.05%209.3q-.275.35-.675.525T11.55%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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