altitude-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
altitude-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the altitude icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.643 11.856q-.143-.143-.143-.356V7.108l-1.771 1.746q-.14.14-.338.134q-.199-.007-.348-.154q-.137-.133-.137-.34t.14-.348l2.389-2.369q.242-.243.565-.243t.566.243l2.388 2.37q.146.145.136.343t-.156.354t-.346.156t-.347-.146l-1.74-1.74V11.5q0 .213-.144.356T19 12t-.356-.144M4.53 20.192q-.52 0-.737-.444t.081-.848l2.577-3.46q.121-.161.293-.242t.353-.08t.354.08t.292.243l2.816 3.751h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.412l2.769-3.671q.122-.162.295-.243q.172-.08.355-.08t.347.08t.295.242l5.385 7.191q.298.404.077.848t-.723.444zm6.567-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAltitudeOutlineRounded(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="M18.643 11.856q-.143-.143-.143-.356V7.108l-1.771 1.746q-.14.14-.338.134q-.199-.007-.348-.154q-.137-.133-.137-.34t.14-.348l2.389-2.369q.242-.243.565-.243t.566.243l2.388 2.37q.146.145.136.343t-.156.354t-.346.156t-.347-.146l-1.74-1.74V11.5q0 .213-.144.356T19 12t-.356-.144M4.53 20.192q-.52 0-.737-.444t.081-.848l2.577-3.46q.121-.161.293-.242t.353-.08t.354.08t.292.243l2.816 3.751h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.412l2.769-3.671q.122-.162.295-.243q.172-.08.355-.08t.347.08t.295.242l5.385 7.191q.298.404.077.848t-.723.444zm6.567-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.643 11.856q-.143-.143-.143-.356V7.108l-1.771 1.746q-.14.14-.338.134q-.199-.007-.348-.154q-.137-.133-.137-.34t.14-.348l2.389-2.369q.242-.243.565-.243t.566.243l2.388 2.37q.146.145.136.343t-.156.354t-.346.156t-.347-.146l-1.74-1.74V11.5q0 .213-.144.356T19 12t-.356-.144M4.53 20.192q-.52 0-.737-.444t.081-.848l2.577-3.46q.121-.161.293-.242t.353-.08t.354.08t.292.243l2.816 3.751h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.412l2.769-3.671q.122-.162.295-.243q.172-.08.355-.08t.347.08t.295.242l5.385 7.191q.298.404.077.848t-.723.444zm6.567-1"/></svg>
</template>

CSS

.icon-altitude-outline-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%22M18.643%2011.856q-.143-.143-.143-.356V7.108l-1.771%201.746q-.14.14-.338.134q-.199-.007-.348-.154q-.137-.133-.137-.34t.14-.348l2.389-2.369q.242-.243.565-.243t.566.243l2.388%202.37q.146.145.136.343t-.156.354t-.346.156t-.347-.146l-1.74-1.74V11.5q0%20.213-.144.356T19%2012t-.356-.144M4.53%2020.192q-.52%200-.737-.444t.081-.848l2.577-3.46q.121-.161.293-.242t.353-.08t.354.08t.292.243l2.816%203.751h8.538l-5-6.65l-2.604%203.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.412l2.769-3.671q.122-.162.295-.243q.172-.08.355-.08t.347.08t.295.242l5.385%207.191q.298.404.077.848t-.723.444zm6.567-1%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%22M18.643%2011.856q-.143-.143-.143-.356V7.108l-1.771%201.746q-.14.14-.338.134q-.199-.007-.348-.154q-.137-.133-.137-.34t.14-.348l2.389-2.369q.242-.243.565-.243t.566.243l2.388%202.37q.146.145.136.343t-.156.354t-.346.156t-.347-.146l-1.74-1.74V11.5q0%20.213-.144.356T19%2012t-.356-.144M4.53%2020.192q-.52%200-.737-.444t.081-.848l2.577-3.46q.121-.161.293-.242t.353-.08t.354.08t.292.243l2.816%203.751h8.538l-5-6.65l-2.604%203.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.412l2.769-3.671q.122-.162.295-.243q.172-.08.355-.08t.347.08t.295.242l5.385%207.191q.298.404.077.848t-.723.444zm6.567-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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