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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.288 11.713Q18 11.425 18 11V7.8l-.925.9q-.275.275-.675.288t-.7-.288q-.275-.275-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3L20 7.825V11q0 .425-.287.713T19 12t-.712-.288M3 22q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 20H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.612t.2-.788l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 22zm8.5-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAltitudeOutlineRounded(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.288 11.713Q18 11.425 18 11V7.8l-.925.9q-.275.275-.675.288t-.7-.288q-.275-.275-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3L20 7.825V11q0 .425-.287.713T19 12t-.712-.288M3 22q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 20H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.612t.2-.788l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 22zm8.5-2"/></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.288 11.713Q18 11.425 18 11V7.8l-.925.9q-.275.275-.675.288t-.7-.288q-.275-.275-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3L20 7.825V11q0 .425-.287.713T19 12t-.712-.288M3 22q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 20H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.612t.2-.788l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 22zm8.5-2"/></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.288%2011.713Q18%2011.425%2018%2011V7.8l-.925.9q-.275.275-.675.288t-.7-.288q-.275-.275-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3L20%207.825V11q0%20.425-.287.713T19%2012t-.712-.288M3%2022q-.625%200-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5%2020H19l-5-6.65l-1.7%202.25q-.3.4-.7.413t-.7-.213t-.4-.612t.2-.788l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7%209.325q.375.5.1%201.05T21%2022zm8.5-2%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.288%2011.713Q18%2011.425%2018%2011V7.8l-.925.9q-.275.275-.675.288t-.7-.288q-.275-.275-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3L20%207.825V11q0%20.425-.287.713T19%2012t-.712-.288M3%2022q-.625%200-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5%2020H19l-5-6.65l-1.7%202.25q-.3.4-.7.413t-.7-.213t-.4-.612t.2-.788l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7%209.325q.375.5.1%201.05T21%2022zm8.5-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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